Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 45) sorted by relevance

12

/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc_guide.txt18 between a "talloc context" and a "talloc pointer". Any pointer
25 and the pointer X->name would be a "child" of the talloc context "X"
89 children. You can call talloc_free() on any pointer returned by
134 cause this pointer to be freed if it runs out of parents.
138 pointer as a child of its current parent.
148 with this pointer, or must be a direct parent of ptr.
209 pointer. It is logically equivalent to:
279 that you want the resulting pointer to hold.
306 pointer. It is typically used when the context that the pointer is
361 pointer that is referenced.
[all …]
/xen-4.10.0-shim-comet/xen/drivers/acpi/tables/
A Dtbinstal.c70 if (!table_desc->pointer) { in acpi_tb_verify_table()
73 table_desc->pointer = in acpi_tb_verify_table()
77 if (!table_desc->pointer) { in acpi_tb_verify_table()
89 acpi_tb_verify_checksum(table_desc->pointer, in acpi_tb_verify_table()
A Dtbxface.c197 *out_table = acpi_gbl_root_table_list.tables[i].pointer; in acpi_get_table()
200 acpi_gbl_root_table_list.tables[i].pointer = NULL; in acpi_get_table()
248 acpi_gbl_root_table_list.tables[i].pointer = NULL; in acpi_get_table_phys()
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/
A Dfindbit.S33 add r2, r2, #8 @ next bit pointer
56 add r2, r2, #1 @ align bit pointer
74 add r2, r2, #8 @ next bit pointer
96 add r2, r2, #1 @ align bit pointer
112 add r2, r2, #8 @ next bit pointer
132 add r2, r2, #1 @ align bit pointer
146 add r2, r2, #8 @ next bit pointer
165 add r2, r2, #1 @ align bit pointer
A Dassembler.h278 @ Slightly optimised to avoid incrementing the pointer twice
/xen-4.10.0-shim-comet/xen/include/xen/
A Dmultiboot2.h164 u64 pointer; member
170 u64 pointer; member
/xen-4.10.0-shim-comet/xen/include/acpi/
A Dactypes.h593 char *pointer; /* points to the string value */ member
599 u8 *pointer; /* points to the buffer */ member
633 union acpi_object *pointer; member
645 void *pointer; /* pointer to buffer */ member
A Daclocal.h65 struct acpi_table_header *pointer; member
A Dacutils.h129 const char *module_name, u32 component_id, void *pointer);
/xen-4.10.0-shim-comet/xen/
A DRules.mk46 CFLAGS += -O2 -fomit-frame-pointer
50 CFLAGS += -Werror -Wredundant-decls -Wno-pointer-arith
61 CFLAGS-$(CONFIG_FRAME_POINTER) += -fno-omit-frame-pointer
/xen-4.10.0-shim-comet/xen/common/libelf/
A DMakefile5 CFLAGS += -Wno-pointer-sign
/xen-4.10.0-shim-comet/tools/fuzz/libelf/
A DMakefile10 $(patsubst %.c,%.o,$(ELF_SRCS-y)): CFLAGS += -Wno-pointer-sign
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dasm-offsets.c178 OFFSET(MB2_efi64_st, multiboot2_tag_efi64_t, pointer); in __dummy__()
179 OFFSET(MB2_efi64_ih, multiboot2_tag_efi64_ih_t, pointer); in __dummy__()
/xen-4.10.0-shim-comet/tools/
A DRules.mk165 CFLAGS += -O0 -fno-omit-frame-pointer
169 CFLAGS += -O2 -fomit-frame-pointer
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A D32bitgateway.c129 ; Restore real-mode stack pointer
/xen-4.10.0-shim-comet/xen/common/
A Dvsprintf.c267 static char *pointer(char *str, char *end, const char **fmt_ptr, in pointer() function
540 str = pointer(str, end, &fmt, va_arg(args, const void *), in vsnprintf()
/xen-4.10.0-shim-comet/tools/libxc/
A DMakefile80 $(patsubst %.c,%.o,$(ELF_SRCS-y)): CFLAGS += -Wno-pointer-sign
81 $(patsubst %.c,%.opic,$(ELF_SRCS-y)): CFLAGS += -Wno-pointer-sign
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D60ext4.diff192 + __u32 ei_leaf_lo; /* pointer to the physical block of the next *
383 int ino_blk; /* fs pointer of the inode's information */
419 /* Read the necessary blocks, and reset the file pointer. */
/xen-4.10.0-shim-comet/docs/misc/
A Dpvh.markdown69 guest. This applies to both privileged and unprivileged guests. A pointer to
A Dxenstore-ring.txt40 been marked as 'consumed' by the relevant consumer pointer.
A Dvtd.txt225 * Driver submits command with a pointer to a buffer within internal
226 resource. Device decodes the pointer (address), and accesses to the
A Dgrant-tables.txt111 This function returns a pointer to the active entry after locking its
/xen-4.10.0-shim-comet/docs/features/
A Dintel_psr_cat_cdp.pandoc299 feature property pointer array is declared to save every feature's
377 `features` is a pointer array to save all enabled features poniters
/xen-4.10.0-shim-comet/tools/libxl/
A Didl.txt205 void (void pointer type)
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dtransaction.ml77 Store.t (* A pointer to the canonical store: its root changes on each transaction-commit *)

Completed in 32 milliseconds

12