/illumos-gate/usr/src/head/ |
H A D | ucred.h | 60 extern pid_t ucred_getpid(const ucred_t *); /* for door_cred compatibility */
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | ucred.c | 34 #pragma weak _ucred_getpid = ucred_getpid 233 ucred_getpid(const ucred_t *uc) in ucred_getpid() function
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 839 is_called_from_nscd(ucred_getpid(uc))) { 871 is_called_from_nscd(ucred_getpid(uc))) { 873 &configInfo, ptr, ucred_getpid(uc)); 1376 "unavailable)\n", dc_str, ucred_getpid(*ucp), 1385 dc_str, ucred_getpid(*ucp), ucred_getruid(*ucp), 1844 ucred_getpid(*ucp), ucred_getruid(*ucp),
|
H A D | cachemgr_change.c | 662 pid = *pidp = ucred_getpid(uc); in chg_is_called_from_nscd_or_peruser_nscd()
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | configd.c | 352 if (ucred_getpid(uc) != privileged_pid || in create_connection() 393 return (create_client(ucred_getpid(uc), debugflags, privileged, in create_connection()
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_share_doorsvc.c | 158 pid = ucred_getpid(uc); in have_priv_sys_smb()
|
H A D | smbd_pipesvc.c | 284 clpid = ucred_getpid(uc); in pipe_has_priv()
|
H A D | smbd_authsvc.c | 247 clpid = ucred_getpid(uc); in authsock_has_priv()
|
H A D | smbd_doorsvc.c | 241 pid = ucred_getpid(uc); in have_req_privs()
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_frontend.c | 413 "euid %d, zoneid %d\n", dc_str, ucred_getpid(uc), in N2N_check_priv() 423 "euid %d, zoneid %d\n", dc_str, ucred_getpid(uc), in N2N_check_priv() 457 pid = ucred_getpid(uc); in _nscd_APP_check_cred()
|
H A D | nscd_selfcred.c | 572 if (ucred_getpid(uc) != forker_pid) { in _nscd_proc_iamhere() 575 ucred_getpid(uc), forker_pid); in _nscd_proc_iamhere() 680 ch->child_pid = ucred_getpid(uc); in _nscd_proc_iamhere()
|
/illumos-gate/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 1056 if (vt_check_disp_active(ucred_getpid(uc))) in server_for_door() 1064 vt_do_hotkeys(ucred_getpid(uc), vtargp->vt_num); in server_for_door()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | ti_opts.c | 234 lcred->pid = ucred_getpid(uc); in __rpc_get_local_cred()
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | door_calls.c | 329 dc->dc_pid = ucred_getpid(ucp); in door_cred()
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 945 ucred_getpid
|
/illumos-gate/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 547 pid_t upid = ucred_getpid(cred); in show_ucred()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 514 pcaller = ucred_getpid(uc); in pkg_door_srv()
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | adt.c | 1819 state->as_pid = ucred_getpid(ucred); in adt_set_from_ucred()
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 1278 kernelcall = ucred_getpid(uc) == 0; in server()
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1456 ucred_getpid.3c \ 2716 ucred_getpid.3c := LINKSRC = ucred.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1257 ucred_getpid;
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 3558 (int)ucred_getpid(uc), in show_ucred()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1532 link path=usr/share/man/man3c/ucred_getpid.3c target=ucred.3c
|