Home
last modified time | relevance | path

Searched refs:execopen (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c242 if (error = execopen(&vp, &fd)) in shbinexec()
/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c278 if (error = execopen(&vp, &fd)) in intpexec()
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h223 extern int execopen(struct vnode **vpp, int *fdp);
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c1481 execopen(struct vnode **vpp, int *fdp) in execopen() function
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c766 if ((error = execopen(&vp, &fd)) != 0) { in elfexec()