Home
last modified time | relevance | path

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

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