Searched defs:unlock_cookie (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Ddsvcd_synch.c269 dsvcd_unlock(dsvc_synch_t *sp, void *unlock_cookie) argument
274 int unlockfd = (int)unlock_cookie;
H A Dprivate.c539 void *unlock_cookie; local
563 error = DSVC_SYNCH_RDLOCK(hand->d_synch, &unlock_cookie);
572 (void) DSVC_SYNCH_UNLOCK(hand->d_synch, unlock_cookie);
616 void *unlock_cookie; local
625 error = DSVC_SYNCH_WRLOCK(hand->d_synch, &unlock_cookie);
636 (void) DSVC_SYNCH_UNLOCK(hand->d_synch, unlock_cookie);
651 void *unlock_cookie; local
663 error = DSVC_SYNCH_WRLOCK(hand->d_synch, &unlock_cookie);
674 (void) DSVC_SYNCH_UNLOCK(hand->d_synch, unlock_cookie);
688 void *unlock_cookie; local
[all...]

Completed in 22 milliseconds