Home
last modified time | relevance | path

Searched refs:pent (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef.c162 free_entry(pent); in list_policy_for_soft()
231 free_entry(pent); in list_policy_for_hard()
323 free_entry(pent); in disable_kef_hardware()
330 free_entry(pent); in disable_kef_hardware()
342 free_entry(pent); in disable_kef_hardware()
351 free_entry(pent); in disable_kef_hardware()
513 free_entry(pent); in disable_kef_software()
563 } else if ((pent == NULL) || (pent->dis_count == 0)) { in enable_kef()
608 if (is_device(pent->name) && (pent->dis_count == 0)) { in enable_kef()
683 free_entry(pent); in enable_kef()
[all …]
H A Dadm_kef_util.c113 if (pent == NULL) { in create_entry()
125 return (pent); in create_entry()
329 *ppent = pent; in interpret()
350 pentlist->pent = pent; in build_entrylist()
412 free(pent); in free_entry()
580 entry_t *pent; in enable_mechs() local
586 pent = *ppent; in enable_mechs()
619 pent->dislist = pent->dislist->next; in enable_mechs()
905 return (pent); in getent_kef()
1162 entry_t *pent; in disable_mechs() local
[all …]
H A Dadm_kef_ioctl.c60 if (pent == NULL) { in setup_soft_conf()
64 sup_count = pent->sup_count; in setup_soft_conf()
81 plist = pent->suplist; in setup_soft_conf()
105 if (pent == NULL) { in setup_soft_dis()
126 plist = pent->dislist; in setup_soft_dis()
142 setup_dev_dis(entry_t *pent) in setup_dev_dis() argument
152 if (pent == NULL) { in setup_dev_dis()
181 plist = pent->dislist; in setup_dev_dis()
201 if (pent == NULL) { in setup_unload_soft()
417 entry_t *pent = NULL; in get_soft_info() local
[all …]
H A Dcryptoadm.c1105 entry_t *pent = NULL; in do_unload() local
1174 pent->load = B_FALSE; in do_unload()
1183 free_entry(pent); in do_unload()
1255 entry_t *pent = NULL; in list_simple_for_all() local
1315 pent = getent_kef(psoftname, in list_simple_for_all()
1318 (pent == NULL) || (pent->load) ? in list_simple_for_all()
1381 entry_t *pent = NULL; in list_mechlist_for_all() local
1462 if ((pent == NULL) || (pent->load)) { in list_mechlist_for_all()
1497 ptr->pent->name); in list_mechlist_for_all()
1704 free_entry(ptr->pent); in list_policy_for_all()
[all …]
H A Dcryptoadm.h86 entry_t *pent; member
123 extern void print_kef_policy(char *provname, entry_t *pent,
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c50 uentry_t *pent; in get_pkcs11conf_info() local
82 free_uentry(pent); in get_pkcs11conf_info()
161 uentry_t *pent; in uef_interpret() local
174 if (pent == NULL) { in uef_interpret()
179 (void) strlcpy(pent->name, token1, sizeof (pent->name)); in uef_interpret()
184 free_uentry(pent); in uef_interpret()
188 *ppent = pent; in uef_interpret()
200 free_uentry(pent); in uef_interpret()
205 *ppent = pent; in uef_interpret()
239 if (pent == NULL) { in parse_policylist()
[all …]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_policy.c101 osa_policy_ent_rec pent; in kadm5_create_policy_internal() local
114 pent.name = entry->policy; in kadm5_create_policy_internal()
123 pent.pw_max_life = 0; in kadm5_create_policy_internal()
125 pent.pw_max_life = entry->pw_max_life; in kadm5_create_policy_internal()
127 pent.pw_min_life = 0; in kadm5_create_policy_internal()
133 pent.pw_min_life = entry->pw_min_life; in kadm5_create_policy_internal()
136 pent.pw_min_length = MIN_PW_LENGTH; in kadm5_create_policy_internal()
140 pent.pw_min_length = entry->pw_min_length; in kadm5_create_policy_internal()
143 pent.pw_min_classes = MIN_PW_CLASSES; in kadm5_create_policy_internal()
150 pent.pw_history_num = MIN_PW_HISTORY; in kadm5_create_policy_internal()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c744 pent->p_type = type; in add_to_profile_entry()
752 pent->p_ncu_class = -1; in add_to_profile_entry()
775 (void) strlcpy(pent->p_name, name, sizeof (pent->p_name)); in add_to_profile_entry()
779 &pent->p_aux_state); in add_to_profile_entry()
790 profile_entry_t pent; in list_ncu_cb() local
797 ofmt_print(ofmt, &pent); in list_ncu_cb()
805 profile_entry_t pent; in list_ncp_cb() local
813 ofmt_print(ofmt, &pent); in list_ncp_cb()
827 profile_entry_t pent; in list_loc_cb() local
834 ofmt_print(ofmt, &pent); in list_loc_cb()
[all …]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_provider_ad.c66 directory_entry_rpc *pent, const char * const * attrs, int nattrs,
283 directory_entry_rpc *pent, in directory_provider_ad_lookup() argument
304 cbinfo.entry = pent; in directory_provider_ad_lookup()
381 directory_entry_rpc *pent = cbinfo->entry; in directory_provider_ad_cb1() local
403 if (pent->status != DIRECTORY_NOT_FOUND) { in directory_provider_ad_cb1()
413 pent->directory_entry_rpc_u.attrs.attrs_val = llvals; in directory_provider_ad_cb1()
414 pent->directory_entry_rpc_u.attrs.attrs_len = nattrs; in directory_provider_ad_cb1()
415 pent->status = DIRECTORY_FOUND; in directory_provider_ad_cb1()
462 directory_entry_set_error(pent, de); in directory_provider_ad_cb1()
H A Ddirectory_provider_builtin.c49 directory_entry_rpc *pent, const wksids_table_t *wksid,
148 directory_entry_rpc *pent, in directory_provider_builtin_populate() argument
162 pent->status = DIRECTORY_FOUND; in directory_provider_builtin_populate()
163 pent->directory_entry_rpc_u.attrs.attrs_val = llvals; in directory_provider_builtin_populate()
164 pent->directory_entry_rpc_u.attrs.attrs_len = nattrs; in directory_provider_builtin_populate()
H A Ddirectory_provider_nsswitch.c50 directory_entry_rpc *pent, struct passwd *pwd, struct group *grp,
249 directory_entry_rpc *pent, in directory_provider_nsswitch_populate() argument
274 pent->directory_entry_rpc_u.attrs.attrs_val = llvals; in directory_provider_nsswitch_populate()
275 pent->directory_entry_rpc_u.attrs.attrs_len = nattrs; in directory_provider_nsswitch_populate()
276 pent->status = DIRECTORY_FOUND; in directory_provider_nsswitch_populate()
/illumos-gate/usr/src/cmd/power/
H A Dparse.c126 struct passwd *pent; in lookup_perms() local
134 } else if ((pent = getpwuid(ruid)) != NULL) { in lookup_perms()
135 user = pent->pw_name; in lookup_perms()
/illumos-gate/usr/src/lib/libcryptoutil/
H A DREADME142 uentry_t *pent;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c2998 struct protoent *pent; in printproto() local
3000 pent = getprotobynumber(proto); in printproto()
3001 if (pent != NULL) { in printproto()
3002 (void) fprintf(fp, "%s\n", pent->p_name); in printproto()
4633 struct protoent *pent; in readproto() local
4641 pent = getprotobyname(proto_str); in readproto()
4642 if (pent) { in readproto()
4643 *proto = pent->p_proto; in readproto()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c4213 struct protoent *pent; in form_ipsec_conf() local
4650 pent = getprotobyname(act_props->pattern[i]); in form_ipsec_conf()
4651 if (pent == NULL) { in form_ipsec_conf()
4661 cptr->ips_ulp_prot = pent->p_proto; in form_ipsec_conf()
/illumos-gate/usr/src/cmd/look/
H A Dwords16909 pent
/illumos-gate/usr/src/cmd/spell/
H A Dlist16907 pent