Searched refs:fileport_makefd (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | fileport.h | 52 int fileport_makefd(fileport_t);
|
| H A D | file_internal.h | 564 int fileport_makefd(proc_t p, ipc_port_t port, fileproc_flags_t fp_flags, int *fd);
|
| /xnu-12377.41.6/bsd/man/man2/ |
| H A D | Makefile | 60 fileport_makefd.2 \
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_descrip.c | 5966 fileport_makefd(proc_t p, ipc_port_t port, fileproc_flags_t fp_flags, int *retval) in fileport_makefd() function 6035 err = fileport_makefd(p, port, FP_CLOEXEC, retval); in sys_fileport_makefd()
|
| H A D | kern_exec.c | 3475 error = fileport_makefd(p, port, 0, &origfd); in exec_handle_file_actions()
|