Home
last modified time | relevance | path

Searched refs:Allocation (Results 1 – 15 of 15) sorted by relevance

/onnv-gate/usr/src/uts/intel/io/acpica/utilities/
H A Duttrack.c141 void *Allocation);
221 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateAndTrack() local
225 Allocation = AcpiUtAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER), in AcpiUtAllocateAndTrack()
227 if (!Allocation) in AcpiUtAllocateAndTrack()
232 Status = AcpiUtTrackAllocation (Allocation, Size, in AcpiUtAllocateAndTrack()
236 AcpiOsFree (Allocation); in AcpiUtAllocateAndTrack()
248 return ((void *) &Allocation->UserSpace); in AcpiUtAllocateAndTrack()
274 ACPI_DEBUG_MEM_BLOCK *Allocation; in AcpiUtAllocateZeroedAndTrack() local
278 Allocation = AcpiUtAllocateZeroed (Size + sizeof (ACPI_DEBUG_MEM_HEADER), in AcpiUtAllocateZeroedAndTrack()
280 if (!Allocation) in AcpiUtAllocateZeroedAndTrack()
[all …]
H A Dutalloc.c420 void *Allocation; in AcpiUtAllocate() local
435 Allocation = AcpiOsAllocate (Size); in AcpiUtAllocate()
436 if (!Allocation) in AcpiUtAllocate()
446 return_PTR (Allocation); in AcpiUtAllocate()
472 void *Allocation; in AcpiUtAllocateZeroed() local
478 Allocation = AcpiUtAllocate (Size, Component, Module, Line); in AcpiUtAllocateZeroed()
479 if (Allocation) in AcpiUtAllocateZeroed()
483 ACPI_MEMSET (Allocation, 0, Size); in AcpiUtAllocateZeroed()
486 return (Allocation); in AcpiUtAllocateZeroed()
/onnv-gate/usr/src/lib/libunistat/common/rdc/
H A Drdc.err56 BITMAP = Allocation of bitmap device %s failed
93 BITMAP2SMALL = Allocation of bitmap device %s failed, volume is too small
/onnv-gate/usr/src/lib/libsecdb/
H A Dauth_attr.txt42 solaris.device.:::Device Allocation::help=DevAllocHeader.html
125 solaris.smf.manage.allocate:::Manage Device Allocation Service::help=SmfAllocate.html
/onnv-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME186 o Bandwidth Allocation Scheme
413 o Bandwidth Allocation Scheme
/onnv-gate/usr/src/lib/libbsm/
H A Daudit_event.txt49 # Allocation of reserved kernel events:
55 # Allocation of user level audit events:
/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Ddynmem_readme.txt44 2.1 Memory Allocation
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperl5004delta.pod1205 =item Allocation too large: %lx
1209 =item Allocation too large
H A Dperlguts.pod1451 =head2 Memory Allocation
1453 =head3 Allocation argument
H A Dperltoc.pod4443 =item Memory Allocation
7580 not a HASH element or slice, Allocation too large: %lx, Allocation too
H A Dperl56delta.pod2781 See L<perlguts/"Memory Allocation"> for further information about that.
H A Dperl561delta.pod3386 See L<perlguts/"Memory Allocation"> for further information about that.
H A Dperldiag.pod53 =item Allocation too large: %lx
/onnv-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt6344 "Allocation already present in list!" errors as memory allocation
/onnv-gate/usr/src/tools/ctf/dwarf/i386/
HDlibdwarf.cpio.bz2