HomeSort by: relevance | last modified time | path
    Searched defs:Function (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exserial.c 165 * FUNCTION: AcpiExReadGpio
214 * FUNCTION: AcpiExWriteGpio
277 * FUNCTION: AcpiExReadSerialBus
297 UINT32 Function;
309 * of Function
321 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16);
327 Function = ACPI_READ;
353 Function = ACPI_READ | (AccessorType << 16);
359 Function = ACPI_READ;
365 Function = ACPI_READ
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface_internal.h 28 uint64_t Function;
35 uint32_t Function;
xray_fdr_log_records.h 10 // This file is a part of XRay, a function call tracing system.
19 enum class RecordType : uint8_t { Function, Metadata };
59 // We only use 28 bits of the function ID, so that we can use as few bytes as
60 // possible. This means we only support 2^28 (268,435,456) unique function ids
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 210 // BOOTSERVCE - Name of a boot service function
906 UINT8 Function;
pci22.h 119 UINT8 Function;
efipciio.h 294 UINT8 Function;
efidevp.h 85 UINT8 Function;
efi_pxe.h 941 // and function numbers. For PC Card, this may require PC
953 // Bus, device & function numbers that locate this device.
957 PXE_UINT8 Function;
1024 // function. It passes the number of bytes as the len parameter and it
1146 PXE_UINT8 Function;
1173 PXE_UINT8 Function;
  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 484 CatPrint(Str, L"Pci(0x%x,0x%x)", Pci->Device, Pci->Function);
1084 * Table to convert "Type" and "SubType" to a "convert to text" function/
1091 VOID (*Function)(POOL_PRINT *, VOID *);
1162 for (Index = 0; DevPathTable[Index].Function; Index += 1) {
1166 DumpNode = DevPathTable[Index].Function;
1172 // If not found, use a generic function
  /src/sys/dev/acpi/
apei_cper.h 254 uint8_t Function;
  /src/sys/external/bsd/acpica/dist/include/
actbl3.h 570 UINT8 Bus; /* PCI Bus/Segment/Function numbers */
572 UINT8 Function;
836 UINT8 PciFunction; /* PCI Function number */
960 UINT8 PciFunction; /* PCI Function number */
aclocal.h 600 UINT32 Function;
actypes.h 1061 /* Sleep function dispatch */
1284 UINT32 Function);
1318 UINT32 Function,
1355 UINT32 Function,
1468 UINT16 Function;
actbl1.h 378 UINT8 Function;
1167 UINT8 Function;
1914 UINT16 Function;
actbl2.h 4056 UINT8 Function;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
pe.h 328 #define IMAGE_SYM_DTYPE_FUNCTION 2 // function.
515 UINT32 SymbolTableIndex; // Symbol table index of function name if Linenumber is 0.
579 UINT32 Function;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
pe.h 334 #define IMAGE_SYM_DTYPE_FUNCTION 2 // function.
521 UINT32 SymbolTableIndex; // Symbol table index of function name if Linenumber is 0.
585 UINT32 Function;
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
pe.h 328 #define IMAGE_SYM_DTYPE_FUNCTION 2 // function.
515 UINT32 SymbolTableIndex; // Symbol table index of function name if Linenumber is 0.
579 UINT32 Function;
  /src/sys/dev/ic/
mfireg.h 1534 uint8_t Function; /* 0x03 */
1717 uint8_t Function; /* 0x03 */
mpt_mpilib.h 164 * Removed LAN_SUSPEND function definition.
173 * 12-04-00 01.01.02 Added new function codes.
183 * Added function codes for RAID.
189 * 09-28-01 01.02.02 New function code MPI_SCSI_ENCLOSURE_PROCESSOR.
653 U8 Reserved[2]; /* function specific */
655 U8 Function;
656 U8 Reserved1[3]; /* function specific */
669 U8 Reserved[2]; /* function specific */
671 U8 Function;
672 U8 Reserved1[3]; /* function specific *
    [all...]

Completed in 62 milliseconds