Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x68k/dev/
H A Dms.c150 static void ms_attach(device_t, device_t, void *);
155 ms_match, ms_attach, NULL, NULL);
213 ms_attach(device_t parent, device_t self, void *aux) in ms_attach() function