Home
last modified time | relevance | path

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

123

/xen/tools/xenstored/
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/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/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/xen/include/acpi/
A Dactypes.h592 char *pointer; /* points to the string value */ member
598 u8 *pointer; /* points to the buffer */ member
632 union acpi_object *pointer; member
644 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/docs/misra/
A DC-runtime-failures.rst102 wider-scoped objects. No function does the same on any pointer
112 Documentation for MISRA C:2012 Dir 4.1: access using null pointer
118 Documentation for MISRA C:2012 Dir 4.1: access using invalid pointer
125 Documentation for MISRA C:2012 Dir 4.1: access using out-of-bounds pointer
132 Documentation for MISRA C:2012 Dir 4.1: access using unaligned pointer
158 Documentation for MISRA C:2012 Dir 4.1: invalid pointer arithmetic
164 Documentation for MISRA C:2012 Dir 4.1: invalid pointer comparison
A Drules.rst254 object type is pointer to const-qualified char
258 "pointer to const-qualified void" is allowed.
403 - Conversions shall not be performed between a pointer to a
411 - Conversions shall not be performed between a pointer to an
419 - A cast shall not be performed between a pointer to object type
420 and a pointer to a different object type
425 - A cast shall not be performed between pointer to void and an
487 Automatic conversions of pointer types to bool are permitted.
690 - The pointer arguments to the Standard Library function memcmp
713 pointer to const-qualified type
[all …]
A DC-language-toolchain.rst106 * - Arithmetic operator on pointer to void
144 * - Implicit conversion from a pointer to an incompatible pointer
147 -Wincompatible-pointer-types in Section
151 …Pointer to a function is converted to a pointer to an object or a pointer to an object is converte…
545 * - pointer
550 * - pointer
A Ddeviations.rst311 - The conversion from a function pointer to unsigned long or (void \*) does
317 - The conversion from a function pointer to a boolean has a well-known
322 - The conversion from a pointer to an incomplete type to unsigned long
339 - The conversion from a pointer to a boolean has a well-known semantics
344 - Violations caused by container_of are due to pointer arithmetic operations
345 with the provided offset. The resulting pointer is then immediately cast back to its
395 integer, character or pointer type has a semantics that is well-known to
/xen/xen/include/xen/
A Dmultiboot2.h217 u64 pointer; member
223 u64 pointer; member
/xen/tools/libs/guest/
A DMakefile8 $(LIBELF_OBJS:.o=.opic): CFLAGS += -Wno-pointer-sign
A DMakefile.common84 $(LIBELF_OBJS): CFLAGS += -Wno-pointer-sign
/xen/xen/common/libelf/
A DMakefile8 CFLAGS-y += -Wno-pointer-sign
/xen/tools/fuzz/libelf/
A DMakefile7 $(LIBELF_OBJS): CFLAGS += -Wno-pointer-sign
/xen/tools/
A DRules.mk154 CFLAGS += $(dbg_opt_level) -fno-omit-frame-pointer
158 CFLAGS += -O2 -fomit-frame-pointer
/xen/docs/misc/
A Dlivepatch.pandoc138 * Changing the function pointer tables with the new virtual address of
279 - which are a pointer to a hook function pointer.
391 - which are a pointer to a single hook function pointer.
399 - which are a pointer to a single hook function pointer.
464 This section contains a pointer to a single function pointer to be executed
479 This section contains a pointer to a single function pointer to be executed
496 This section contains a pointer to a single function pointer to be executed
511 This section contains a pointer to a single function pointer to be executed
527 This section contains a pointer to a single function pointer to be executed
607 * `name` - pointer where the string for the name is located.
[all …]
/xen/xen/arch/x86/x86_64/
A Dasm-offsets.c208 OFFSET(MB2_efi64_st, multiboot2_tag_efi64_t, pointer); in __dummy__()
209 OFFSET(MB2_efi64_ih, multiboot2_tag_efi64_ih_t, pointer); in __dummy__()
/xen/automation/eclair_analysis/ECLAIR/
A Ddeviations.ecl347 -doc_begin="The conversion from a function pointer to unsigned long or (void *) does not lose any i…
350 &&to(type(canonical(builtin(unsigned long)||pointer(builtin(void)))))
355 -doc_begin="The conversion from a function pointer to a boolean has a well-known semantics that do …
362 -doc_begin="The conversion from a pointer to an incomplete type to unsigned long does not lose any …
383 -doc_begin="The conversion from a pointer to a boolean has a well-known semantics that do not lead …
390 -doc_begin="Violations caused by container_of are due to pointer arithmetic operations
391 with the provided offset. The resulting pointer is then immediately cast back to its
397 …check if the type is scalar, and for this purpose the use of 0 as a null pointer constant is delib…
445 …expression of 'if' and iteration statements having integer, character or pointer type has a semant…
446 …pes+={deliberate, "any()", "src_type(integer||character)||src_expr(type(desugar(pointer(any()))))"}
/xen/tools/firmware/rombios/
A D32bitgateway.c129 ; Restore real-mode stack pointer
/xen/xen/common/
A Dvsprintf.c309 static char *pointer(char *str, const char *end, const char **fmt_ptr, in pointer() function
593 str = pointer(str, end, &fmt, va_arg(args, const void *), in vsnprintf()
/xen/xen/
A DMakefile388 CFLAGS += -fno-omit-frame-pointer
390 CFLAGS += -fomit-frame-pointer
396 CFLAGS += -Werror -Wredundant-decls -Wwrite-strings -Wno-pointer-arith
/xen/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. */

Completed in 98 milliseconds

123