Searched refs:VTSCSI_LOCK_INIT (Results 1 – 2 of 2) sorted by relevance
145 #define VTSCSI_LOCK_INIT(_sc, _name) mtx_init(VTSCSI_MTX(_sc), _name, \ macro
282 VTSCSI_LOCK_INIT(sc, device_get_nameunit(dev)); in vtscsi_attach()