Home
last modified time | relevance | path

Searched refs:uc_pid (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Ducred.c236 if (uc->uc_pid == -1) in ucred_getpid()
239 return (uc->uc_pid); in ucred_getpid()
/illumos-gate/usr/src/uts/common/sys/
H A Ducred.h65 pid_t uc_pid; /* Process id */ member
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c956 uc->uc_pid = pid; in cred2ucred()