Home
last modified time | relevance | path

Searched refs:item (Results 1 – 25 of 38) sorted by relevance

12

/xen-4.10.0-shim-comet/docs/man/
A Dxl-disk-configuration.pod.556 =item B<target>
60 =item Description
97 =item B<format>
119 =item B<vdev>
143 =item B<access>
191 =item Mandatory
197 =item B<cdrom>
214 =item Mandatory
237 =item Mandatory
277 =item Mandatory
[all …]
A Dxentop.pod.120 =item B<-h>, B<--help>
36 =item B<-x>, B<--vbds>
44 =item B<-v>, B<--vcpus>
52 =item B<-b>, B<--batch>
68 =item B<D>
72 =item B<N>
76 =item B<Q>, B<Esc>
80 =item B<R>
84 =item B<S>
88 =item B<V>
[all …]
A Dxenstore.pod.115 =item B<xenstore-chmod>(1)
19 =item B<xenstore-exists>(1)
23 =item B<xenstore-list>(1)
27 =item B<xenstore-ls>(1)
31 =item B<xenstore-read>(1)
35 =item B<xenstore-rm>(1)
39 =item B<xenstore-watch>(1)
43 =item B<xenstore-write>(1)
A Dxl.pod.1.in69 =item B<-v>
73 =item B<-N>
77 =item B<-f>
83 =item B<-t>
133 =item B<-p>
137 =item B<-F>
149 =item B<-c>
258 =item I<-f>
444 =item B<-e>
458 =item B<-p>
[all …]
A Dxl.conf.pod.521 =item B<"STRING">
25 =item B<NUMBER>
30 =item B<BOOLEAN>
35 =item B<[ VALUE, VALUE, ... ]>
73 =item B<lockfile="PATH">
148 =item B<claim_mode=BOOLEAN>
173 =item C<0>
178 =item C<1>
194 =item L<xl(1)>
196 =item L<xl.cfg(5)>
[all …]
A Dxen-pv-channel.pod.715 =item 1.
21 =item 2.
46 =item 1.
51 =item 2.
58 =item 3.
63 =item 4.
68 =item 5.
80 =item 1.
85 =item 2.
91 =item 3.
[all …]
A Dxl.cfg.pod.5.in1321 =item
1326 =item
1334 =item
1344 =item
1349 =item
1354 =item
1360 =item
1380 =item
1390 =item
1395 =item
[all …]
A Dxlcpupool.cfg.pod.523 =item B<"STRING">
27 =item B<NUMBER>
49 =item B<name="NAME">
62 =item B<sched="SCHED">
69 =item B<credit>
73 =item B<credit2>
77 =item B<rtds>
86 =item B<nodes="NODES">
92 =item B<cpus="CPU-LIST">
100 =item ["2", "3", "5"]
[all …]
A Dxenstore-chmod.pod.120 =item B<r>
24 =item B<w>
28 =item B<b>
32 =item B<n>
45 =item B<-r>
49 =item B<-s>
53 =item B<-u>
A Dxenstore-ls.pod.116 =item B<-f>
20 =item B<-p>
30 =item B<r>
34 =item B<w>
38 =item B<b>
42 =item B<n>
53 =item B<-s>
A Dxen-vtpmmgr.pod.77 =item Quan Xu <quan.xu@intel.com>
101 =item well-known
105 =item hash:<HASH>
109 =item text:<STR>
124 =item tpm_tis
129 =item tpmfront
142 =item tpmiomem=<ADDR>
147 =item tpmirq=<IRQ>
324 =item Linux DomU
329 =item xen-tpmfront.ko
[all …]
A Dxen-pci-device-reservations.pod.720 =item 1. A vendor may request a range of device IDs by submitting a patch to
23 =item 2. Vendor allocations should be in the range 0xc000-0xfffe to reduce the
26 =item 3. The vendor is responsible for allocations within the range and should
45 =item 1.
57 =item vendor-id (default 0x5853)
61 =item device-id (must be specified)
65 =item revision (default 0x01)
A Dxentrace.pod.831 =item B<-t> I<l>, B<--log-thresh>=I<l>
36 =item B<-s> I<p>, B<--poll-sleep>=I<p>
41 =item B<-c> [I<c>|I<CPU-LIST>|I<all>], B<--cpu-mask>=[I<c>|I<CPU-LIST>|I<all>]
66 =item B<-e> I<mask>, B<--evt-mask>=I<mask>
70 =item B<-?>, B<--help>
74 =item B<--usage>
78 =item B<-V>, B<--version>
A Dxl-network-configuration.pod.553 =item *
64 =item *
71 =item *
112 =item *
120 =item *
138 =item *
143 =item *
148 =item *
203 =item *
209 =item *
[all …]
A Dxen-vtpm.pod.767 =item Linux DomU
72 =item xen-tpmfront.ko
77 =item mini-os/tpmback
85 =item vtpm-stubdom
100 =item vtpmmgr-stubdom
108 =item mini-os/tpm_tis
115 =item Hardware TPM
321 =item * error
325 =item * debug
329 =item B<clear>
[all …]
A Dxl-numa-placement.pod.744 user, via the proper libxl calls or xl config item, it will be computed
101 =item *
108 =item *
116 =item *
161 =item *
167 =item *
203 =item *
209 =item *
217 =item *
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_compression.c212 item = ctx->pfn2cache[pfn]; in get_cache_page()
214 if (!item) in get_cache_page()
223 item->pfn = pfn; in get_cache_page()
239 item->prev->next = item->next; in get_cache_page()
240 item->next->prev = item->prev; in get_cache_page()
243 item->prev = NULL; in get_cache_page()
258 item = ctx->pfn2cache[pfn]; in invalidate_cache_page()
259 if (item) in invalidate_cache_page()
271 item->prev->next = item->next; in invalidate_cache_page()
272 item->next->prev = item->prev; in invalidate_cache_page()
[all …]
A Dxc_dom_boot.c71 char *item, *ptr; in xc_dom_compat_check() local
77 for ( item = strtok_r(xen_caps, " ", &ptr); in xc_dom_compat_check()
78 item != NULL ; item = strtok_r(NULL, " ", &ptr) ) in xc_dom_compat_check()
80 match = !strcmp(dom->guest_type, item); in xc_dom_compat_check()
82 item, match ? " <= matches" : ""); in xc_dom_compat_check()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dqconf.cc307 item = i; in show()
421 for (; item; item = item->nextItem) { in findConfigItem()
435 if (!item) in updateSelection()
461 item->testUpdateMenu(menu_is_visible(item->menu)); in updateList()
496 sym = item->menu ? item->menu->sym : 0; in setValue()
527 item->setOpen(!item->isOpen()); in changeValue()
539 item->setOpen(!item->isOpen()); in changeValue()
639 if (!item || item->menu != child) in updateMenuList()
652 if (item && item->menu == child) { in updateMenuList()
733 if (!item) in contentsMouseReleaseEvent()
[all …]
A Dqconf.h74 void updateList(ConfigItem *item);
75 void setValue(ConfigItem* item, tristate val);
76 void changeValue(ConfigItem* item);
216 ConfigItem *item;
225 static void updateList(ConfigItem* item);
/xen-4.10.0-shim-comet/xen/include/xen/
A Dradix-tree.h165 static inline void radix_tree_replace_slot(void **pslot, void *item) in radix_tree_replace_slot() argument
167 BUG_ON(radix_tree_is_indirect_ptr(item)); in radix_tree_replace_slot()
168 rcu_assign_pointer(*pslot, item); in radix_tree_replace_slot()
/xen-4.10.0-shim-comet/xen/common/
A Dradix-tree.c145 unsigned long index, void *item) in radix_tree_insert() argument
152 BUG_ON(radix_tree_is_indirect_ptr(item)); in radix_tree_insert()
193 rcu_assign_pointer(node->slots[offset], item); in radix_tree_insert()
195 rcu_assign_pointer(root->rnode, item); in radix_tree_insert()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_device.c1806 void *item = NULL; in device_add_domain_config() local
1813 item = libxl__device_type_get_elem(dt, d_config, i); in device_add_domain_config()
1817 if (!item) { in device_add_domain_config()
1821 item = libxl__device_type_get_elem(dt, d_config, *num_dev); in device_add_domain_config()
1824 dt->dispose(item); in device_add_domain_config()
1827 dt->init(item); in device_add_domain_config()
1828 dt->copy(CTX, item, type); in device_add_domain_config()
2001 void *item = NULL; in libxl__device_list() local
2016 item = list; in libxl__device_list()
2019 dt->init(item); in libxl__device_list()
[all …]
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/
A Dmenubox.c66 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() argument
72 strncpy(menu_item, item, menu_width - item_x); in do_print_item()
88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dtpm.c68 #define PACK_IN(type, item...) do { \ argument
69 UINT32 isize = sizeof_ ## type(item); \
74 pack_ ## type (IN_PTR, item); \
124 #define UNPACK_OUT(type, item...) do { \ argument
125 if (unpack3_ ## type (out_buf, &out_pos, TCPA_MAX_BUFFER_LENGTH, item)) { \

Completed in 41 milliseconds

12