Searched refs:filedesc (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.61.12/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 | 37 errno.h ev.h event.h fcntl.h file.h filedesc.h \ 253 filedesc.h \
|
| H A D | socketvar.h | 830 struct filedesc; 838 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-12377.61.12/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 | 523 knhash_lock(struct filedesc *fdp) in knhash_lock() 529 knhash_unlock(struct filedesc *fdp) in knhash_unlock() 2970 struct filedesc *fdp = &p->p_fd; in kqueue_dealloc() 3183 kqhash_lock(struct filedesc *fdp) in kqhash_lock() 3190 kqhash_unlock(struct filedesc *fdp) in kqhash_unlock() 3197 kqworkloop_hash_insert_locked(struct filedesc *fdp, kqueue_id_t id, in kqworkloop_hash_insert_locked() 3206 kqworkloop_hash_lookup_locked(struct filedesc *fdp, kqueue_id_t id) in kqworkloop_hash_lookup_locked() 3220 kqworkloop_hash_lookup_and_retain(struct filedesc *fdp, kqueue_id_t kq_id) in kqworkloop_hash_lookup_and_retain() 3237 kqworkloop_hash_init(struct filedesc *fdp) in kqworkloop_hash_init() 3419 struct filedesc *fdp = &kqwl->kqwl_p->p_fd; in kqworkloop_dealloc() [all …]
|
| H A D | kern_proc.c | 5334 struct filedesc *fdp = &p->p_fd; in proc_set_filedesc_limits() 5357 struct filedesc *fdp = &p->p_fd; in proc_set_kqworkloop_limits() 5370 proc_evaluate_fd_limits_ast(proc_t p, struct filedesc *fdp, int *soft_limit, int *hard_limit) in proc_evaluate_fd_limits_ast() 5407 proc_evaluate_kqwl_limits_ast(struct filedesc *fdp, int *soft_limit, int *hard_limit) in proc_evaluate_kqwl_limits_ast() 5449 struct filedesc *fdp = &p->p_fd; in proc_filedesc_ast()
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_syscalls.c | 2663 struct filedesc *fdp = &p->p_fd; in checkdirs_callback() 4624 struct filedesc *fdp = &p->p_fd; in chroot() 5327 struct filedesc *fdp = &vfs_context_proc(ctx)->p_fd; in openat_dprotected_internal() 5404 struct filedesc *fdp = &vfs_context_proc(ctx)->p_fd; in openat_internal()
|