Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dklpd.h68 int pfexec_call(const cred_t *, struct pathname *, cred_t **, boolean_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dklpd.c844 pfexec_call(const cred_t *cr, struct pathname *rpnp, cred_t **pfcr, in pfexec_call() function
H A Dexec.c365 error = pfexec_call(p->p_cred, &resolvepn, &args.pfcred, in exec_common()