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

/openbsd-current/sys/kern/
H A Dexec_script.c173 error = falloc(p, &fp, &epp->ep_fd);
184 fdinsert(p->p_fd, epp->ep_fd, 0, fp);
213 snprintf(*tmpsap, MAXPATHLEN, "/dev/fd/%d", epp->ep_fd);
264 (void) fdrelease(p, epp->ep_fd);
H A Dkern_exec.c744 if ((pack.ep_flags & EXEC_HASFD) && pack.ep_fd < 255)
745 p->p_descfd = pack.ep_fd;
766 (void) fdrelease(p, pack.ep_fd);
/openbsd-current/sys/sys/
H A Dexec.h129 int ep_fd; /* a file descriptor we're holding */ member in struct:exec_package

Completed in 127 milliseconds