Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dkinfo_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()
H A Dlibutil.h110 struct kinfo_file *
/f-stack/freebsd/sys/
H A Dfile.h80 struct kinfo_file;
122 typedef int fo_fill_kinfo_t(struct file *fp, struct kinfo_file *kif,
269 int vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif);
421 fo_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in fo_fill_kinfo()
H A Duser.h342 struct kinfo_file { struct
617 void pack_kinfo(struct kinfo_file *kif);
/f-stack/lib/
H A Dff_vfs_ops.c86 vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif) in vn_fill_kinfo_vnode()
/f-stack/freebsd/kern/
H A Dkern_descrip.c4200 CTASSERT(sizeof(struct kinfo_file) == KINFO_FILE_SIZE);
4238 pack_kinfo(struct kinfo_file *kif) in pack_kinfo()
4241 kif->kf_structsize = offsetof(struct kinfo_file, kf_path) + in pack_kinfo()
4248 struct kinfo_file *kif, struct filedesc *fdp, int flags) in export_file_to_kinfo()
4280 struct kinfo_file *kif, int flags) in export_vnode_to_kinfo()
4307 struct kinfo_file kif;
4314 struct kinfo_file *kif; in export_kinfo_to_sb()
4470 #define FILEDESC_SBUF_SIZE (sizeof(struct kinfo_file) * 5)
4506 kinfo_to_okinfo(struct kinfo_file *kif, struct kinfo_ofile *okif) in kinfo_to_okinfo()
4556 struct kinfo_file *kif; in sysctl_kern_proc_ofiledesc()
[all …]
H A Dsys_eventfd.c339 eventfd_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in eventfd_fill_kinfo()
H A Duipc_shm.c1779 shm_fill_kinfo_locked(struct shmfd *shmfd, struct kinfo_file *kif, bool list) in shm_fill_kinfo_locked()
1810 shm_fill_kinfo(struct file *fp, struct kinfo_file *kif, in shm_fill_kinfo()
1915 struct kinfo_file kif; in sysctl_posix_shm_list()
1920 sbuf_new_for_sysctl(&sb, NULL, sizeof(struct kinfo_file) * 5, req); in sysctl_posix_shm_list()
H A Dsys_procdesc.c551 procdesc_fill_kinfo(struct file *fp, struct kinfo_file *kif, in procdesc_fill_kinfo()
H A Dtty_pts.c596 ptsdev_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in ptsdev_fill_kinfo()
H A Dsys_socket.c371 soo_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in soo_fill_kinfo()
H A Dvfs_vnops.c2499 vn_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in vn_fill_kinfo()
2518 vn_fill_junk(struct kinfo_file *kif) in vn_fill_junk()
2536 vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif) in vn_fill_kinfo_vnode()
H A Duipc_sem.c267 ksem_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in ksem_fill_kinfo()
H A Dimgact_elf.c2406 CTASSERT(sizeof(struct kinfo_file) == KINFO_FILE_SIZE);
2423 structsize = sizeof(struct kinfo_file); in note_procstat_files()
H A Dsys_pipe.c1581 pipe_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in pipe_fill_kinfo()
H A Dkern_event.c2202 kqueue_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in kqueue_fill_kinfo()
H A Duipc_mqueue.c2655 mqf_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in mqf_fill_kinfo()
/f-stack/tools/compat/include/sys/
H A Duser.h336 struct kinfo_file { struct