| /freebsd-11-stable/lib/libutil/ |
| HD | kinfo_getfile.c | 12 struct kinfo_file * 20 struct kinfo_file *kif, *kp, *kf; in kinfo_getfile() 46 kf = (struct kinfo_file *)(uintptr_t)bp; in kinfo_getfile() 63 kf = (struct kinfo_file *)(uintptr_t)bp; in kinfo_getfile()
|
| HD | libutil.h | 101 struct kinfo_file *
|
| /freebsd-11-stable/sys/sys/ |
| HD | file.h | 77 struct kinfo_file; 118 typedef int fo_fill_kinfo_t(struct file *fp, struct kinfo_file *kif, 256 int vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif); 390 fo_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in fo_fill_kinfo()
|
| HD | user.h | 337 struct kinfo_file { struct
|
| /freebsd-11-stable/lib/libprocstat/ |
| HD | libprocstat.c | 757 static struct kinfo_file * 763 struct kinfo_file *kif, *kp, *kf; in kinfo_getfile_core() 781 kf = (struct kinfo_file *)(uintptr_t)bp; in kinfo_getfile_core() 798 kf = (struct kinfo_file *)(uintptr_t)bp; in kinfo_getfile_core() 818 struct kinfo_file *kif, *files; in procstat_getfiles_sysctl() 963 struct kinfo_file *kif; in procstat_get_pipe_info_sysctl() 1029 struct kinfo_file *kif; in procstat_get_pts_info_sysctl() 1112 struct kinfo_file *kif; in procstat_get_sem_info_sysctl() 1195 struct kinfo_file *kif; in procstat_get_shm_info_sysctl() 1347 struct kinfo_file *kif; in procstat_get_vnode_info_sysctl() [all …]
|
| HD | core.c | 66 { .n_type = NT_PROCSTAT_FILES, .structsize = sizeof(struct kinfo_file) },
|
| /freebsd-11-stable/sys/kern/ |
| HD | kern_descrip.c | 3340 CTASSERT(sizeof(struct kinfo_file) == KINFO_FILE_SIZE); 3378 pack_kinfo(struct kinfo_file *kif) in pack_kinfo() 3381 kif->kf_structsize = offsetof(struct kinfo_file, kf_path) + in pack_kinfo() 3388 struct kinfo_file *kif, struct filedesc *fdp, int flags) in export_file_to_kinfo() 3420 struct kinfo_file *kif, int flags) in export_vnode_to_kinfo() 3446 struct kinfo_file kif; 3453 struct kinfo_file *kif; in export_kinfo_to_sb() 3593 #define FILEDESC_SBUF_SIZE (sizeof(struct kinfo_file) * 5) 3629 kinfo_to_okinfo(struct kinfo_file *kif, struct kinfo_ofile *okif) in kinfo_to_okinfo() 3650 export_vnode_for_osysctl(struct vnode *vp, int type, struct kinfo_file *kif, in export_vnode_for_osysctl() [all …]
|
| HD | sys_procdesc.c | 562 procdesc_fill_kinfo(struct file *fp, struct kinfo_file *kif, in procdesc_fill_kinfo()
|
| HD | tty_pts.c | 589 ptsdev_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in ptsdev_fill_kinfo()
|
| HD | vfs_vnops.c | 2308 vn_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in vn_fill_kinfo() 2327 vn_fill_junk(struct kinfo_file *kif) in vn_fill_junk() 2345 vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif) in vn_fill_kinfo_vnode()
|
| HD | sys_socket.c | 339 soo_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in soo_fill_kinfo()
|
| HD | uipc_sem.c | 260 ksem_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in ksem_fill_kinfo()
|
| HD | uipc_shm.c | 1078 shm_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in shm_fill_kinfo()
|
| HD | imgact_elf.c | 2115 CTASSERT(sizeof(struct kinfo_file) == KINFO_FILE_SIZE); 2132 structsize = sizeof(struct kinfo_file); in note_procstat_files()
|
| HD | sys_pipe.c | 1615 pipe_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in pipe_fill_kinfo()
|
| HD | kern_event.c | 2069 kqueue_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in kqueue_fill_kinfo()
|
| HD | uipc_mqueue.c | 2635 mqf_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in mqf_fill_kinfo()
|
| /freebsd-11-stable/tests/sys/file/ |
| HD | closefrom_test.c | 117 struct kinfo_file *kif; in highest_fd()
|
| /freebsd-11-stable/sys/compat/linux/ |
| HD | linux_event.c | 968 eventfd_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in eventfd_fill_kinfo() 1161 timerfd_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in timerfd_fill_kinfo()
|
| /freebsd-11-stable/sys/opencrypto/ |
| HD | cryptodev.c | 311 static int cryptof_fill_kinfo(struct file *, struct kinfo_file *, 1336 cryptof_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in cryptof_fill_kinfo()
|
| /freebsd-11-stable/usr.bin/gcore/ |
| HD | elfcore.c | 822 sizeof(struct kinfo_file), sizep)); in elf_note_procstat_files()
|
| /freebsd-11-stable/sys/compat/linuxkpi/common/src/ |
| HD | linux_compat.c | 1701 linux_file_fill_kinfo(struct file *fp, struct kinfo_file *kif, in linux_file_fill_kinfo()
|