Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dexec.h222 extern int execpermissions(struct vnode *vp, struct vattr *vattrp,
/titanic_50/usr/src/uts/common/os/
H A Dexec.c575 if ((error = execpermissions(*vpp, &vattr, args)) != 0) in gexec()
1102 execpermissions(struct vnode *vp, struct vattr *vattrp, struct uarg *args) in execpermissions() function
/titanic_50/usr/src/uts/common/exec/elf/
H A Delf.c195 if (error = execpermissions(vp, &vat, args)) { in mapexec_brand()
670 if ((error = execpermissions(nvp, &bigwad->vattr, args)) != 0) { in elfexec()