Searched refs:SubType (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/prep/prep/
H A Dresidual.c1228 switch (id->SubType) {
1255 printf(" SubType = %s (%d)\n", p, id->SubType);
1264 switch (id->SubType) {
1285 printf(" SubType = %s (%d)\n", p, id->SubType);
1294 switch (id->SubType) {
1315 printf(" SubType = %s (%d)\n", p, id->SubType);
1328 switch (id->SubType) {
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/include/
H A Defidevp.h30 UINT8 SubType; member in struct:_EFI_DEVICE_PATH
45 #define DP_IS_END_SUBTYPE(a) ( ((a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE )
48 #define DevicePathSubType(a) ( (a)->SubType )
52 #define IsDevicePathEndSubType(a) ( (a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE )
64 (a)->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE; \
/netbsd-6-1-5-RELEASE/sys/arch/prep/include/
H A Dresidual.h186 unsigned char SubType; /* See pnp.h for bit definitions */ member in struct:_DEVICE_ID
321 int SubType, int Interface, int n);
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Deval.c157 typedef struct SubType { struct
163 struct SubType *prev; /* old type */
164 struct SubType *next; /* poped type (to avoid re-allocating) */
165 } SubType; typedef in typeref:struct:SubType
181 SubType st_head, *st;
215 st_head.next = (SubType *) 0;
319 SubType *newst;
321 newst = (SubType *) alloc(
322 sizeof(SubType), ATEMP);
323 newst->next = (SubType *)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/prep/pnpbus/
H A Dpnpbus.c357 pna->subtype = id->SubType;

Completed in 262 milliseconds