Searched refs:query (Results 1 – 13 of 13) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_gnttab.c | 45 rc = xc_gnttab_op(xch, GNTTABOP_query_size, query, sizeof(*query), 1); in xc_gnttab_query_size() 47 if ( rc || (query->status != GNTST_okay) ) in xc_gnttab_query_size() 55 struct gnttab_get_version query; in xc_gnttab_get_version() local 58 query.dom = domid; in xc_gnttab_get_version() 59 rc = xc_gnttab_op(xch, GNTTABOP_get_version, &query, sizeof(query), in xc_gnttab_get_version() 64 return query.version; in xc_gnttab_get_version() 70 struct gnttab_query_size query; in _gnttab_map_table() local 79 query.dom = domid; in _gnttab_map_table() 80 rc = xc_gnttab_op(xch, GNTTABOP_query_size, &query, sizeof(query), 1); in _gnttab_map_table() 82 if ( rc || (query.status != GNTST_okay) ) in _gnttab_map_table() [all …]
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-diag.c | 40 struct gnttab_query_size query; in gnttab_query_size_func() local 49 query.dom = domid; in gnttab_query_size_func() 50 rc = xc_gnttab_query_size(xch, &query); in gnttab_query_size_func() 52 if ( rc == 0 && (query.status == GNTST_okay) ) in gnttab_query_size_func() 54 query.dom, query.nr_frames, query.max_nr_frames); in gnttab_query_size_func() 56 return rc == 0 && (query.status == GNTST_okay) ? 0 : 1; in gnttab_query_size_func()
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | feature-levelling.pandoc | 54 The `CPUID` instruction is used by software to query for features. In the 55 virtualisation usecase, guest software should query Xen rather than hardware 146 The toolstack can query each of the calculated featureset via 147 `XEN_SYSCTL_get_cpu_featureset`, and query for the levelling caps via
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | Makefile | 35 LIB-SRCS += vhd-util-query.c
|
/xen-4.10.0-shim-comet/m4/ |
A D | ocaml.m4 | 175 if $OCAMLFIND query $pkg >/dev/null 2>/dev/null; then
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-pv-channel.pod.7 | 23 to signal/query an in-guest agent
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | xen.if | 9 allow $1 $2:grant { query setup };
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/ |
A D | xsraw.ml | 154 (* queue a query using function f *)
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | transaction.ml | 201 (* get the lowest path of the query and verify that it hasn't
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | netif-staging-grants.pandoc | 468 therefore only on this state change can the frontend query the total amount of 555 [2] https://www.freebsd.org/cgi/man.cgi?query=vale&sektion=4&n=1
|
A D | livepatch.markdown | 53 We must also have a mechanism to query what has been applied and a mechanism 64 * One wants to query which modules have been loaded at runtime.
|
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/ |
A D | access_vectors | 342 query
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1644 int xc_gnttab_query_size(xc_interface *xch, struct gnttab_query_size *query);
|
Completed in 16 milliseconds