Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3secdb/
H A DMakefile39 getexecprof.3secdb \
59 getexecprof.3secdb := LINKSRC = getexecattr.3secdb
/illumos-gate/usr/src/head/
H A Dexec_attr.h136 extern execattr_t *getexecprof(const char *, const char *, const char *, int);
/illumos-gate/usr/src/cmd/getent/
H A Ddogetexecattr.c80 pexec = getexecprof(*list, NULL, NULL, GET_ALL); in dogetexecattr()
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetexecattr.c69 getexecprof(const char *name, const char *type, const char *id, int search_flag) in getexecprof() function
241 if ((exec = getexecprof(prof, c->type, c->id, c->sflag)) != NULL) { in findexecattr()
H A Dmapfile-vers57 getexecprof;
/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c308 exec = getexecprof("Forced Privilege", KV_COMMAND, pap->pfa_path, in callback_forced_privs()
312 exec = getexecprof("Forced Privilege", KV_COMMAND, in callback_forced_privs()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3secdb.inc31 link path=usr/share/man/man3secdb/getexecprof.3secdb target=getexecattr.3secdb
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2408 eap = getexecprof(buf, KV_COMMAND, cmdp, GET_ONE); in get_profile()