Searched refs:ucred_getprivset (Results 1 – 17 of 17) sorted by relevance
/titanic_50/usr/src/head/ |
H A D | ucred.h | 57 extern const priv_set_t *ucred_getprivset(const ucred_t *, priv_ptype_t);
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | ucred.c | 37 #pragma weak _ucred_getprivset = ucred_getprivset 214 ucred_getprivset(const ucred_t *uc, priv_ptype_t set) in ucred_getprivset() function
|
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_rpc.c | 254 (psp = ucred_getprivset(ucp, PRIV_EFFECTIVE)) == NULL) in fmd_rpc_deny()
|
/titanic_50/usr/src/cmd/nscd/ |
H A D | nscd_frontend.c | 350 eset = ucred_getprivset(uc, PRIV_EFFECTIVE); in _nscd_check_client_priv() 397 eset = ucred_getprivset(uc, PRIV_EFFECTIVE); in N2N_check_priv()
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | configd.c | 243 if ((ps = ucred_getprivset(uc, PRIV_EFFECTIVE)) != NULL) { in ucred_is_privileged()
|
/titanic_50/usr/src/cmd/plockstat/ |
H A D | plockstat.c | 773 if ((psp = ucred_getprivset(ucp, PRIV_EFFECTIVE)) != NULL && in main()
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 946 ucred_getprivset
|
/titanic_50/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 1836 if ((ps = ucred_getprivset(*ucp, PRIV_EFFECTIVE)) != NULL) {
|
/titanic_50/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_door.c | 82 eset = ucred_getprivset(cred, PRIV_EFFECTIVE); in dlmgmt_checkprivs()
|
/titanic_50/usr/src/cmd/tsol/tnd/ |
H A D | tnd.c | 233 ((pset = ucred_getprivset(uc, PRIV_EFFECTIVE)) == NULL)) { in main()
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 1249 eset = ucred_getprivset(uc, PRIV_EFFECTIVE); in server()
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 1298 ucred_getprivset.3c \ 2397 ucred_getprivset.3c := LINKSRC = ucred.3c
|
/titanic_50/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 4388 eset = ucred_getprivset(ucred, PRIV_EFFECTIVE); in zsd_server() 4469 eset = ucred_getprivset(ucred, PRIV_EFFECTIVE); in zsd_stat_server()
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1010 ucred_getprivset;
|
/titanic_50/usr/src/cmd/truss/ |
H A D | expound.c | 3657 s = ucred_getprivset(uc, sn); in show_ucred_privsets()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1368 link path=usr/share/man/man3c/ucred_getprivset.3c target=ucred.3c
|
/titanic_50/ |
H A D | .gitignore | 5290 usr/src/man/man3c/ucred_getprivset.3c
|