Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sparc64/sparc64/
H A Dsc_machdep.c54 static device_attach_t sc_attach; variable
60 DEVMETHOD(device_attach, sc_attach),
101 sc_attach(device_t dev) in sc_attach() function
/freebsd-12.1/sys/net80211/
H A Dieee80211_scan.h92 void (*sc_attach)(struct ieee80211com *); member
H A Dieee80211_scan.c85 ic->ic_scan_methods->sc_attach(ic); in ieee80211_scan_attach()
H A Dieee80211_scan_sw.c969 .sc_attach = ieee80211_swscan_attach,