Symbol: ucred_getpid
usr/src/cmd/ldapcachemgr/cachemgr.c
1376
"unavailable)\n", dc_str, ucred_getpid(*ucp),
usr/src/cmd/ldapcachemgr/cachemgr.c
1385
dc_str, ucred_getpid(*ucp), ucred_getruid(*ucp),
usr/src/cmd/ldapcachemgr/cachemgr.c
1844
ucred_getpid(*ucp), ucred_getruid(*ucp),
usr/src/cmd/ldapcachemgr/cachemgr.c
839
is_called_from_nscd(ucred_getpid(uc))) {
usr/src/cmd/ldapcachemgr/cachemgr.c
871
is_called_from_nscd(ucred_getpid(uc))) {
usr/src/cmd/ldapcachemgr/cachemgr.c
873
&configInfo, ptr, ucred_getpid(uc));
usr/src/cmd/ldapcachemgr/cachemgr_change.c
662
pid = *pidp = ucred_getpid(uc);
usr/src/cmd/nscd/nscd_frontend.c
413
"euid %d, zoneid %d\n", dc_str, ucred_getpid(uc),
usr/src/cmd/nscd/nscd_frontend.c
423
"euid %d, zoneid %d\n", dc_str, ucred_getpid(uc),
usr/src/cmd/nscd/nscd_frontend.c
457
pid = ucred_getpid(uc);
usr/src/cmd/nscd/nscd_selfcred.c
572
if (ucred_getpid(uc) != forker_pid) {
usr/src/cmd/nscd/nscd_selfcred.c
575
ucred_getpid(uc), forker_pid);
usr/src/cmd/nscd/nscd_selfcred.c
680
ch->child_pid = ucred_getpid(uc);
usr/src/cmd/ptools/pfiles/pfiles.c
547
pid_t upid = ucred_getpid(cred);
usr/src/cmd/smbsrv/smbd/smbd_authsvc.c
247
clpid = ucred_getpid(uc);
usr/src/cmd/smbsrv/smbd/smbd_doorsvc.c
241
pid = ucred_getpid(uc);
usr/src/cmd/smbsrv/smbd/smbd_pipesvc.c
284
clpid = ucred_getpid(uc);
usr/src/cmd/smbsrv/smbd/smbd_share_doorsvc.c
158
pid = ucred_getpid(uc);
usr/src/cmd/svc/configd/configd.c
352
if (ucred_getpid(uc) != privileged_pid ||
usr/src/cmd/svc/configd/configd.c
393
return (create_client(ucred_getpid(uc), debugflags, privileged,
usr/src/cmd/svr4pkg/pkgserv/pkgserv.c
514
pcaller = ucred_getpid(uc);
usr/src/cmd/truss/expound.c
3558
(int)ucred_getpid(uc),
usr/src/cmd/vt/vtdaemon.c
1056
if (vt_check_disp_active(ucred_getpid(uc)))
usr/src/cmd/vt/vtdaemon.c
1064
vt_do_hotkeys(ucred_getpid(uc), vtargp->vt_num);
usr/src/cmd/zoneadmd/zoneadmd.c
1278
kernelcall = ucred_getpid(uc) == 0;
usr/src/head/ucred.h
60
extern pid_t ucred_getpid(const ucred_t *); /* for door_cred compatibility */
usr/src/lib/libbsm/common/adt.c
1819
state->as_pid = ucred_getpid(ucred);
usr/src/lib/libc/port/threads/door_calls.c
329
dc->dc_pid = ucred_getpid(ucp);
usr/src/lib/libnsl/rpc/ti_opts.c
234
lcred->pid = ucred_getpid(uc);