Home
last modified time | relevance | path

Searched refs:pc_cr (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Ducredsys.c55 kpc.pc_cr = NULL; in getpeerucred()
108 if (kpc.pc_cr != NULL) { in getpeerucred()
111 uc = cred2ucred(kpc.pc_cr, kpc.pc_cpid, NULL, CRED()); in getpeerucred()
113 crfree(kpc.pc_cr); in getpeerucred()
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h418 cred_t *pc_cr; member
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1137 kp->pc_cr = fnp->fn_pcredp; in fifo_ioctl_getpeercred()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c1546 kp->pc_cr = so->so_peercred; in sosctp_ioctl()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c1541 kp->pc_cr = so->so_peercred; in socket_ioctl_common()
H A Dsocktpi.c5886 kp->pc_cr = so->so_peercred; in sotpi_ioctl()
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c1661 crhold(kp->pc_cr = tp->tim_peercred); in timodwproc()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c3064 if (error == 0 && kpc.pc_cr != NULL) { in prgetfdinfo()
3069 crfree(kpc.pc_cr); in prgetfdinfo()