Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfileport.h48 int fileport_makefd(fileport_t);
H A Dfile_internal.h543 int fileport_makefd(proc_t p, ipc_port_t port, fileproc_flags_t fp_flags, int *fd);
H A Dfcntl.h816 int fileport_makefd(fileport_t);
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c5836 fileport_makefd(proc_t p, ipc_port_t port, fileproc_flags_t fp_flags, int *retval) in fileport_makefd() function
5905 err = fileport_makefd(p, port, FP_CLOEXEC, retval); in sys_fileport_makefd()
H A Dkern_exec.c2771 error = fileport_makefd(p, port, 0, &origfd); in exec_handle_file_actions()