Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/
H A Dfss.c130 static void fss_attach(device_t, device_t, void *);
134 fss_match, fss_attach, fss_detach, NULL);
153 fss_attach(device_t parent, device_t self, void *aux) in fss_attach() function