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

/netbsd-current/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c281 rwlock_t zd_zilog_lock; member in struct:ztest_ds
1191 VERIFY(rwlock_init(&zd->zd_zilog_lock, USYNC_THREAD, NULL) == 0);
2180 (void) rw_rdlock(&zd->zd_zilog_lock);
2236 (void) rw_unlock(&zd->zd_zilog_lock);
2292 (void) rw_rdlock(&zd->zd_zilog_lock);
2307 (void) rw_unlock(&zd->zd_zilog_lock);
2324 * zd_zilog_lock to block any I/O.
2327 (void) rw_wrlock(&zd->zd_zilog_lock);
2336 (void) rw_unlock(&zd->zd_zilog_lock);

Completed in 100 milliseconds