Home
last modified time | relevance | path

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

/freebsd/sys/dev/le/
H A Dlancevar.h120 #define LE_LOCK_INITIALIZED(_sc) mtx_initialized(&(_sc)->sc_mtx) macro
H A Dlance.c106 if (LE_LOCK_INITIALIZED(sc) == 0) in lance_config()