Searched refs:filedesc (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.101.4/bsd/sys/ |
| H A D | filedesc.h | 123 struct filedesc { struct 363 fdt_fork(struct filedesc *child_fdt, proc_t parent_p, struct vnode *uth_cdir); 426 void fd_check_limit_exceeded(struct filedesc *fdp);
|
| H A D | Makefile | 35 …errno.h ev.h event.h fasttrap.h fasttrap_isa.h fcntl.h file.h filedesc.h filio.h fsgetpath.h gmon.… 224 filedesc.h \
|
| H A D | socketvar.h | 796 struct filedesc; 803 extern int getsock(struct filedesc *fdp, int fd, struct file **fpp);
|
| H A D | proc_internal.h | 309 struct filedesc p_fd; /* open files structure */
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_descrip.c | 398 struct filedesc *fdp = &p->p_fd; in fdrelse() 450 finishdup(proc_t p, struct filedesc *fdp, int old, int new, in finishdup() 587 struct filedesc *fdp = &p->p_fd; in fdt_available_locked() 611 struct filedesc *fdp = &p->p_fd; in fdt_next() 637 struct filedesc *fdp = &p->p_fd; in fdt_prev() 661 struct filedesc *fdp = &p->p_fd; in fdt_init() 672 struct filedesc *fdp = &p->p_fd; in fdt_destroy() 683 struct filedesc *fdp = &p->p_fd; in fdt_exec() 765 fdt_fork(struct filedesc *newfdp, proc_t p, vnode_t uth_cdir) in fdt_fork() 767 struct filedesc *fdp = &p->p_fd; in fdt_fork() [all …]
|
| H A D | kern_event.c | 488 knhash_lock(struct filedesc *fdp) in knhash_lock() 494 knhash_unlock(struct filedesc *fdp) in knhash_unlock() 2899 struct filedesc *fdp = &p->p_fd; in kqueue_dealloc() 3112 kqhash_lock(struct filedesc *fdp) in kqhash_lock() 3119 kqhash_unlock(struct filedesc *fdp) in kqhash_unlock() 3126 kqworkloop_hash_insert_locked(struct filedesc *fdp, kqueue_id_t id, in kqworkloop_hash_insert_locked() 3135 kqworkloop_hash_lookup_locked(struct filedesc *fdp, kqueue_id_t id) in kqworkloop_hash_lookup_locked() 3149 kqworkloop_hash_lookup_and_retain(struct filedesc *fdp, kqueue_id_t kq_id) in kqworkloop_hash_lookup_and_retain() 3166 kqworkloop_hash_init(struct filedesc *fdp) in kqworkloop_hash_init() 3344 struct filedesc *fdp = &kqwl->kqwl_p->p_fd; in kqworkloop_dealloc() [all …]
|
| H A D | kern_proc.c | 4642 struct filedesc *fdp = &p->p_fd; in proc_set_filedesc_limits() 4670 struct filedesc *fdp = &p->p_fd; in proc_filedesc_ast()
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_boot.c | 1197 struct filedesc *fdp = &procp->p_fd; in nfs_mount_diskless_private()
|
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_syscalls.c | 2100 struct filedesc *fdp = &p->p_fd; in checkdirs_callback() 3927 struct filedesc *fdp = &p->p_fd; in chroot() 4567 struct filedesc *fdp = &vfs_context_proc(ctx)->p_fd; in openat_internal()
|