Symbol: kinfo_file
lib/libprocstat/core.c
70
.structsize = sizeof(struct kinfo_file)
lib/libprocstat/libprocstat.c
1000
struct kinfo_file *kif;
lib/libprocstat/libprocstat.c
1066
struct kinfo_file *kif;
lib/libprocstat/libprocstat.c
1149
struct kinfo_file *kif;
lib/libprocstat/libprocstat.c
1232
struct kinfo_file *kif;
lib/libprocstat/libprocstat.c
1383
struct kinfo_file *kif;
lib/libprocstat/libprocstat.c
1562
struct kinfo_file *kif;
lib/libprocstat/libprocstat.c
2261
struct kinfo_file *files;
lib/libprocstat/libprocstat.c
796
static struct kinfo_file *
lib/libprocstat/libprocstat.c
802
struct kinfo_file *kif, *kp, *kf;
lib/libprocstat/libprocstat.c
820
kf = (struct kinfo_file *)(uintptr_t)bp;
lib/libprocstat/libprocstat.c
837
kf = (struct kinfo_file *)(uintptr_t)bp;
lib/libprocstat/libprocstat.c
857
struct kinfo_file *kif, *files;
lib/libutil/kinfo_getfile.c
10
struct kinfo_file *
lib/libutil/kinfo_getfile.c
18
struct kinfo_file *kif, *kp, *kf;
lib/libutil/kinfo_getfile.c
48
kf = (struct kinfo_file *)(uintptr_t)bp;
lib/libutil/kinfo_getfile.c
65
kf = (struct kinfo_file *)(uintptr_t)bp;
lib/libutil/libutil.h
111
struct kinfo_file *
sys/compat/linuxkpi/common/src/linux_compat.c
1791
linux_file_fill_kinfo(struct file *fp, struct kinfo_file *kif,
sys/dev/ntsync/ntsync.c
1081
ntsync_event_fill_kinfo(struct file *fp, struct kinfo_file *kif,
sys/dev/ntsync/ntsync.c
486
ntsync_sem_fill_kinfo(struct file *fp, struct kinfo_file *kif,
sys/dev/ntsync/ntsync.c
792
ntsync_mutex_fill_kinfo(struct file *fp, struct kinfo_file *kif,
sys/kern/imgact_elf.c
2565
CTASSERT(sizeof(struct kinfo_file) == KINFO_FILE_SIZE);
sys/kern/imgact_elf.c
2582
structsize = sizeof(struct kinfo_file);
sys/kern/kern_descrip.c
106
cap_rights_t *rightsp, struct kinfo_file *kif,
sys/kern/kern_descrip.c
4762
CTASSERT(sizeof(struct kinfo_file) == KINFO_FILE_SIZE);
sys/kern/kern_descrip.c
4800
pack_kinfo(struct kinfo_file *kif)
sys/kern/kern_descrip.c
4803
kif->kf_structsize = offsetof(struct kinfo_file, kf_path) +
sys/kern/kern_descrip.c
4810
struct kinfo_file *kif, struct filedesc *fdp, int flags)
sys/kern/kern_descrip.c
4842
struct kinfo_file *kif, int flags)
sys/kern/kern_descrip.c
4869
struct kinfo_file kif;
sys/kern/kern_descrip.c
4876
struct kinfo_file *kif;
sys/kern/kern_descrip.c
5037
#define FILEDESC_SBUF_SIZE (sizeof(struct kinfo_file) * 5)
sys/kern/kern_descrip.c
5078
kinfo_to_okinfo(struct kinfo_file *kif, struct kinfo_ofile *okif)
sys/kern/kern_descrip.c
5107
export_vnode_for_osysctl(struct vnode *vp, int type, struct kinfo_file *kif,
sys/kern/kern_descrip.c
5128
struct kinfo_file *kif;
sys/kern/kern_descrip.c
5293
sbuf_new_for_sysctl(&sb, NULL, sizeof(struct kinfo_file), req);
sys/kern/kern_descrip.c
5550
badfo_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp)
sys/kern/kern_descrip.c
578
struct kinfo_file *kif;
sys/kern/kern_event.c
2529
kqueue_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp)
sys/kern/kern_jaildesc.c
414
jaildesc_fill_kinfo(struct file *fp, struct kinfo_file *kif,
sys/kern/sys_eventfd.c
380
eventfd_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp)
sys/kern/sys_pipe.c
1664
pipe_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp)
sys/kern/sys_procdesc.c
629
procdesc_fill_kinfo(struct file *fp, struct kinfo_file *kif,
sys/kern/sys_socket.c
392
soo_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp)
sys/kern/sys_timerfd.c
358
timerfd_fill_kinfo(struct file *fp, struct kinfo_file *kif,
sys/kern/tty_pts.c
588
ptsdev_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp)
sys/kern/uipc_mqueue.c
2677
mqf_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp)
sys/kern/uipc_sem.c
265
ksem_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp)
sys/kern/uipc_shm.c
1943
shm_fill_kinfo_locked(struct shmfd *shmfd, struct kinfo_file *kif, bool list)
sys/kern/uipc_shm.c
1972
shm_fill_kinfo(struct file *fp, struct kinfo_file *kif,
sys/kern/uipc_shm.c
2177
struct kinfo_file kif = {};
sys/kern/uipc_shm.c
2181
sbuf_new_for_sysctl(&sb, NULL, sizeof(struct kinfo_file) * 5, req);
sys/kern/vfs_inotify.c
474
inotify_fill_kinfo(struct file *fp, struct kinfo_file *kif,
sys/kern/vfs_vnops.c
2963
vn_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp)
sys/kern/vfs_vnops.c
2982
vn_fill_junk(struct kinfo_file *kif)
sys/kern/vfs_vnops.c
3000
vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif)
sys/sys/file.h
130
typedef int fo_fill_kinfo_t(struct file *fp, struct kinfo_file *kif,
sys/sys/file.h
304
int vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif);
sys/sys/file.h
457
fo_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp)
sys/sys/file.h
83
struct kinfo_file;
sys/sys/user.h
766
void pack_kinfo(struct kinfo_file *kif);
tests/sys/file/closefrom_test.c
105
struct kinfo_file *kif;
tests/sys/kern/ktrace_test.c
246
struct kinfo_file kinf;
tests/sys/kern/ktrace_test.c
263
kinf.kf_structsize = sizeof(struct kinfo_file);
tests/sys/kern/sysctl_kern_proc.c
106
struct kinfo_file pkfile;
tests/sys/kern/sysctl_kern_proc.c
142
struct kinfo_file *kfile;
tests/sys/kern/sysctl_kern_proc.c
155
ATF_REQUIRE(sz >= __offsetof(struct kinfo_file, kf_structsize) +
tests/sys/kern/sysctl_kern_proc.c
64
struct kinfo_file kfile;
tests/sys/kqueue/kqueue_fork.c
239
struct kinfo_file kf = { .kf_structsize = sizeof(kf) };
usr.bin/gcore/elfcore.c
796
sizeof(struct kinfo_file), sizep));
usr.bin/posixshmcontrol/posixshmcontrol.c
224
const struct kinfo_file *kif;
usr.bin/posixshmcontrol/posixshmcontrol.c
301
kif = (const struct kinfo_file *)(void *)bp;