Searched refs:filedesc (Results 1 – 8 of 8) sorted by relevance
| /xnu-10063.141.1/bsd/sys/ |
| H A D | filedesc.h | 121 struct filedesc { struct 372 fdt_fork(struct filedesc *child_fdt, proc_t parent_p, struct vnode *uth_cdir, bool in_exec); 455 void fd_check_limit_exceeded(struct filedesc *fdp); 458 void kqworkloop_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.… 234 filedesc.h \
|
| H A D | socketvar.h | 832 struct filedesc; 840 extern int getsock(struct filedesc *fdp, int fd, struct file **fpp);
|
| H A D | proc_internal.h | 315 struct filedesc p_fd; /* open files structure */
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_descrip.c | 440 struct filedesc *fdp = &p->p_fd; in fdrelse() 500 struct filedesc *fdp = &p->p_fd; in finishdup() 634 struct filedesc *fdp = &p->p_fd; in fdt_available_locked() 658 struct filedesc *fdp = &p->p_fd; in fdt_next() 684 struct filedesc *fdp = &p->p_fd; in fdt_prev() 708 struct filedesc *fdp = &p->p_fd; in fdt_init() 719 struct filedesc *fdp = &p->p_fd; in fdt_destroy() 730 struct filedesc *fdp = &p->p_fd; in fdt_exec() 822 fdt_fork(struct filedesc *newfdp, proc_t p, vnode_t uth_cdir, bool in_exec) in fdt_fork() 824 struct filedesc *fdp = &p->p_fd; in fdt_fork() [all …]
|
| H A D | kern_event.c | 500 knhash_lock(struct filedesc *fdp) in knhash_lock() 506 knhash_unlock(struct filedesc *fdp) in knhash_unlock() 2951 struct filedesc *fdp = &p->p_fd; in kqueue_dealloc() 3164 kqhash_lock(struct filedesc *fdp) in kqhash_lock() 3171 kqhash_unlock(struct filedesc *fdp) in kqhash_unlock() 3178 kqworkloop_hash_insert_locked(struct filedesc *fdp, kqueue_id_t id, in kqworkloop_hash_insert_locked() 3187 kqworkloop_hash_lookup_locked(struct filedesc *fdp, kqueue_id_t id) in kqworkloop_hash_lookup_locked() 3201 kqworkloop_hash_lookup_and_retain(struct filedesc *fdp, kqueue_id_t kq_id) in kqworkloop_hash_lookup_and_retain() 3218 kqworkloop_hash_init(struct filedesc *fdp) in kqworkloop_hash_init() 3400 struct filedesc *fdp = &kqwl->kqwl_p->p_fd; in kqworkloop_dealloc() [all …]
|
| H A D | kern_proc.c | 4877 struct filedesc *fdp = &p->p_fd; in proc_set_filedesc_limits() 4900 struct filedesc *fdp = &p->p_fd; in proc_set_kqworkloop_limits() 4913 proc_evaluate_fd_limits_ast(proc_t p, struct filedesc *fdp, int *soft_limit, int *hard_limit) in proc_evaluate_fd_limits_ast() 4950 proc_evaluate_kqwl_limits_ast(struct filedesc *fdp, int *soft_limit, int *hard_limit) in proc_evaluate_kqwl_limits_ast() 4992 struct filedesc *fdp = &p->p_fd; in proc_filedesc_ast()
|
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_syscalls.c | 2498 struct filedesc *fdp = &p->p_fd; in checkdirs_callback() 4336 struct filedesc *fdp = &p->p_fd; in chroot() 5018 struct filedesc *fdp = &vfs_context_proc(ctx)->p_fd; in openat_dprotected_internal() 5095 struct filedesc *fdp = &vfs_context_proc(ctx)->p_fd; in openat_internal()
|