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

/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c433 if (hp->d_synch != NULL)
505 if ((*handp)->d_synch != NULL)
562 if (hand->d_synch != NULL) {
563 error = DSVC_SYNCH_RDLOCK(hand->d_synch, &unlock_cookie);
571 if (hand->d_synch != NULL)
572 (void) DSVC_SYNCH_UNLOCK(hand->d_synch, unlock_cookie);
624 if (hand->d_synch != NULL) {
625 error = DSVC_SYNCH_WRLOCK(hand->d_synch, &unlock_cookie);
635 if (hand->d_synch != NULL)
636 (void) DSVC_SYNCH_UNLOCK(hand->d_synch, unlock_cooki
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/head/
H A Ddhcp_svc_private.h153 dsvc_synch_t *d_synch; /* synchronization state */ member in struct:dsvc_handle

Completed in 40 milliseconds