Searched refs:Buffer (Results 51 - 75 of 91) sorted by relevance

1234

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpiosxf.h490 char *Buffer,
575 void *Buffer,
584 void *Buffer,
H A Dacinterp.h195 void *Buffer,
203 void *Buffer,
227 void *Buffer,
233 void *Buffer,
H A Dactables.h217 UINT8 *Buffer,
H A Dacdebug.h496 char *Buffer);
H A Dacnamesp.h385 ACPI_BUFFER *Buffer,
H A Dacobject.h126 * Note: The String and Buffer object must be identical through the
147 ACPI_COMMON_BUFFER_INFO (UINT8) /* Buffer in AML stream or allocated buffer */
313 * "Buffer Datum" -- a datum from a user buffer, read from or to be written to the field
373 /* The BufferField is different in that it is part of a Buffer, not an OpRegion */
379 union acpi_operand_object *BufferObj; /* Containing Buffer object */
514 ACPI_OBJECT_BUFFER Buffer; member in union:acpi_operand_object
H A Dacresrc.h184 ACPI_BUFFER *Buffer; member in struct:acpi_vendor_walk_info
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsrepair2.c153 * _FDE: Convert Buffer of BYTEs to a Buffer of DWORDs
154 * _GTM: Convert Buffer of BYTEs to a Buffer of DWORDs
307 * value is a Buffer of 5 DWORDs. This function repairs a common
308 * problem where the return value is a Buffer of BYTEs, not
334 if (ReturnObject->Buffer.Length >= ACPI_FDE_DWORD_BUFFER_SIZE)
341 if (ReturnObject->Buffer.Length != ACPI_FDE_BYTE_BUFFER_SIZE)
346 ReturnObject->Buffer.Length, ACPI_FDE_DWORD_BUFFER_SIZE));
362 ByteBuffer = ReturnObject->Buffer
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h389 SEGOFF16_t Buffer; member in struct:__anon2133
397 ADDR32_t Buffer; member in struct:__anon2134
464 SEGOFF16_t Buffer; /* copy to, leave at 0 for pointer */ member in struct:__anon2141
H A Dundi.c1256 undi.pxs->get_cached_info.Buffer.segment = 0;
1257 undi.pxs->get_cached_info.Buffer.offset = 0;
1262 *info = (void *)VIRTUAL(undi.pxs->get_cached_info.Buffer.segment,
1263 undi.pxs->get_cached_info.Buffer.offset);
1290 undi.pxs->tftp_read.Buffer.segment = SEGMENT(buf);
1291 undi.pxs->tftp_read.Buffer.offset = OFFSET(buf);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.h381 SEGOFF16_t Buffer; member in struct:__anon319
389 ADDR32_t Buffer; member in struct:__anon320
456 SEGOFF16_t Buffer; /* copy to, leave at 0 for pointer */ member in struct:__anon327
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defipciio.h175 @param Buffer For read operations, the destination buffer to store the results. For write
194 IN OUT VOID *Buffer
215 @param Buffer For read operations, the destination buffer to store the results. For write
223 @retval EFI_INVALID_PARAMETER Buffer is NULL or Width is invalid.
233 IN OUT VOID *Buffer
H A Defiapi.h82 OUT VOID **Buffer
88 IN VOID *Buffer
518 OUT EFI_HANDLE *Buffer
617 OUT EFI_HANDLE **Buffer
661 IN VOID *Buffer,
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexstore.c160 * 2) Store to an indexed area of a Buffer or Package
227 * DESCRIPTION: Store the object to indexed Buffer or Package element
314 * Store into a Buffer or String (not actually a real BufferField)
318 * 8-bit Buffer location defined by the Index destination object,
323 * Make sure the target is a Buffer or String. An error should
352 Value = SourceDesc->Buffer.Pointer[0];
360 "Source must be type [Integer/Buffer/String], found [%s]",
367 ObjDesc->Buffer.Pointer[IndexDesc->Reference.Value] = Value;
450 * Buffer --> Buffer (Name
[all...]
H A Dexprep.c275 case AML_FIELD_ACCESS_BUFFER: /* ACPI 2.0 (SMBus Buffer) */
381 * For all Buffer Fields, the ByteAlignment is always one byte.
517 SecondDesc->Buffer.Pointer;
519 (UINT16) SecondDesc->Buffer.Length;
H A Dexoparg1.c791 /* Buffer arguments may not be evaluated at this point */
794 Value = TempDesc->Buffer.Length;
808 "Operand must be Buffer/Integer/String/Package"
982 * either a Buffer or a Package
1003 TempDesc->Buffer.Pointer[Operand[0]->Reference.Value]);
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmresrcl2.c83 UINT8 *Buffer,
103 * PARAMETERS: Buffer - Pointer to the data bytes
116 UINT8 *Buffer,
147 AcpiOsPrintf ("0x%2.2X", Buffer[Index]);
115 AcpiDmDumpRawDataBuffer( UINT8 *Buffer, UINT32 Length, UINT32 Level) argument
/illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsopcode.c104 * BufferDesc - Host Buffer
134 /* Host object must be a Buffer */
139 "Target of Create Field is not a Buffer object - %s",
245 (8 * (UINT32) BufferDesc->Buffer.Length))
248 "Field [%4.4s] at %u exceeds Buffer [%4.4s] size %u (bits)",
251 AcpiUtGetNodeName (BufferDesc->Buffer.Node),
252 8 * (UINT32) BufferDesc->Buffer.Length));
315 * DESCRIPTION: Get BufferField Buffer and Index
340 /* NextOp points to the op that holds the Buffer */
370 /* Initialize the Buffer Fiel
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c37 PIMAGE_HDR ImageHdr, caddr_t Buffer);
39 static int32_t emlxs_build_parms(caddr_t Buffer, PWAKE_UP_PARMS AbsWakeUpParms,
41 static uint32_t emlxs_validate_image(emlxs_hba_t *hba, caddr_t Buffer,
47 caddr_t Buffer, uint32_t len,
90 caddr_t Buffer, PWAKE_UP_PARMS WakeUpParms,
2463 caddr_t Buffer,
2504 AbsChangeParams = emlxs_build_parms(Buffer,
2507 Buffer += sizeof (AIF_HDR);
2543 Src = (uint32_t *)Buffer;
2570 Buffer
2461 emlxs_start_abs_download(emlxs_hba_t *hba, PAIF_HDR AifHdr, caddr_t Buffer, uint32_t len, PWAKE_UP_PARMS WakeUpParms) argument
3149 emlxs_start_rel_download(emlxs_hba_t *hba, PIMAGE_HDR ImageHdr, caddr_t Buffer, PWAKE_UP_PARMS WakeUpParms, uint32_t dwc_flag) argument
3440 emlxs_write_fcode_flash(emlxs_hba_t *hba, PIMAGE_HDR ImageHdr, caddr_t Buffer) argument
4132 emlxs_build_parms(caddr_t Buffer, PWAKE_UP_PARMS AbsWakeUpParms, uint32_t BufferSize, PAIF_HDR AifHeader) argument
4564 emlxs_validate_image(emlxs_hba_t *hba, caddr_t Buffer, uint32_t Size, emlxs_fw_image_t *image) argument
5153 caddr_t Buffer = NULL; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S274 movl $buf,%edi # Buffer
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutdelete.c122 ACPI_DEBUG_PRINT ((ACPI_DB_ALLOCATIONS, "**** Buffer %p, ptr %p\n",
123 Object, Object->Buffer.Pointer));
131 ObjPointer = Object->Buffer.Pointer;
312 "***** Buffer Field %p\n", Object));
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c131 obj->Package.Elements[i].Buffer.Pointer;
164 obj->Package.Elements[i].Buffer.Pointer;
753 pkg->Package.Elements[0].Buffer.Pointer;
1003 obj.Buffer.Length = bufsize;
1004 obj.Buffer.Pointer = (void *)buffer;
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica_ec.c502 i < ((ACPI_OBJECT *)crs.Pointer)->Buffer.Length; i++) {
506 tmp = ((ACPI_OBJECT *)crs.Pointer)->Buffer.Pointer + i;
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c264 ap = (ACPI_SUBTABLE_HEADER *)obj->Buffer.Pointer;
265 len = obj->Buffer.Length;
858 args[2].Buffer.Pointer = (UINT8 *)bufp;
859 args[2].Buffer.Length = (UINT32)len;
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c899 len = (MAXNAMELEN < ep->Buffer.Length) ?
900 MAXNAMELEN : ep->Buffer.Length;
901 bcopy(ep->Buffer.Pointer, buf, len);
907 ASSERT(MAXNAMELEN >= ep->Buffer.Length);
908 bcopy(ep->Buffer.Pointer, fp, ep->Buffer.Length);

Completed in 119 milliseconds

1234