ep_fd             190 kern/exec_script.c 		if ((error = falloc(p, &fp, &epp->ep_fd)))
ep_fd             247 kern/exec_script.c 		snprintf(*tmpsap++, MAXPATHLEN, "/dev/fd/%d", epp->ep_fd);
ep_fd             300 kern/exec_script.c 		(void) fdrelease(p, epp->ep_fd);
ep_fd             636 kern/kern_exec.c 	if ((pack.ep_flags & EXEC_HASFD) && pack.ep_fd < 255)
ep_fd             637 kern/kern_exec.c 		p->p_descfd = pack.ep_fd;
ep_fd             674 kern/kern_exec.c 		(void) fdrelease(p, pack.ep_fd);
ep_fd             152 sys/exec.h     	int	ep_fd;			/* a file descriptor we're holding */