Searched refs:crdup (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Ducred.h107 struct ucred *crdup(struct ucred *cr);
/illumos-gate/usr/src/uts/common/syscall/
H A Daccess.c78 /* OK to use effective uid/gid, i.e., no need to crdup(CRED())? */
85 tmpcr = crdup(cr);
/illumos-gate/usr/src/uts/common/sys/
H A Dcred.h77 extern cred_t *crdup(cred_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c131 eph_zsd->eph_nobody = crdup(zone->zone_kcred);
464 crdup(cred_t *cr) function
472 * This variation on crdup uses a pre-allocated structure for the
1044 cr = crdup(cr);
H A Dpriv.c196 newcred = crdup(oldcred);
H A Dtask.c867 cred_t *newcr = crdup(oldcr);
H A Dklpd.c944 ncr = crdup((cred_t *)cr);
H A Dexec.c626 newcred = cred = crdup(cred);
H A Dzone.c4123 * balance the crdup in zone_create. The crhold calls earlier
4610 zone->zone_kcred = crdup(kcred);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_user.c584 privcred = crdup(cr);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_secinfo.c1057 lcr = crdup(cr);
H A Dnfs_auth.c862 ac.auth_clnt_cred = crdup(cr);
H A Dnfs4_srv_readdir.c215 cs->cr = crdup(cs->basecr);
H A Dnfs3_vfsops.c1158 lcr = crdup(cr);
H A Dnfs_vfsops.c1263 lcr = crdup(cr);
H A Dnfs_subr.c1053 cr = crdup(icr);
1604 cr = crdup(icr);
H A Dnfs4_vfsops.c2457 lcr = crdup(cr);
3300 lcr = crdup(cr);
H A Dnfs4_stub_vnops.c849 mcred = crdup(cr);
H A Dnfs4_subr.c1249 cr = crdup(icr);
H A Dnfs4_srv.c2781 cs->cr = crdup(cs->basecr);
3423 cs->cr = crdup(cs->basecr);
3547 cs->cr = crdup(cs->basecr);
3591 cs->cr = crdup(cs->basecr);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c2215 newcred = crdup(oldcred);
2286 newcred = crdup(oldcred);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subrs.c101 cr = crdup(cr);

Completed in 178 milliseconds