Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 25 of 31) sorted by relevance

12

/xen-4.10.0-shim-comet/docs/man/
A Dxenstore.pod.117 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 Dxenstore-ls.pod.13 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 Dxen-pv-channel.pod.741 hostname, ssh keys etc. To install the system the cloud administrator would
141 address, ssh keys etc etc
A Dxen-vtpmmgr.pod.721 =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 Dxl.pod.1.in820 =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 Dmconf.c290 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 Dgen-cpuid.py126 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 Dxl_misc.c142 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 Dsend_debug_keys.ml14 ] (fun s -> send_keys ctx s) "usage: send_debug_keys <keys>"
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_misc.c170 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 Dtextbox.c57 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 Ddialog.h239 int initial_width, int *keys, int *_vscroll, int *_hscroll,
/xen-4.10.0-shim-comet/tools/include/xen-foreign/
A Dmkheader.py208 integers = inttypes[arch].keys();
/xen-4.10.0-shim-comet/docs/specs/
A Dlibxl-migration-stream.pandoc218 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 Dtrie.mli19 (** 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 Dlibxl.c642 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 Dlibxl.h2201 int libxl_send_debug_keys(libxl_ctx *ctx, char *keys);
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/
A Dxenctrl_stubs.c628 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 Dsysctl.c136 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 Dxenlight_stubs.c1071 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 Dsysctl.h157 XEN_GUEST_HANDLE_64(char) keys;
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore.txt5 (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 Dconsole.txt59 the keys
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/
A Dxc.c1570 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 DSUPPORT.md155 ### Hypervisor 'debug keys'
160 or via the xl 'debug-keys' command,

Completed in 45 milliseconds

12