Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sgimips/dev/
H A Dint.c65 static void int_attach(device_t, device_t, void *);
92 int_match, int_attach, NULL, NULL);
110 int_attach(device_t parent, device_t self, void *aux) in int_attach() function