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

/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c484 * Delete the handle instance referenced by hand. Frees hand if the close
517 * Searches hand container for records that match the query described by
534 lookup_dd(dsvc_handle_t hand, boolean_t partial, uint_t query, argument
542 if (targetp == NULL || nrecordsp == NULL || DSVC_HANDLE_INVAL(hand))
545 if (hand->d_type == DSVC_DHCPTAB) {
547 lookup = hand->d_api.lookup_dt;
550 lookup = hand->d_api.lookup_dn;
562 if (hand->d_synch != NULL) {
563 error = DSVC_SYNCH_RDLOCK(hand
581 free_dd(dsvc_handle_t hand, void *entryp) argument
596 free_dd_list(dsvc_handle_t hand, void *listp) argument
613 add_dd_entry(dsvc_handle_t hand, void *newp) argument
648 modify_dd_entry(dsvc_handle_t hand, const void *origp, void *newp) argument
685 delete_dd_entry(dsvc_handle_t hand, void *entryp) argument
719 validate_dnrec(dsvc_handle_t hand, const dn_rec_t *dn, boolean_t justkey) argument
745 validate_dtrec(dsvc_handle_t hand, const dt_rec_t *dt, boolean_t justkey) argument
756 validate_dd_entry(dsvc_handle_t hand, const void *entryp, boolean_t justkey) argument
801 synch_init(dsvc_handle_t hand, const char *conname, uint_t flags) argument
863 synch_fini(dsvc_handle_t hand) argument
[all...]

Completed in 15 milliseconds