Home
last modified time | relevance | path

Searched refs:kinfo_file (Results 1 – 22 of 22) sorted by relevance

/freebsd-11-stable/lib/libutil/
HDkinfo_getfile.c12 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()
HDlibutil.h101 struct kinfo_file *
/freebsd-11-stable/sys/sys/
HDfile.h77 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()
HDuser.h337 struct kinfo_file { struct
/freebsd-11-stable/lib/libprocstat/
HDlibprocstat.c757 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 …]
HDcore.c66 { .n_type = NT_PROCSTAT_FILES, .structsize = sizeof(struct kinfo_file) },
/freebsd-11-stable/sys/kern/
HDkern_descrip.c3340 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 …]
HDsys_procdesc.c562 procdesc_fill_kinfo(struct file *fp, struct kinfo_file *kif, in procdesc_fill_kinfo()
HDtty_pts.c589 ptsdev_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in ptsdev_fill_kinfo()
HDvfs_vnops.c2308 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()
HDsys_socket.c339 soo_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in soo_fill_kinfo()
HDuipc_sem.c260 ksem_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in ksem_fill_kinfo()
HDuipc_shm.c1078 shm_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in shm_fill_kinfo()
HDimgact_elf.c2115 CTASSERT(sizeof(struct kinfo_file) == KINFO_FILE_SIZE);
2132 structsize = sizeof(struct kinfo_file); in note_procstat_files()
HDsys_pipe.c1615 pipe_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in pipe_fill_kinfo()
HDkern_event.c2069 kqueue_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in kqueue_fill_kinfo()
HDuipc_mqueue.c2635 mqf_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in mqf_fill_kinfo()
/freebsd-11-stable/tests/sys/file/
HDclosefrom_test.c117 struct kinfo_file *kif; in highest_fd()
/freebsd-11-stable/sys/compat/linux/
HDlinux_event.c968 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/
HDcryptodev.c311 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/
HDelfcore.c822 sizeof(struct kinfo_file), sizep)); in elf_note_procstat_files()
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
HDlinux_compat.c1701 linux_file_fill_kinfo(struct file *fp, struct kinfo_file *kif, in linux_file_fill_kinfo()