Searched refs:main_binary_fd (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_exec.c | 1780 int main_binary_fd; in exec_mach_imgact() local 1783 error = falloc(p, &fp, &main_binary_fd, imgp->ip_vfs_context); in exec_mach_imgact() 1818 procfdtbl_releasefd(p, main_binary_fd, NULL); in exec_mach_imgact() 1819 fp_drop(p, main_binary_fd, fp, 1); in exec_mach_imgact() 1857 error = copyoutptr((user_addr_t)main_binary_fd, ap + 16, 8); in exec_mach_imgact() 1875 fp_free(p, main_binary_fd, fp); in exec_mach_imgact()
|