Lines Matching refs:kinfo_file
106 cap_rights_t *rightsp, struct kinfo_file *kif,
579 struct kinfo_file *kif; in kern_fcntl()
4665 CTASSERT(sizeof(struct kinfo_file) == KINFO_FILE_SIZE);
4703 pack_kinfo(struct kinfo_file *kif) in pack_kinfo()
4706 kif->kf_structsize = offsetof(struct kinfo_file, kf_path) + in pack_kinfo()
4713 struct kinfo_file *kif, struct filedesc *fdp, int flags) in export_file_to_kinfo()
4745 struct kinfo_file *kif, int flags) in export_vnode_to_kinfo()
4772 struct kinfo_file kif;
4779 struct kinfo_file *kif; in export_kinfo_to_sb()
4940 #define FILEDESC_SBUF_SIZE (sizeof(struct kinfo_file) * 5)
4981 kinfo_to_okinfo(struct kinfo_file *kif, struct kinfo_ofile *okif) in kinfo_to_okinfo()
5010 export_vnode_for_osysctl(struct vnode *vp, int type, struct kinfo_file *kif, in export_vnode_for_osysctl()
5031 struct kinfo_file *kif; in sysctl_kern_proc_ofiledesc()
5196 sbuf_new_for_sysctl(&sb, NULL, sizeof(struct kinfo_file), req); in sysctl_kern_proc_cwd()
5451 badfo_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in badfo_fill_kinfo()