Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnetgrent_r.c60 getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, in getnetgrent_r() argument
69 return (copy_protoent(machinep, userp, domainp, in getnetgrent_r()
146 copy_protoent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, in copy_protoent() argument
196 *userp = cp; in copy_protoent()
199 *userp = NULL; in copy_protoent()
H A Dirpmarshall.c1215 irp_unmarshall_ng(const char **hostp, const char **userp, const char **domainp, in irp_unmarshall_ng() argument
1223 if (userp == NULL || hostp == NULL || in irp_unmarshall_ng()
1275 *userp = user; in irp_unmarshall_ng()
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dupdatehome.c102 userattr_t *userp = NULL; /* current user's user_attr entry */ in main() local
164 if (((userp = getusernam(pwd->pw_name)) == NULL) || in main()
165 ((kv_str = kva_match(userp->attr, USERATTR_MINLABEL)) == NULL)) { in main()
/illumos-gate/usr/src/lib/libtsol/common/
H A Dmisc.c430 userattr_t *userp = NULL; in getuserrange() local
454 if ((userp = getusernam(username)) != NULL) { in getuserrange()
455 if ((kv_str = kva_match(userp->attr, USERATTR_MINLABEL)) in getuserrange()
461 if ((kv_str = kva_match(userp->attr, USERATTR_CLEARANCE)) in getuserrange()
467 free_userattr(userp); in getuserrange()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa.h117 int sa_handle_get(objset_t *, uint64_t, void *userp,
119 int sa_handle_get_from_db(objset_t *, dmu_buf_t *, void *userp,
H A Ddmu.h1017 void *bonus, uint64_t *userp, uint64_t *groupp, uint64_t *projectp);
/illumos-gate/usr/src/tools/smatch/src/
H A Dlinearize.h16 pseudo_t *userp; member
275 user->userp = pp; in alloc_pseudo_user()
H A Dunssa.c56 use_pseudo(pu->insn, tmp, pu->userp); in simplify_phi_node()
H A Dflow.c295 if (*pu->userp != VOID) { in convert_instruction_target()
296 assert(*pu->userp == target); in convert_instruction_target()
297 *pu->userp = src; in convert_instruction_target()
H A Dmemops.c72 if (pu->userp != &insn->src) in address_taken()
H A Dsimplify.c246 if (pu->userp == entry) { in delete_pseudo_user_list_entry()
/illumos-gate/usr/src/cmd/tcpd/
H A Dtcpdchk.c414 char *userp;
418 if (getnetgrent(&machinep, &userp, &domainp) == 0)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c137 uint16_t length, int length_idx, boolean_t, void *userp);
1156 uint16_t length, int length_idx, boolean_t var_length, void *userp) in sa_build_idx_tab() argument
1158 sa_idx_tab_t *idx_tab = userp; in sa_build_idx_tab()
1170 sa_iterfunc_t func, sa_lot_t *tab, void *userp) in sa_attr_iter() argument
1210 idx_len, reg_length == 0 ? B_TRUE : B_FALSE, userp); in sa_attr_iter()
1220 uint16_t length, int length_idx, boolean_t variable_length, void *userp) in sa_byteswap_cb() argument
1222 sa_handle_t *hdl = userp; in sa_byteswap_cb()
1366 sa_handle_get_from_db(objset_t *os, dmu_buf_t *db, void *userp, in sa_handle_get_from_db() argument
1390 handle->sa_userp = userp; in sa_handle_get_from_db()
1416 sa_handle_get(objset_t *objset, uint64_t objid, void *userp, in sa_handle_get() argument
[all …]
H A Dzfs_vfsops.c584 uint64_t *userp, uint64_t *groupp, uint64_t *projectp) in zfs_space_delta_cb() argument
609 *userp = znp->zp_uid; in zfs_space_delta_cb()
620 *userp = 0; in zfs_space_delta_cb()
638 *userp = *((uint64_t *)((uintptr_t)data + hdrsize + SA_UID_OFFSET)); in zfs_space_delta_cb()
651 *userp = BSWAP_64(*userp); in zfs_space_delta_cb()
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_after.h423 int getnetgrent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp,
427 int getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp,
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c449 user_t *userp = thing; in prioctl64() local
452 *userp = *up; in prioctl64()
454 if (copyout(userp, cmaddr, sizeof (user_t))) in prioctl64()
456 kmem_free(userp, sizeof (user_t)); in prioctl64()
1986 user_t *userp = thing; in prioctl32() local
1989 *userp = *up; in prioctl32()
1991 if (copyout(userp, cmaddr, sizeof (user_t))) in prioctl32()
1993 kmem_free(userp, sizeof (user_t)); in prioctl32()
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c107 uint64_t *userp, uint64_t *groupp, uint64_t *projectp) in space_delta_cb() argument