| /tools/xenstored/ |
| A D | talloc_guide.txt | 80 The function talloc_size() should be used when you don't have a 163 pointer "ptr". A destructor is a function that is called when the 224 This function does not allocate any memory. It just copies the 445 The talloc_memdup() function is equivalent to: 454 The talloc_strdup() function is equivalent to: 466 The talloc_strndup() function is the talloc equivalent of the C 467 library function strndup() 478 library function vasprintf() 485 library function asprintf() 525 around a single function pointer. [all …]
|
| /tools/libs/light/ |
| A D | CODING_STYLE | 38 bool ok; /* the success return value from a boolean function */ 77 cleaning up are declared at the top of the function, and 83 * If the function is to return a libxl error value, `rc' is 96 * Function calls which might fail (ie most function calls) are 102 * If a resource is freed in the main body of the function (for 108 function. Not reusing the out path is fine if the duplicated function 128 with a function call interface, wherever possible. 141 Such a struct should also come with an _init function which 173 - the callback function pointer(s), which 181 cancel function. It should normally also have an _init function for [all …]
|
| A D | idl.txt | 39 The name of the C function which will free all dynamically allocated 49 The name of the C function which will deep copy all fields within 68 The name of the C function which will initialist Type. 77 The name of the C function which will generate a YAJL data structure 82 The name of the C function which will parse a libxl JSON structure 91 If it's set then calling this function shall return true if this type
|
| /tools/libs/util/ |
| A D | CODING_STYLE | 38 bool ok; /* the success return value from a boolean function */ 77 cleaning up are declared at the top of the function, and 83 * If the function is to return a libxl error value, `rc' is 87 * There is only one error cleanup path out of the function. It 96 * Function calls which might fail (ie most function calls) are 102 * If a resource is freed in the main body of the function (for 108 function. Not reusing the out path is fine if the duplicated function 131 Such a struct should also come with an _init function which 163 - the callback function pointer(s), which 171 cancel function. It should normally also have an _init function for [all …]
|
| /tools/firmware/vgabios/ |
| A D | ChangeLog | 380 - VBE function 0x03 rewritten in assembler 381 - VBE function 0x08 cleaned up 431 - function AH=0x12/BL=0x32 rewritten in assembler 487 - write character function for the LINEAR8 mode 512 - write character function for CGA modes added 548 - function biosfn_get_all_palette_reg() fixed 698 - new function dispi_get_bpp() - function 706 - new function dispi_get_bpp() - function 757 - function write_gfx_char() rewritten 802 - VBE mode search rewritten * improved function [all …]
|
| A D | Notes | 4 - need to split video init function 9 variables and call function #2 above
|
| A D | README | 41 You can then use the "printf" function in the bios. 118 . vgabios function 0x0e (write teletype): linefeed (0x0a) only increments the 133 . write character function for CGA and LINEAR8 modes 149 . fix character height returned by get_font_info function 155 . write character function implemented for graphics modes 168 . clear BL before calling int 0x10 function 0x1103 in vgabios_init_func 180 . Fixed bug in function ah=13 194 . Fixed bug in function ah=13 202 - function ax=1a00, ax=1a01, ah=1b 203 - function ax=1130
|
| /tools/xl/ |
| A D | CODING_STYLE | 29 cleaning up are declared at the top of the function, and 35 * If the function is to return a libxl error value, `rc' is 39 * There is only one error cleanup path out of the function. It 48 * Function calls which might fail (ie most function calls) are 54 * If a resource is freed in the main body of the function (for 60 function. 67 applicable _r function parameter (or equivalent). Do not test `rc' in 127 global variables are a must. To call a global function "foo" is a 131 have descriptive names, as do global functions. If you have a function 135 Encoding the type of a function into the name (so-called Hungarian [all …]
|
| /tools/libs/ctrl/ |
| A D | xc_devicemodel_compat.c | 46 uint8_t bus, uint8_t device, uint8_t function) in xc_hvm_map_pcidev_to_ioreq_server() argument 50 function); in xc_hvm_map_pcidev_to_ioreq_server() 55 uint8_t bus, uint8_t device, uint8_t function) in xc_hvm_unmap_pcidev_from_ioreq_server() argument 59 device, function); in xc_hvm_unmap_pcidev_from_ioreq_server()
|
| /tools/firmware/rombios/32bit/ |
| A D | pmm.c | 90 uint16_t function; member 97 uint16_t function; member 102 uint16_t function; member 488 uint16_t function; member 510 switch ( ap->function ) in pmm() 529 PMM_DEBUG("Invalid function:%d\n", ap->function); in pmm()
|
| /tools/misc/ |
| A D | xen-livepatch.c | 283 int (*function)(xc_interface *xch, char *name, uint32_t timeout, uint32_t flags); member 289 .function = xc_livepatch_apply, 295 .function = xc_livepatch_revert, 301 .function = xc_livepatch_unload, 307 .function = xc_livepatch_replace, 441 rc = action_options[idx].function(xch, name, HYPERVISOR_TIMEOUT_NS, flags); in action_func() 555 int (*function)(int argc, char *argv[]); member 619 ret = main_options[i].function(argc -2, argv + 2); in main()
|
| A D | xen-diag.c | 59 int (*function)(int argc, char *argv[]); member 99 ret = main_options[i].function(argc - 2, argv + 2); in main()
|
| A D | xen-hptool.c | 365 int (*function)(int argc, char *argv[]); member 405 ret = main_options[i].function(argc -2, argv + 2); in main()
|
| /tools/ocaml/xenstored/ |
| A D | trie.ml | 66 StringMap.update key (function None -> None | Some _ -> Some node) nodes 69 StringMap.update key (function None -> raise Not_found | Some _ -> None) nodes 99 let rec sub_node tree = function 119 let rec mem tree = function 129 let rec iter_path f tree = function 160 let rec unset tree = function
|
| A D | packet.ml | 9 | Ack of (unit -> unit) (* function is the action to execute after sending the ack *)
|
| A D | logging.ml | 112 let int_of_level = function 116 let string_of_level = function 120 let level_of_string = function 217 let string_of_access_type = function 355 this function should try not to raise exceptions, but if it does 357 and the one from this function, but to stderr this time
|
| /tools/libs/devicemodel/ |
| A D | core.c | 299 uint16_t segment, uint8_t bus, uint8_t device, uint8_t function) in xendevicemodel_map_pcidev_to_ioreq_server() argument 304 if (device > 0x1f || function > 0x7) { in xendevicemodel_map_pcidev_to_ioreq_server() 324 (uint64_t)function); in xendevicemodel_map_pcidev_to_ioreq_server() 331 uint16_t segment, uint8_t bus, uint8_t device, uint8_t function) in xendevicemodel_unmap_pcidev_from_ioreq_server() argument 336 if (device > 0x1f || function > 0x7) { in xendevicemodel_unmap_pcidev_from_ioreq_server() 356 (uint64_t)function); in xendevicemodel_unmap_pcidev_from_ioreq_server()
|
| /tools/include/ |
| A D | xendevicemodel.h | 136 uint16_t segment, uint8_t bus, uint8_t device, uint8_t function); 152 uint16_t segment, uint8_t bus, uint8_t device, uint8_t function);
|
| A D | xenctrl_compat.h | 139 uint8_t bus, uint8_t device, uint8_t function); 142 uint8_t bus, uint8_t device, uint8_t function);
|
| /tools/firmware/rombios/ |
| A D | 32bitgateway.c | 79 ; bx: index of function to call 119 ; Marshal arguments and call 32-bit function
|
| /tools/ |
| A D | config.h.in | 18 /* Define to 1 if you have the `fdt_first_subnode' function. */ 21 /* Define to 1 if you have the `fdt_next_subnode' function. */ 39 /* Define to 1 if you have the `pipe2' function. */
|
| /tools/pygrub/examples/ |
| A D | ubuntu-14.04-lts.grub2 | 38 function savedefault { 44 function recordfail { 48 function load_video { 103 function gfxmode {
|
| A D | debian-wheezy-hvm.grub2 | 22 function savedefault { 29 function load_video {
|
| A D | fedora-19.grub2 | 37 function savedefault { 44 function load_video {
|
| /tools/ocaml/libs/xs/ |
| A D | xs.mli | 53 (** get operations provide a vector of xenstore function that apply to one 57 (** create a transaction with a vector of function that can be applied
|