Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h218 extern int execpermissions(struct vnode *vp, struct vattr *vattrp,
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c678 if ((error = execpermissions(*vpp, &vattr, args)) != 0) in gexec()
1215 execpermissions(struct vnode *vp, struct vattr *vattrp, struct uarg *args) in execpermissions() function
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c206 if (error = execpermissions(vp, &vat, args)) { in mapexec_brand()
774 if ((error = execpermissions(nvp, &bigwad->vattr, args)) != 0) { in elfexec()