Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/newsmips/apbus/
Dapbus_subr.c97 if (strcmp(devname, dp->apbd_name) == 0) in apbus_lookupdev()
138 printf("name: %s\n", apdev->apbd_name); in apdevice_dump()
Dapbus.c147 child.apa_name = apdev->apbd_name; in apbusattach()
/netbsd/src/sys/arch/newsmips/include/
Dapbus.h62 char *apbd_name; member