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

  /src/sbin/efi/
devpath.h 38 uint8_t SubType;
61 ((EFI_DEVICE_PATH_PROTOCOL){.Type = 0x7f, .SubType = 0xff, .Length = 0x04})
63 ((EFI_DEVICE_PATH_PROTOCOL){.Type = 0x7f, .SubType = 0x01, .Length = 0x04})
68 #define DEVPATH_FMT_HDR " DevPath_Hdr: Type %u, SubType: %u, Length: %u\n"
71 #define DEVPATH_DAT_HDR(dp) (dp)->Type, (dp)->SubType, (dp)->Length
118 "[unsupported devpath type: %s(%u), subtype: %u]",
119 devpath_type_name(dp->Type), dp->Type, dp->SubType);
  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 262 FilePath->Header.SubType = MEDIA_FILEPATH_DP;
430 DevPath->SubType = END_INSTANCE_DEVICE_PATH_SUBTYPE;
561 Type: 2 (ACPI Device Path) SubType: 1 (ACPI Device Path)
1049 CatPrint( Str , L"HardwarePath(%d" , Path-> SubType ) ;
1053 CatPrint( Str , L"AcpiPath(%d" , Path-> SubType ) ;
1057 CatPrint( Str , L"Msg(%d" , Path-> SubType ) ;
1061 CatPrint( Str , L"MediaPath(%d" , Path-> SubType ) ;
1065 CatPrint( Str , L"BbsPath(%d" , Path-> SubType ) ;
1069 CatPrint( Str , L"Path(%d,%d" , Path-> Type , Path-> SubType ) ;
1084 * Table to convert "Type" and "SubType" to a "convert to text" function
    [all...]
  /src/bin/ksh/
eval.c 150 typedef struct SubType {
156 struct SubType *prev; /* old type */
157 struct SubType *next; /* poped type (to avoid re-allocating) */
158 } SubType;
174 SubType st_head, *st;
209 st_head.next = (SubType *) 0;
313 SubType *newst;
315 newst = (SubType *) alloc(
316 sizeof(SubType), ATEMP);
317 newst->next = (SubType *) 0
    [all...]
  /src/sys/arch/prep/include/
residual.h 186 unsigned char SubType; /* See pnp.h for bit definitions */
321 int SubType, int Interface, int n);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h 30 UINT8 SubType;
50 #define DP_IS_END_SUBTYPE(a) ( ((a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE )
53 #define DevicePathSubType(a) ( (a)->SubType )
58 #define IsDevicePathEndSubType(a) ( (a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE )
70 (a)->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE; \
195 * Fibre Channel Ex SubType.
221 * SATA Device Path SubType.
233 * USB WWID Device Path SubType.
246 * Device Logical Unit SubType.
308 * Uniform Resource Identifiers SubType
    [all...]
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 222 UINT8 SubType;

Completed in 16 milliseconds