Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bm/
HDif_bm.c256 BM_LOCK(sc); in bm_ifmedia_upd()
267 BM_LOCK(sc); in bm_ifmedia_sts()
492 BM_LOCK(sc); in bm_detach()
528 BM_LOCK(sc); in bm_shutdown()
570 BM_LOCK(sc); in bm_rxintr()
627 BM_LOCK(sc); in bm_rxintr()
660 BM_LOCK(sc); in bm_txintr()
706 BM_LOCK(sc); in bm_start()
874 BM_LOCK(sc); in bm_ioctl()
889 BM_LOCK(sc); in bm_ioctl()
[all …]
HDif_bmvar.h43 #define BM_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro