Home
last modified time | relevance | path

Searched refs:how (Results 1 – 25 of 70) sorted by relevance

123

/xen/tools/libxl/
A Dtest_fdderegrace.c6 libxl_asyncop_how how; in main() local
11 how.callback = NULL; in main()
12 how.u.for_event = 1; in main()
17 rc = libxl_test_fdevent(ctx, fd, POLLIN, &how); in main()
22 rc = libxl_ao_abort(ctx, &how); in main()
28 assert(event->for_user == how.u.for_event); in main()
49 how.u.for_event++; in main()
50 rc = libxl_test_fdevent(ctx, fd, POLLIN, &how); in main()
A Dlibxl_event.c1600 aop->how->callback(CTX, aop->ev, aop->how->for_callback); in egc_run_callbacks()
1614 ao->how.callback(CTX, ao->rc, ao->how.u.for_callback); in egc_run_callbacks()
2141 if (how) { in libxl__ao_create()
2142 ao->how = *how; in libxl__ao_create()
2149 ao, how, ao->how.callback, ao->poller); in libxl__ao_create()
2304 if (how) { in libxl_ao_abort()
2309 if (how->callback != search->how.callback) in libxl_ao_abort()
2311 if (how->callback in libxl_ao_abort()
2312 ? (how->u.for_callback != search->how.u.for_callback) in libxl_ao_abort()
2313 : (how->u.for_event != search->how.u.for_event)) in libxl_ao_abort()
[all …]
/xen/docs/features/
A Dtemplate.pandoc35 how to enable the feature (is it enabled by default? If not, how to turn
36 it on?), and how to interact with the feature (typically via `xl`).
50 Information concerning how to properly test changes affecting this feature.
/xen/docs/hypervisor-guide/x86/
A Dindex.rst9 how-xen-boots
/xen/docs/man/
A Dxenstore-read.1.pod32 https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.
A Dxenstore-write.1.pod29 https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.
A Dxenstore.1.pod52 https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.
A Dxenstore-chmod.1.pod62 https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.
A Dxenstore-ls.1.pod62 https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.
A Dxlcpupool.cfg.5.pod132 information on how to submit a patch to Xen.
/xen/docs/misc/
A Dconsole.txt15 This document tries to describe how the whole system works and how the
48 how to use channels and includes a registry of well-known channel names.
107 of emulated serials depends on how many "-serial" command line options
A Dxenmon.txt31 This is how much time the domain spent waiting to run, or put another way, the
41 This is how much time the domain spent blocked (or sleeping); Put another way,
51 This is how much cpu time was allocated to the domain by the scheduler; This is
A D9pfs.pandoc253 how much data has been written by the frontend to **out** and how much
258 Consumer and producer indices for responses. They keep track of how
405 the consumer workflow described in [Ring Usage]. The server knows how
412 array. The client knows how much data to read because it is specified in
A Dnetif-staging-grants.pandoc44 Here we describe how netback and netfront general operate, and where the proposed
117 1) Calculate how many slots are needed for transmitting the packet.
241 mapped at guest request. Guest decides how to distribute or use these premapped
327 [ It's up to the backend to choose how it fills this data. E.g. backend may
410 The idea is to allow guest more controllability on how its grants are mapped or
438 implicitly zero) and how many entries in the list. Each entry in this list
A Dpv-drivers-lifecycle.pandoc13 handshake mechanism, the ABI, how the protocol works and anything else
A Dcrashdb.txt17 The next step depends on your individual setup. This is how to do it
A Damd-ucode-container.txt58 Following example shows how to generate a combined initrd
/xen/docs/hypervisor-guide/
A Dcode-coverage.rst64 An example of how to view the data is as follows. It uses ``lcov`` which is a
86 An example of how to view the data is as follows.
/xen/m4/
A DREADME.source18 on how to use this read the pkg-config(1) man page.
/xen/docs/admin-guide/
A Dintroduction.rst38 and knows how to drive various CPU internal devices such as IOMMUs, but
/xen/tools/fuzz/
A DREADME.oss-fuzz36 standalone mode, please refer to oss-fuzz documents on how to do that.
/xen/tools/flask/policy/modules/
A Dxen.te45 # Note: don't allow access to these types directly; see below for how to label
/xen/tools/firmware/vgabios/
A Dvbe_display_api.txt10 This document does not describe how the VBEBios implements the VBE2/3 spec.
11 This document does not describe how the Bochs display code will display gfx based upon this spec.
/xen/xen/
A DKconfig.debug59 Lock profiling allows you to see how often locks are taken and blocked.
/xen/docs/guest-guide/x86/
A Dhypercall-abi.rst98 abstracting away the details of how it is currently running.

Completed in 18 milliseconds

123