Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/
HDah_internal.h98 #define AH_CHIP(_name, _probe, _attach) \ argument
102 .attach = _attach \
118 #define AH_RF(_name, _probe, _attach) \ argument
122 .attach = _attach \
/NextBSD/share/examples/drivers/
HDmake_device_driver.sh530 error = ${1}_attach(device, scp);
623 error = ${1}_attach(device, scp);
645 ${1}_attach(device_t device, struct ${1}_softc * scp)