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

/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dpublic.c106 add_dtrec_to_list(dt_rec_t *entryp, dt_rec_list_t *listp) argument
110 if (entryp == NULL || retval == NULL) {
116 retval->dtl_rec = entryp;
125 add_dnrec_to_list(dn_rec_t *entryp, dn_rec_list_t *listp) argument
129 if (entryp == NULL || retval == NULL) {
135 retval->dnl_rec = entryp;
H A Dprivate.c578 * Frees the record pointed to by entryp.
581 free_dd(dsvc_handle_t hand, void *entryp) argument
583 if (DSVC_HANDLE_INVAL(hand) || entryp == NULL)
587 free_dtrec((dt_rec_t *)entryp);
589 free_dnrec((dn_rec_t *)entryp);
680 * Deletes the record referred to by entryp from the DHCP container hand.
681 * Caller is responsible for freeing entryp if it was dynamically
685 delete_dd_entry(dsvc_handle_t hand, void *entryp) argument
693 if (!validate_dd_entry(hand, entryp, B_TRUE))
703 error = hand->d_api.delete_dt(hand->d_hand, entryp);
756 validate_dd_entry(dsvc_handle_t hand, const void *entryp, boolean_t justkey) argument
[all...]
/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock_deadlock.c202 u_int32_t *bitmap, count, *entryp, i, id, nentries, *tmpmap; local
334 entryp = bitmap + (nentries * lockerp->dd_id);
335 OR_MAP(entryp, tmpmap, nentries);
344 CLR_MAP(entryp, lockerp->dd_id);
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c368 dsym_cat_t *entryp = NULL; local
385 entryp = &cats[i];
390 if (entryp != NULL) {
396 const char *ptr = cat + entryp->dc_minlen;
397 if (entryp->dc_id == DSYM_VENDOR) {
414 *entry = entryp;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c1465 krb5_ktfileint_read_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entryp)
1469 return krb5_ktfileint_internal_read_entry(context, id, entryp, &delete_point);
1462 krb5_ktfileint_read_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entryp) argument
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c6137 * 1) The property was aliased. "entryp" points to the alias, a different
6140 * 0) The property was not aliased. "entryp" points to the same entry as the
6145 * "entryp" is unchanged.
6148 * the next entry, so (*entryp)->pl_next is valid for iteration in either case
6153 zprop_list_t **entryp)
6181 if (entryp != NULL)
6182 *entryp = alias;
6187 if (entryp != NULL)
6188 *entryp = entry;
6152 zfs_proplist_resolve_alias(zfs_handle_t *zhp, zprop_list_t *entry, zprop_list_t **entryp) argument

Completed in 47 milliseconds