/xen/docs/man/ |
A D | xenstore.1.pod | 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.1.pod | 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.7.pod | 40 hostname, ssh keys etc. To install the system the cloud administrator would 142 address, ssh keys etc etc
|
A D | xen-vtpmmgr.7.pod | 25 =item 1. Securely store the encryption keys for vTPMs 34 domains, the TPM Manager provides assurance that the private keys in a vTPM are 174 directly requesting keys from the TPM Manager. The TPM Manager uses the hash of
|
/xen/xen/tools/kconfig/ |
A D | mconf.c | 289 int *keys, int *vscroll, int *hscroll, 360 int *keys; member 377 data->keys[k] = key; in update_text() 387 data->keys[k] = 0; in update_text() 435 int keys[JUMP_NB + 1], i; in search_conf() local 439 .keys = keys, in search_conf() 446 str_get(&res), 0, 0, keys, &vscroll, in search_conf() 450 for (i = 0; i < JUMP_NB && keys[i]; i++) in search_conf() 451 if (dres == keys[i]) { in search_conf() 755 *keys, int *vscroll, int *hscroll, update_text_fn in show_textbox_ext() argument [all …]
|
/xen/xen/tools/ |
A D | gen-cpuid.py | 126 state.nr_entries = nr_entries = (max(state.names.keys()) >> 5) + 1 293 deep_features = tuple(sorted(deps.keys())) 320 state.deep_features = deps.keys() 321 state.nr_deep_deps = len(state.deep_deps.keys()) 384 format_uint32s(state, state.names.keys(), 4), 396 for dep in sorted(state.deep_deps.keys()):
|
/xen/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/tools/ocaml/test/ |
A D | send_debug_keys.ml | 12 ] (fun s -> send_keys ctx s) "usage: send_debug_keys <keys>"
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | textbox.c | 44 int initial_width, int *keys, int *_vscroll, int *_hscroll, in dialog_textbox() argument 237 for (i = 0; keys[i]; i++) { in dialog_textbox() 238 if (key == keys[i]) { in dialog_textbox()
|
A D | dialog.h | 220 int initial_width, int *keys, int *_vscroll, int *_hscroll,
|
/xen/tools/libxc/ |
A D | xc_misc.c | 170 int xc_send_debug_keys(xc_interface *xch, const char *keys) in xc_send_debug_keys() argument 172 int ret, len = strlen(keys); in xc_send_debug_keys() 174 DECLARE_HYPERCALL_BOUNCE_IN(keys, len); 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/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/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/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 689 CAMLprim value stub_xc_send_debug_keys(value xch, value keys) in stub_xc_send_debug_keys() argument 691 CAMLparam2(xch, keys); in stub_xc_send_debug_keys() 694 r = xc_send_debug_keys(_H(xch), String_val(keys)); in stub_xc_send_debug_keys()
|
/xen/tools/libxl/ |
A D | libxl.c | 648 int libxl_send_debug_keys(libxl_ctx *ctx, char *keys) in libxl_send_debug_keys() argument 652 ret = xc_send_debug_keys(ctx->xch, keys); in libxl_send_debug_keys()
|
A D | libxl.h | 2531 int libxl_send_debug_keys(libxl_ctx *ctx, char *keys);
|
/xen/xen/common/ |
A D | sysctl.c | 135 if ( copy_from_guest_offset(&c, op->u.debug_keys.keys, i, 1) ) in do_sysctl()
|
/xen/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 1086 value stub_xl_send_debug_keys(value ctx, value keys) in stub_xl_send_debug_keys() argument 1088 CAMLparam2(ctx, keys); in stub_xl_send_debug_keys() 1092 c_keys = dup_String_val(keys); in stub_xl_send_debug_keys()
|
/xen/xen/include/public/ |
A D | sysctl.h | 173 XEN_GUEST_HANDLE_64(const_char) keys;
|
/xen/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
|
A D | kconfig.rst | 242 keys across the bottom of the terminal (window) that execute commands.
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1510 char *keys; in pyxc_send_debug_keys() local 1514 if ( !PyArg_ParseTupleAndKeywords(args, kwds, "s", kwd_list, &keys) ) in pyxc_send_debug_keys() 1517 if ( xc_send_debug_keys(self->xc_handle, keys) != 0 ) in pyxc_send_debug_keys()
|
/xen/tools/golang/xenlight/ |
A D | gengotypes.py | 703 if name in builtin_type_names.keys():
|
/xen/ |
A D | SUPPORT.md | 194 ### Hypervisor 'debug keys' 197 or via the xl 'debug-keys' command,
|