Lines Matching refs:pointer
1761 pointer, which can never happen since the loop simply increments a valid
1762 resource pointer. This fix changes the loop to terminate with an error on
1948 pointer. This change removes some dangerous code that attempts to free
1949 the handler context pointer in some (rare) circumstances. The owner of
1950 the handler owns this pointer and the ACPICA code should never touch it.
1953 the context pointer to zero when the region is deactivated, simply for
1958 modify the target of the return value pointer. Makes the code consistent
2563 pointer parameter to vfprintf making it difficult to call it twice in the
2566 the arg pointer. Chao Guan, Bob Moore.
4870 prototype in acpiosxf.h had the output value pointer as a (void *).
5035 change can improve overall ACPI performance by up to 9X. Adding a pointer
5603 acpixtract: Fixed a possible warning for pointer cast if the compiler
6061 pointer with no warnings. Also fixes several warnings in printf-like
6062 statements for the 64-bit build when the type is configured as a pointer.
6232 AE_BAD_PARAMETER if the input register pointer is null, and
6549 Added a global pointer for FACS table to simplify internal FACS access.
6551 the global pointer instead of using AcpiGetTableByIndex for each FACS
7002 pointer.
7816 during a table load. A bad pointer was passed in the case where the DSDT
8232 constructed pointer to the actual global lock.
8838 Fixed a problem where a null pointer passed to AcpiUtDeleteGenericState
9305 Implemented use of the C99 uintptr_t for the pointer casting macros if it
9705 AcpiUtCallocate will now return a valid pointer if a length of zero is
9993 pointer per function.) This mechanism is used because apparently there
10148 therefore now checks for both an RSDP >=2 and a valid XSDT pointer.
10149 Otherwise, the RSDT pointer is used. Some ACPI 2.0 compliant BIOSs
10158 with a null pointer.
10252 Added a check for a null RSDT pointer in AcpiGetFirmwareTable
11729 is to first obtain the EBDA pointer from within the BIOS data area, then
11730 scan 1K of memory starting at the EBDA pointer. There appear to be few
12255 pointer arithmetic advanced a string pointer too far.
12257 Fixed a problem in AcpiTbGetTablePtr() where a garbage pointer
12556 zero) - instead, a simple buffer object with a NULL buffer pointer
13121 object pointer was simply copied to the Local/Arg. This caused
14013 new table pointer was incorrectly treated as a physical address
14304 one logical RSDP. Includes implementation of "typed" pointer
14503 Global Lock pointer. Also, the actual firmware FACS was being
14732 with the Intel 64-bit C/C++ compiler. Most notably, the pointer
15169 root table pointer was not mapped into a logical address properly.
15171 Fixed a problem where a NULL pointer was being dereferenced in the
15399 obtain the ACPI RSDP table pointer. On IA-32 platforms, this
15407 "function code and pointer" interface for various miscellaneous
15415 buffer to the call; A pointer to a const string is now returned