Searched refs:major (Results 1 – 15 of 15) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_freebsd.c | 32 int major; in libxl__devid_to_localdev() member 69 int major = devid >> 8; in libxl__devid_to_localdev() local 76 for (i = 0; info[i].major; i++) in libxl__devid_to_localdev() 77 if (info[i].major == major) in libxl__devid_to_localdev()
|
| A D | libxl_qmp.c | 128 int major; member 242 qmp->version.major = libxl__json_object_get_integer( in qmp_handle_response() 249 qmp->version.major, qmp->version.minor, qmp->version.micro); in qmp_handle_response() 291 int libxl__qmp_ev_qemu_compare_version(libxl__ev_qmp *ev, int major, in libxl__qmp_ev_qemu_compare_version() argument 301 CHECK_VERSION(major); in libxl__qmp_ev_qemu_compare_version() 1695 GRAB_VERSION(major); in qmp_ev_handle_message() 1700 ev->qemu_version.major, in qmp_ev_handle_message() 1867 ev->qemu_version.major = -1; in libxl__ev_qmp_init()
|
| A D | libxl_device.c | 546 int libxl__device_physdisk_major_minor(const char *physpath, int *major, int *minor) in libxl__device_physdisk_major_minor() argument 553 *major = major(buf.st_rdev); in libxl__device_physdisk_major_minor()
|
| A D | libxl_internal.h | 498 _hidden int libxl__qmp_ev_qemu_compare_version(libxl__ev_qmp *ev, int major, 527 int major; member 1500 _hidden int libxl__device_physdisk_major_minor(const char *physpath, int *major, int *minor);
|
| /tools/libs/guest/ |
| A D | xg_core.h | 71 #define XEN_DUMPCORE_FORMAT_VERSION(major, minor) \ argument 72 ((major) << 32) | ((minor) & 0xffffffff) 73 #define XEN_DUMPCORE_FORMAT_MAJOR(version) ((major) >> 32)
|
| A D | COPYING | 331 normally distributed (in either source or binary form) with the major
|
| /tools/python/xen/migration/ |
| A D | libxc.py | 187 gtype, page_shift, res1, major, minor = \ 201 if major == 0: 206 (dhdr_type_to_str[gtype], major, minor))
|
| /tools/ocaml/xenstored/ |
| A D | xenstored.ml | 308 each major GC slice does, and by default aims at having no more than 313 triggerred at the end of major GC cycles. 322 major GC wouldn't run fast enough, and compaction does have a 560 …info " mem stat: minor(%.0f) promoted(%.0f) major(%.0f) heap(%d w, %d c) live(%d w, %d b) free(%d…
|
| /tools/ocaml/libs/xc/ |
| A D | xenctrl.mli | 143 type version = { major : int; minor : int; extra : string; } RecordField
|
| A D | xenctrl.ml | 163 major : int; RecordField
|
| /tools/xenmon/ |
| A D | COPYING | 162 form) with the major components (compiler, kernel, and so on) of the
|
| /tools/libs/stat/ |
| A D | COPYING | 324 normally distributed (in either source or binary form) with the major
|
| /tools/ocaml/ |
| A D | LICENSE | 125 …g that is normally distributed (in either source or binary form) with the major components (compil…
|
| /tools/golang/xenlight/ |
| A D | LICENSE | 322 normally distributed (in either source or binary form) with the major
|
| /tools/firmware/vgabios/ |
| A D | COPYING | 322 normally distributed (in either source or binary form) with the major
|
Completed in 45 milliseconds