Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ieee1394/
H A Dfirewirereg.h91 void (*post_explore) (void *); member
H A Dif_fwip.c191 sc->sc_fd.post_explore = NULL; in fwipattach()
H A Dfirewire.c2092 if (fdc->post_explore != NULL) in fw_attach_dev()
2093 fdc->post_explore(fdc); in fw_attach_dev()
H A Dsbp.c538 sc->sc_fd.post_explore = sbp_post_explore; in sbpattach()