Searched refs:hal_mtx (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/wtap/wtap_hal/
H A Dhal.h41 struct mtx hal_mtx; member in struct:wtap_hal
H A Dhal.c66 mtx_init(&hal->hal_mtx, "wtap_hal mtx", NULL, MTX_DEF | MTX_RECURSE);
100 mtx_destroy(&hal->hal_mtx);

Completed in 106 milliseconds