Searched refs:execpermissions (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | exec.h | 222 extern int execpermissions(struct vnode *vp, struct vattr *vattrp,
|
/titanic_41/usr/src/uts/common/os/ |
H A D | exec.c | 575 if ((error = execpermissions(*vpp, &vattr, args)) != 0) in gexec() 1102 execpermissions(struct vnode *vp, struct vattr *vattrp, struct uarg *args) in execpermissions() function
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 195 if (error = execpermissions(vp, &vat, args)) { in mapexec_brand() 670 if ((error = execpermissions(nvp, &bigwad->vattr, args)) != 0) { in elfexec()
|