Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sgimips/ioc/
H A Dioc.c71 static void ioc_attach(device_t, device_t, void *);
78 ioc_match, ioc_attach, NULL, NULL);
95 ioc_attach(device_t parent, device_t self, void *aux) in ioc_attach() function