Searched refs:filedesc (Results 1 – 8 of 8) sorted by relevance
| /xnu-10002.1.13/bsd/sys/ |
| H A D | filedesc.h | 123 struct filedesc { struct 366 fdt_fork(struct filedesc *child_fdt, proc_t parent_p, struct vnode *uth_cdir, bool in_exec); 435 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.… 237 filedesc.h \
|
| H A D | socketvar.h | 833 struct filedesc; 841 extern int getsock(struct filedesc *fdp, int fd, struct file **fpp);
|
| H A D | proc_internal.h | 306 struct filedesc p_fd; /* open files structure */
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | kern_descrip.c | 440 struct filedesc *fdp = &p->p_fd; in fdrelse() 492 finishdup(proc_t p, struct filedesc *fdp, int old, int new, in finishdup() 629 struct filedesc *fdp = &p->p_fd; in fdt_available_locked() 653 struct filedesc *fdp = &p->p_fd; in fdt_next() 679 struct filedesc *fdp = &p->p_fd; in fdt_prev() 703 struct filedesc *fdp = &p->p_fd; in fdt_init() 714 struct filedesc *fdp = &p->p_fd; in fdt_destroy() 725 struct filedesc *fdp = &p->p_fd; in fdt_exec() 817 fdt_fork(struct filedesc *newfdp, proc_t p, vnode_t uth_cdir, bool in_exec) in fdt_fork() 819 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() 2939 struct filedesc *fdp = &p->p_fd; in kqueue_dealloc() 3152 kqhash_lock(struct filedesc *fdp) in kqhash_lock() 3159 kqhash_unlock(struct filedesc *fdp) in kqhash_unlock() 3166 kqworkloop_hash_insert_locked(struct filedesc *fdp, kqueue_id_t id, in kqworkloop_hash_insert_locked() 3175 kqworkloop_hash_lookup_locked(struct filedesc *fdp, kqueue_id_t id) in kqworkloop_hash_lookup_locked() 3189 kqworkloop_hash_lookup_and_retain(struct filedesc *fdp, kqueue_id_t kq_id) in kqworkloop_hash_lookup_and_retain() 3206 kqworkloop_hash_init(struct filedesc *fdp) in kqworkloop_hash_init() 3384 struct filedesc *fdp = &kqwl->kqwl_p->p_fd; in kqworkloop_dealloc() [all …]
|
| H A D | kern_proc.c | 4828 struct filedesc *fdp = &p->p_fd; in proc_set_filedesc_limits() 4856 struct filedesc *fdp = &p->p_fd; in proc_filedesc_ast()
|
| /xnu-10002.1.13/bsd/vfs/ |
| H A D | vfs_syscalls.c | 2433 struct filedesc *fdp = &p->p_fd; in checkdirs_callback() 4270 struct filedesc *fdp = &p->p_fd; in chroot() 4950 struct filedesc *fdp = &vfs_context_proc(ctx)->p_fd; in openat_dprotected_internal() 5027 struct filedesc *fdp = &vfs_context_proc(ctx)->p_fd; in openat_internal()
|