Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dfileport.h52 int fileport_makefd(fileport_t);
H A Dfcntl.h845 int fileport_makefd(fileport_t);
H A Dfile_internal.h564 int fileport_makefd(proc_t p, ipc_port_t port, fileproc_flags_t fp_flags, int *fd);
/xnu-11417.140.69/bsd/man/man2/
H A DMakefile60 fileport_makefd.2 \
/xnu-11417.140.69/bsd/kern/
H A Dkern_descrip.c5943 fileport_makefd(proc_t p, ipc_port_t port, fileproc_flags_t fp_flags, int *retval) in fileport_makefd() function
6012 err = fileport_makefd(p, port, FP_CLOEXEC, retval); in sys_fileport_makefd()
H A Dkern_exec.c2991 error = fileport_makefd(p, port, 0, &origfd); in exec_handle_file_actions()