Home
last modified time | relevance | path

Searched refs:BaseType (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/prep/include/
Dresidual.h185 unsigned char BaseType; /* See pnp.h for bit definitions */ member
320 unsigned char * DevID, int BaseType,
/netbsd/src/sys/arch/prep/prep/
Dresidual.c1190 } BaseType[] = { in bustype_subr() local
1205 type = (id->BaseType >= NELEMS(BaseType)) ? 0 : id->BaseType; in bustype_subr()
1207 printf(" BaseType = %s (%d)\n", BaseType[type].str, id->BaseType); in bustype_subr()
1208 if (BaseType[type].func != NULL) in bustype_subr()
1209 (*BaseType[type].func)(id); in bustype_subr()
/netbsd/src/sys/arch/prep/pnpbus/
Dpnpbus.c357 pna->basetype = id->BaseType; in pnp_getpna()