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

/netbsd-current/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c279 ztest_shared_ds_t *zd_shared; member in struct:ztest_ds
1185 zd->zd_shared = szd;
1188 if (zd->zd_shared != NULL)
1189 zd->zd_shared->zd_seq = 0;
2302 ASSERT(zd->zd_shared != NULL);
2303 ASSERT3U(zd->zd_shared->zd_seq, <=, zilog->zl_commit_lr_seq);
2304 zd->zd_shared->zd_seq = zilog->zl_commit_lr_seq;

Completed in 96 milliseconds