Searched refs:pair (Results 1 – 15 of 15) sorted by relevance
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | util.c | 181 static int pair = 0; in init_one_color() local 183 pair++; in init_one_color() 184 init_pair(pair, color->fg, color->bg); in init_one_color() 186 color->atr = A_BOLD | COLOR_PAIR(pair); in init_one_color() 188 color->atr = COLOR_PAIR(pair); in init_one_color()
|
/xen-4.10.0-shim-comet/tools/examples/ |
A D | README.incompatibilities | 13 to check for a specific bridge-interface pair, since brctl does not show the
|
/xen-4.10.0-shim-comet/docs/misc/arm/ |
A D | passthrough.txt | 80 See man [xl.cfg] for the iomem format. The reg property is just a pair
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | xen.if | 158 # Allow creation of a device model and HVM domain pair
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore-ring.txt | 27 associated with a pair of free-running offsets labelled "consumer" and
|
A D | 9pfs.markdown | 38 Unique id that identifies a specific request/response pair. It is used 409 usual. Thus, every request/response pair is on one ring.
|
A D | vtpm-platforms.txt | 123 a pair of domains using an unused XSM user field: a vTPM and a pv-grub domain
|
A D | xenstore-paths.markdown | 578 Created by libxl for every frontend/backend pair created for $DOMID.
|
A D | pvcalls.markdown | 308 identify one specific request/response pair of commands. Not to be
|
A D | xen-command-line.markdown | 321 name=value pair specfications are also supported. This is used to add
|
/xen-4.10.0-shim-comet/docs/specs/ |
A D | libxl-migration-stream.pandoc | 217 tuples. Each (key, value) tuple is a packed pair of NUL terminated octets,
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpm.pod.7 | 301 domain communicates with the manager using a mini-os tpm front/back device pair.
|
A D | xl.cfg.pod.5.in | 304 Each B<VNODE_CONFIG_OPTION> is a quoted C<KEY=VALUE> pair. Supported
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | intel_psr_cat_cdp.pandoc | 190 register `IA32_PQR_ASSOC`, which means one COS is associated with a pair of
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | multi.c | 1033 shadow_l2e_t pair[2] = { new_sl2e, new_sl2e }; in shadow_set_l2e() local 1075 pair[1] = shadow_l2e_from_mfn(sl1mfn, shadow_l2e_get_flags(new_sl2e)); in shadow_set_l2e() 1081 shadow_write_entries(sl2e, &pair, 2, sl2mfn); in shadow_set_l2e()
|
Completed in 45 milliseconds