Searched defs:Size (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/acpi/common/
H A Dosl.c61 AcpiOsWriteFile(ACPI_FILE File, void *Buffer, ACPI_SIZE Size, ACPI_SIZE Count) argument
63 return (fwrite(Buffer, Size, Count, File));
H A Dutprint.c422 * Size - Boundary of the string
435 ACPI_SIZE Size,
455 End = String + Size;
698 if (Size > 0)
719 * Size - Boundary of the string
731 ACPI_SIZE Size,
740 Length = AcpiUtVsnprintf (String, Size, Format, Args);
433 AcpiUtVsnprintf( char *String, ACPI_SIZE Size, const char *Format, va_list Args) argument
729 AcpiUtSnprintf( char *String, ACPI_SIZE Size, const char *Format, ...) argument
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutalloc.c57 * PARAMETERS: Size - Size of the allocation
69 ACPI_SIZE Size)
77 Allocation = AcpiOsAllocate (Size);
82 memset (Allocation, 0, Size);
68 AcpiOsAllocateZeroed( ACPI_SIZE Size) argument
H A Duttrack.c73 ACPI_SIZE Size,
92 * ObjectSize - Size of each cached object
130 * PARAMETERS: Size - Size of the allocation
143 ACPI_SIZE Size,
154 if (!Size)
158 Size = 1;
161 Allocation = AcpiOsAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER));
167 "Could not allocate size %u", (UINT32) Size));
173 Allocation, Size, ACPI_MEM_MALLO
142 AcpiUtAllocateAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
211 AcpiUtAllocateZeroedAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
406 AcpiUtTrackAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, ACPI_SIZE Size, UINT8 AllocType, UINT32 Component, const char *Module, UINT32 Line) argument
[all...]
H A Dutobject.c249 * PARAMETERS: BufferSize - Size of buffer to be created
309 * PARAMETERS: StringSize - Size of string to be created. Does not
339 * Allocate the actual string buffer -- (Size + 1) for NULL terminator.
453 ACPI_DEBUG_PRINT ((ACPI_DB_ALLOCATIONS, "%p Size %X\n",
517 ACPI_SIZE Size; local
584 Size = AcpiNsGetPathnameLength (InternalObject->Reference.Node);
585 if (!Size)
590 Length += ACPI_ROUND_UP_TO_NATIVE_WORD (Size);
H A Dutprint.c422 * Size - Boundary of the string
435 ACPI_SIZE Size,
455 End = String + Size;
698 if (Size > 0)
719 * Size - Boundary of the string
731 ACPI_SIZE Size,
740 Length = AcpiUtVsnprintf (String, Size, Format, Args);
433 AcpiUtVsnprintf( char *String, ACPI_SIZE Size, const char *Format, va_list Args) argument
729 AcpiUtSnprintf( char *String, ACPI_SIZE Size, const char *Format, ...) argument
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daclinuxex.h88 ACPI_SIZE Size)
90 return kmalloc (Size, irqs_disabled () ? GFP_ATOMIC : GFP_KERNEL);
95 ACPI_SIZE Size)
97 return kzalloc (Size, irqs_disabled () ? GFP_ATOMIC : GFP_KERNEL);
154 ACPI_SIZE Size);
87 AcpiOsAllocate( ACPI_SIZE Size) argument
94 AcpiOsAllocateZeroed( ACPI_SIZE Size) argument
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtstat.c85 static int *Count, Size; local
99 if(ds->dt_max+1 > Size)
100 { if(Size > 0)
104 Size = ds->dt_max+1;
113 if(ds->dt_n+1 > Size)
114 { if(Size > 0)
118 Size = ds->dt_n+1;
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsnames.c100 ACPI_SIZE Size; local
106 Size = AcpiNsBuildNormalizedPath (Node, NULL, 0, FALSE);
107 return (Size);
184 * PathSize - Size of returned path name buffer
217 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \
219 if ((Length) < (Size)) \
317 ACPI_SIZE Size; local
325 Size = AcpiNsBuildNormalizedPath (Node, NULL, 0, NoTrailing);
326 if (!Size)
333 NameBuffer = ACPI_ALLOCATE_ZEROED (Size);
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_generic.h78 __ElfType(Size); variable
/illumos-gate/usr/src/cmd/sgs/include/
H A Dmonv.h50 typedef unsigned long long Size; typedef
56 Size size;
68 Size size;
95 Size size;
97 Size bufsize;
103 Size size;
110 Size size;
/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c103 static unsigned Size = 0; /* Size of output file */ variable
105 /* Size of input file, if append */
691 Size += cnt;
699 Size += Oldsize;
700 (void) audio_rewrite_filesize(ofd, File_type, Size,
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosillumostbl.c986 AcpiOsAllocateZeroed(ACPI_SIZE Size) argument
988 return (calloc(1, Size));
1019 AcpiOsReadFile(ACPI_FILE File, void *Buffer, ACPI_SIZE Size, ACPI_SIZE Count) argument
1021 return (fread(Buffer, Size, Count, File));
1051 AcpiOsUnmapMemory(void *LogicalAddress, ACPI_SIZE Size) argument
1059 (void) munmap(p, Size + offset);
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defiprot.h297 UINT64 Size; member in struct:__anon201
321 UINT64 Size; member in struct:__anon202
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.h176 /* Name Type Size Index */
260 uint16_t Size; member in struct:atu_cmd
282 uint16_t Size; member in struct:atu_cmd_card_config
306 uint16_t Size; member in struct:atu_cmd_do_scan
325 uint16_t Size; member in struct:atu_cmd_join
340 uint16_t Size; member in struct:atu_cmd_start_ibss
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_ioctl.h172 #define MPTSAS_MAX_EVENT_DATA_LENGTH (48) /* Size of each event in Dwords */
198 uint32_t Size; member in struct:mptsas_event_report
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c42 uint32_t Size, emlxs_fw_image_t *fw_image);
4564 emlxs_validate_image(emlxs_hba_t *hba, caddr_t Buffer, uint32_t Size, argument
4598 while (TotalLen < Size) {
4599 if (Size < sizeof (AIF_HDR)) {
4603 Size, sizeof (AIF_HDR));
4751 if (Size < sizeof (AIF_HDR)) {
4753 "Invalid image header length: 0x%x < 0x%x", Size,
4764 if (Size != (sizeof (AIF_HDR) + ImageLength + sizeof (int))) {
4766 "Image length incorrect: 0x%x != 0x%x", Size,
4804 while (Size > NextImag
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c519 AcpiOsAllocate(ACPI_SIZE Size) argument
523 Size += sizeof (Size);
524 tmp_ptr = (ACPI_SIZE *)kmem_zalloc(Size, KM_SLEEP);
525 *tmp_ptr++ = Size;
593 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_SIZE Size) argument
607 (size_t)Size, PSM_PROT_WRITE | PSM_PROT_READ));
611 AcpiOsUnmapMemory(void *LogicalAddress, ACPI_SIZE Size) argument
619 psm_unmap((caddr_t)LogicalAddress, (size_t)Size);
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl3.h171 UINT8 Size[7]; member in struct:acpi_drtm_resource
H A Daclocal.h891 UINT32 Size; /* bytelist or field size */ member in union:acpi_parse_value
1376 UINT32 Size; \
H A Dactbl1.h1321 UINT64 Size; member in struct:acpi_nfit_data_region
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h92 #define CS_BAD_SIZE 0x0a /* Size is invalid */
404 uint32_t Size; /* window size requested/granted */ member in struct:win_req_t
/illumos-gate/usr/src/boot/sys/boot/efi/include/amd64/
H A Dpe.h20 UINT16 e_cparhdr; // Size of header in paragraphs
52 UINT16 ne_cbnrestab; // Size of non-resident name table
110 UINT32 Size; member in struct:_IMAGE_DATA_DIRECTORY
534 UINT8 Size[10]; // File member size - decimal. member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER
/illumos-gate/usr/src/boot/sys/boot/efi/include/i386/
H A Dpe.h20 UINT16 e_cparhdr; // Size of header in paragraphs
52 UINT16 ne_cbnrestab; // Size of non-resident name table
110 UINT32 Size; member in struct:_IMAGE_DATA_DIRECTORY
534 UINT8 Size[10]; // File member size - decimal. member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h164 uint16_t Size; member in struct:aac_fib_header
316 /* Size in bytes of the memory that is flashed */
1014 /* Size of buffer for text messages from the controller */

Completed in 160 milliseconds

12