Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dexec_script.c230 if ((error = fd_allocfile(&fp, &epp->ep_fd)) != 0) { in exec_script_makecmds()
240 fd_affix(curproc, fp, epp->ep_fd); in exec_script_makecmds()
270 snprintf(tmpsap->fa_arg, MAXPATHLEN, "/dev/fd/%d", epp->ep_fd); in exec_script_makecmds()
338 fd_close(epp->ep_fd); in exec_script_makecmds()
H A Dkern_exec.c903 fd_close(epp->ep_fd); in execve_loadvm()
1001 fd_close(epp->ep_fd); in execve_free_data()
/netbsd-src/sys/sys/
H A Dexec.h214 int ep_fd; /* a file descriptor we're holding */ member