Searched refs:how (Results 1 – 25 of 70) sorted by relevance
123
/xen/tools/libxl/ |
A D | test_fdderegrace.c | 6 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 D | libxl_event.c | 1600 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 D | template.pandoc | 35 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 D | index.rst | 9 how-xen-boots
|
/xen/docs/man/ |
A D | xenstore-read.1.pod | 32 https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.
|
A D | xenstore-write.1.pod | 29 https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.
|
A D | xenstore.1.pod | 52 https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.
|
A D | xenstore-chmod.1.pod | 62 https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.
|
A D | xenstore-ls.1.pod | 62 https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.
|
A D | xlcpupool.cfg.5.pod | 132 information on how to submit a patch to Xen.
|
/xen/docs/misc/ |
A D | console.txt | 15 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 D | xenmon.txt | 31 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 D | 9pfs.pandoc | 253 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 D | netif-staging-grants.pandoc | 44 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 D | pv-drivers-lifecycle.pandoc | 13 handshake mechanism, the ABI, how the protocol works and anything else
|
A D | crashdb.txt | 17 The next step depends on your individual setup. This is how to do it
|
A D | amd-ucode-container.txt | 58 Following example shows how to generate a combined initrd
|
/xen/docs/hypervisor-guide/ |
A D | code-coverage.rst | 64 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 D | README.source | 18 on how to use this read the pkg-config(1) man page.
|
/xen/docs/admin-guide/ |
A D | introduction.rst | 38 and knows how to drive various CPU internal devices such as IOMMUs, but
|
/xen/tools/fuzz/ |
A D | README.oss-fuzz | 36 standalone mode, please refer to oss-fuzz documents on how to do that.
|
/xen/tools/flask/policy/modules/ |
A D | xen.te | 45 # Note: don't allow access to these types directly; see below for how to label
|
/xen/tools/firmware/vgabios/ |
A D | vbe_display_api.txt | 10 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 D | Kconfig.debug | 59 Lock profiling allows you to see how often locks are taken and blocked.
|
/xen/docs/guest-guide/x86/ |
A D | hypercall-abi.rst | 98 abstracting away the details of how it is currently running.
|
Completed in 18 milliseconds
123