Searched refs:okif (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dkern_descrip.c3556 kinfo_to_okinfo(struct kinfo_file *kif, struct kinfo_ofile *okif) argument
3559 okif->kf_structsize = sizeof(*okif);
3560 okif->kf_type = kif->kf_type;
3561 okif->kf_fd = kif->kf_fd;
3562 okif->kf_ref_count = kif->kf_ref_count;
3563 okif->kf_flags = kif->kf_flags & (KF_FLAG_READ | KF_FLAG_WRITE |
3566 okif->kf_offset = kif->kf_offset;
3567 okif->kf_vnode_type = kif->kf_vnode_type;
3568 okif
3577 export_vnode_for_osysctl(struct vnode *vp, int type, struct kinfo_file *kif, struct kinfo_ofile *okif, struct filedesc *fdp, struct sysctl_req *req) argument
3597 struct kinfo_ofile *okif; local
[all...]

Completed in 109 milliseconds