Searched refs:filedesc (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.121.6/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 | 36 errno.h ev.h event.h fcntl.h file.h filedesc.h \ 243 filedesc.h \
|
| H A D | socketvar.h | 839 struct filedesc; 847 extern int getsock(struct filedesc *fdp, int fd, struct file **fpp);
|
| H A D | proc_internal.h | 314 struct filedesc p_fd; /* open files structure */
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | kern_descrip.c | 464 struct filedesc *fdp = &p->p_fd; in fdrelse() 524 struct filedesc *fdp = &p->p_fd; in finishdup() 658 struct filedesc *fdp = &p->p_fd; in fdt_available_locked() 682 struct filedesc *fdp = &p->p_fd; in fdt_next() 708 struct filedesc *fdp = &p->p_fd; in fdt_prev() 732 struct filedesc *fdp = &p->p_fd; in fdt_init() 743 struct filedesc *fdp = &p->p_fd; in fdt_destroy() 754 struct filedesc *fdp = &p->p_fd; in fdt_exec() 846 fdt_fork(struct filedesc *newfdp, proc_t p, vnode_t uth_cdir, bool in_exec) in fdt_fork() 848 struct filedesc *fdp = &p->p_fd; in fdt_fork() [all …]
|
| H A D | kern_event.c | 522 knhash_lock(struct filedesc *fdp) in knhash_lock() 528 knhash_unlock(struct filedesc *fdp) in knhash_unlock() 2969 struct filedesc *fdp = &p->p_fd; in kqueue_dealloc() 3182 kqhash_lock(struct filedesc *fdp) in kqhash_lock() 3189 kqhash_unlock(struct filedesc *fdp) in kqhash_unlock() 3196 kqworkloop_hash_insert_locked(struct filedesc *fdp, kqueue_id_t id, in kqworkloop_hash_insert_locked() 3205 kqworkloop_hash_lookup_locked(struct filedesc *fdp, kqueue_id_t id) in kqworkloop_hash_lookup_locked() 3219 kqworkloop_hash_lookup_and_retain(struct filedesc *fdp, kqueue_id_t kq_id) in kqworkloop_hash_lookup_and_retain() 3236 kqworkloop_hash_init(struct filedesc *fdp) in kqworkloop_hash_init() 3418 struct filedesc *fdp = &kqwl->kqwl_p->p_fd; in kqworkloop_dealloc() [all …]
|
| H A D | kern_proc.c | 5033 struct filedesc *fdp = &p->p_fd; in proc_set_filedesc_limits() 5056 struct filedesc *fdp = &p->p_fd; in proc_set_kqworkloop_limits() 5069 proc_evaluate_fd_limits_ast(proc_t p, struct filedesc *fdp, int *soft_limit, int *hard_limit) in proc_evaluate_fd_limits_ast() 5106 proc_evaluate_kqwl_limits_ast(struct filedesc *fdp, int *soft_limit, int *hard_limit) in proc_evaluate_kqwl_limits_ast() 5148 struct filedesc *fdp = &p->p_fd; in proc_filedesc_ast()
|
| /xnu-11417.121.6/bsd/vfs/ |
| H A D | vfs_syscalls.c | 2589 struct filedesc *fdp = &p->p_fd; in checkdirs_callback() 4431 struct filedesc *fdp = &p->p_fd; in chroot() 5117 struct filedesc *fdp = &vfs_context_proc(ctx)->p_fd; in openat_dprotected_internal() 5194 struct filedesc *fdp = &vfs_context_proc(ctx)->p_fd; in openat_internal()
|