/xen-4.10.0-shim-comet/docs/man/ |
A D | xenstore.pod.1 | 17 Sets the permissions of keys. 25 List keys. 29 List keys, values and permissions. 37 Remove keys. 41 Watch for changes to keys or values. 45 Add or modify keys and values.
|
A D | xenstore-ls.pod.1 | 3 xenstore-ls - list Xenstore keys and values 11 List keys, values and permissions of one or more Xenstore I<PATH>s, 18 Show the full path for all keys. 22 Show permissions of all the listed keys as comma separated list. The
|
A D | xen-pv-channel.pod.7 | 41 hostname, ssh keys etc. To install the system the cloud administrator would 141 address, ssh keys etc etc
|
A D | xen-vtpmmgr.pod.7 | 21 =item 1. Securely store the encryption keys for vTPMs 30 domains, the TPM Manager provides assurance that the private keys in a vTPM are 170 directly requesting keys from the TPM Manager. The TPM Manager uses the hash of
|
A D | xl.pod.1.in | 820 =item B<debug-keys> I<keys> 822 Send debug I<keys> to Xen. It is the same as pressing the Xen 823 "conswitch" (Ctrl-A by default) three times and then pressing "keys".
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | mconf.c | 290 int *keys, int *vscroll, int *hscroll, 361 int *keys; member 378 data->keys[k] = key; in update_text() 388 data->keys[k] = 0; in update_text() 436 int keys[JUMP_NB + 1], i; in search_conf() local 440 .keys = keys, in search_conf() 447 str_get(&res), 0, 0, keys, &vscroll, in search_conf() 451 for (i = 0; i < JUMP_NB && keys[i]; i++) in search_conf() 452 if (dres == keys[i]) { in search_conf() 757 *keys, int *vscroll, int *hscroll, update_text_fn in show_textbox_ext() argument [all …]
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | gen-cpuid.py | 126 state.nr_entries = nr_entries = (max(state.names.keys()) >> 5) + 1 132 state.known = featureset_to_uint32s(state.names.keys(), nr_entries) 261 deep_features = tuple(sorted(deps.keys())) 288 state.deep_features = featureset_to_uint32s(deps.keys(), nr_entries) 289 state.nr_deep_deps = len(state.deep_deps.keys()) 358 for dep in sorted(state.deep_deps.keys()):
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_misc.c | 142 char *keys; in main_debug_keys() local 148 keys = argv[optind]; in main_debug_keys() 150 if (libxl_send_debug_keys(ctx, keys)) { in main_debug_keys() 151 fprintf(stderr, "cannot send debug keys: %s\n", keys); in main_debug_keys()
|
/xen-4.10.0-shim-comet/tools/ocaml/test/ |
A D | send_debug_keys.ml | 14 ] (fun s -> send_keys ctx s) "usage: send_debug_keys <keys>"
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_misc.c | 170 int xc_send_debug_keys(xc_interface *xch, char *keys) in xc_send_debug_keys() argument 172 int ret, len = strlen(keys); in xc_send_debug_keys() 174 DECLARE_HYPERCALL_BOUNCE(keys, len, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_send_debug_keys() 176 if ( xc_hypercall_bounce_pre(xch, keys) ) in xc_send_debug_keys() 180 set_xen_guest_handle(sysctl.u.debug_keys.keys, keys); in xc_send_debug_keys() 185 xc_hypercall_bounce_post(xch, keys); in xc_send_debug_keys()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | textbox.c | 57 int initial_width, int *keys, int *_vscroll, int *_hscroll, in dialog_textbox() argument 250 for (i = 0; keys[i]; i++) { in dialog_textbox() 251 if (key == keys[i]) { in dialog_textbox()
|
A D | dialog.h | 239 int initial_width, int *keys, int *_vscroll, int *_hscroll,
|
/xen-4.10.0-shim-comet/tools/include/xen-foreign/ |
A D | mkheader.py | 208 integers = inttypes[arch].keys();
|
/xen-4.10.0-shim-comet/docs/specs/ |
A D | libxl-migration-stream.pandoc | 218 conforming to xenstore protocol character encoding (keys strictly as 222 domain. At the time of writing, keys are relative to the path
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | trie.mli | 19 (** The type of tries. ['a list] is the type of keys, ['b] the type of values.
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl.c | 642 int libxl_send_debug_keys(libxl_ctx *ctx, char *keys) in libxl_send_debug_keys() argument 646 ret = xc_send_debug_keys(ctx->xch, keys); in libxl_send_debug_keys()
|
A D | libxl.h | 2201 int libxl_send_debug_keys(libxl_ctx *ctx, char *keys);
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 628 CAMLprim value stub_xc_send_debug_keys(value xch, value keys) in stub_xc_send_debug_keys() argument 630 CAMLparam2(xch, keys); in stub_xc_send_debug_keys() 633 r = xc_send_debug_keys(_H(xch), String_val(keys)); in stub_xc_send_debug_keys()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | sysctl.c | 136 if ( copy_from_guest_offset(&c, op->u.debug_keys.keys, i, 1) ) in do_sysctl()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 1071 value stub_xl_send_debug_keys(value ctx, value keys) in stub_xl_send_debug_keys() argument 1073 CAMLparam2(ctx, keys); in stub_xl_send_debug_keys() 1077 c_keys = dup_String_val(keys); in stub_xl_send_debug_keys()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | sysctl.h | 157 XEN_GUEST_HANDLE_64(char) keys;
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore.txt | 5 (also known as `keys') to values. Clients may read and write values, 19 A separate specification will detail the keys and values which are
|
A D | console.txt | 59 the keys
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1570 char *keys; in pyxc_send_debug_keys() local 1574 if ( !PyArg_ParseTupleAndKeywords(args, kwds, "s", kwd_list, &keys) ) in pyxc_send_debug_keys() 1577 if ( xc_send_debug_keys(self->xc_handle, keys) != 0 ) in pyxc_send_debug_keys()
|
/xen-4.10.0-shim-comet/ |
A D | SUPPORT.md | 155 ### Hypervisor 'debug keys' 160 or via the xl 'debug-keys' command,
|