Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h100 #define AH_CHIP(_name, _probe, _attach) \ argument
104 .attach = _attach, \
126 #define AH_RF(_name, _probe, _attach) \ argument
130 .attach = _attach, \
/freebsd/share/examples/drivers/
H A Dmake_device_driver.sh522 error = ${1}_attach(device, scp);
615 error = ${1}_attach(device, scp);
637 ${1}_attach(device_t device, struct ${1}_softc * scp)