Home
last modified time | relevance | path

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

/freebsd/sys/dev/vte/
H A Dif_vte.c278 VTE_LOCK(sc); in vte_mediastatus()
298 VTE_LOCK(sc); in vte_mediachange()
502 VTE_LOCK(sc); in vte_detach()
936 VTE_LOCK(sc); in vte_suspend()
953 VTE_LOCK(sc); in vte_resume()
1093 VTE_LOCK(sc); in vte_start()
1184 VTE_LOCK(sc); in vte_ioctl()
1199 VTE_LOCK(sc); in vte_ioctl()
1332 VTE_LOCK(sc); in vte_intr()
1529 VTE_LOCK(sc); in vte_rxeof()
[all …]
H A Dif_vtevar.h154 #define VTE_LOCK(_sc) mtx_lock(&(_sc)->vte_mtx) macro