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

/osnet-11/usr/src/lib/libdhcpsvc/head/
H A Ddhcp_svc_private.h152 void *d_hand; /* public module handle */ member in struct:dsvc_handle
161 (h)->d_hand == NULL)
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c427 error = hp->d_api.open_dt(&hp->d_hand, ddp->d_location, flags);
429 error = hp->d_api.open_dn(&hp->d_hand, ddp->d_location, flags,
498 error = (*handp)->d_api.close_dt(&((*handp)->d_hand));
500 error = (*handp)->d_api.close_dn(&((*handp)->d_hand));
568 error = lookup(hand->d_hand, partial, query, count, targetp, recordsp,
631 error = hand->d_api.add_dt(hand->d_hand, newp);
633 error = hand->d_api.add_dn(hand->d_hand, newp);
669 error = hand->d_api.modify_dt(hand->d_hand, origp, newp);
671 error = hand->d_api.modify_dn(hand->d_hand, origp, newp);
703 error = hand->d_api.delete_dt(hand->d_hand, entry
[all...]

Completed in 20 milliseconds