/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetgrent_r.c | 64 getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, in getnetgrent_r() argument 73 return (copy_protoent(machinep, userp, domainp, in getnetgrent_r() 150 copy_protoent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, in copy_protoent() argument 200 *userp = cp; in copy_protoent() 203 *userp = NULL; in copy_protoent()
|
H A D | irpmarshall.c | 1219 irp_unmarshall_ng(const char **hostp, const char **userp, const char **domainp, in irp_unmarshall_ng() argument 1227 if (userp == NULL || hostp == NULL || in irp_unmarshall_ng() 1279 *userp = user; in irp_unmarshall_ng()
|
/titanic_50/usr/src/cmd/tsol/updatehome/ |
H A D | updatehome.c | 102 userattr_t *userp = NULL; /* current user's user_attr entry */ in main() local 163 if (((userp = getusernam(pwd->pw_name)) == NULL) || in main() 164 ((kv_str = kva_match(userp->attr, USERATTR_MINLABEL)) == NULL)) { in main()
|
/titanic_50/usr/src/lib/libtsol/common/ |
H A D | misc.c | 430 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()
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | sa.h | 117 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 D | dmu.h | 879 void *bonus, uint64_t *userp, uint64_t *groupp);
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | sa.c | 130 uint16_t length, int length_idx, boolean_t, void *userp); 1151 uint16_t length, int length_idx, boolean_t var_length, void *userp) in sa_build_idx_tab() argument 1153 sa_idx_tab_t *idx_tab = userp; in sa_build_idx_tab() 1165 sa_iterfunc_t func, sa_lot_t *tab, void *userp) in sa_attr_iter() argument 1205 idx_len, reg_length == 0 ? B_TRUE : B_FALSE, userp); in sa_attr_iter() 1215 uint16_t length, int length_idx, boolean_t variable_length, void *userp) in sa_byteswap_cb() argument 1217 sa_handle_t *hdl = userp; in sa_byteswap_cb() 1361 sa_handle_get_from_db(objset_t *os, dmu_buf_t *db, void *userp, in sa_handle_get_from_db() argument 1385 handle->sa_userp = userp; in sa_handle_get_from_db() 1411 sa_handle_get(objset_t *objset, uint64_t objid, void *userp, in sa_handle_get() argument [all …]
|
H A D | zfs_vfsops.c | 601 uint64_t *userp, uint64_t *groupp) in zfs_space_delta_cb() argument 620 *userp = znp->zp_uid; in zfs_space_delta_cb() 636 *userp = 0; in zfs_space_delta_cb() 650 *userp = *((uint64_t *)((uintptr_t)data + hdrsize + in zfs_space_delta_cb() 655 *userp = BSWAP_64(*userp); in zfs_space_delta_cb()
|
/titanic_50/usr/src/cmd/tcpd/ |
H A D | tcpdchk.c | 414 char *userp; 418 if (getnetgrent(&machinep, &userp, &domainp) == 0)
|
/titanic_50/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 423 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,
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 465 user_t *userp = thing; in prioctl64() local 468 *userp = *up; in prioctl64() 470 if (copyout(userp, cmaddr, sizeof (user_t))) in prioctl64() 472 kmem_free(userp, sizeof (user_t)); in prioctl64() 2028 user_t *userp = thing; in prioctl32() local 2031 *userp = *up; in prioctl32() 2033 if (copyout(userp, cmaddr, sizeof (user_t))) in prioctl32() 2035 kmem_free(userp, sizeof (user_t)); in prioctl32()
|
/titanic_50/usr/src/cmd/zhack/ |
H A D | zhack.c | 108 uint64_t *userp, uint64_t *groupp) in space_delta_cb() argument
|