Searched refs:okif (Results 1 – 1 of 1) sorted by relevance
5061 kinfo_to_okinfo(struct kinfo_file *kif, struct kinfo_ofile *okif) in kinfo_to_okinfo() argument5064 okif->kf_structsize = sizeof(*okif); in kinfo_to_okinfo()5065 okif->kf_type = kif->kf_type; in kinfo_to_okinfo()5066 okif->kf_fd = kif->kf_fd; in kinfo_to_okinfo()5067 okif->kf_ref_count = kif->kf_ref_count; in kinfo_to_okinfo()5068 okif->kf_flags = kif->kf_flags & (KF_FLAG_READ | KF_FLAG_WRITE | in kinfo_to_okinfo()5071 okif->kf_offset = kif->kf_offset; in kinfo_to_okinfo()5073 okif->kf_vnode_type = kif->kf_un.kf_file.kf_file_type; in kinfo_to_okinfo()5075 okif->kf_vnode_type = KF_VTYPE_VNON; in kinfo_to_okinfo()5076 strlcpy(okif->kf_path, kif->kf_path, sizeof(okif->kf_path)); in kinfo_to_okinfo()[all …]