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

/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c715 * B_TRUE if it is, B_FALSE if it's not. If `justkey' is set, then only
719 validate_dnrec(dsvc_handle_t hand, const dn_rec_t *dn, boolean_t justkey) argument
726 if (justkey)
740 * B_TRUE if it is, B_FALSE if it's not. If `justkey' is set, then only
745 validate_dtrec(dsvc_handle_t hand, const dt_rec_t *dt, boolean_t justkey) argument
752 * returns B_TRUE if it is, B_FALSE if it's not. If `justkey' is set, then
756 validate_dd_entry(dsvc_handle_t hand, const void *entryp, boolean_t justkey) argument
762 return (validate_dtrec(hand, (dt_rec_t *)entryp, justkey));
764 return (validate_dnrec(hand, (dn_rec_t *)entryp, justkey));

Completed in 16 milliseconds