Home
last modified time | relevance | path

Searched refs:kf_type (Results 1 – 13 of 13) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Duser.h311 int kf_type; /* Descriptor type. */ member
338 int kf_type; /* Descriptor type. */ member
/f-stack/freebsd/sys/
H A Duser.h317 int kf_type; /* Descriptor type. */ member
344 int kf_type; /* Descriptor type. */ member
/f-stack/freebsd/kern/
H A Dsys_eventfd.c343 kif->kf_type = KF_TYPE_EVENTFD; in eventfd_fill_kinfo()
H A Dsys_procdesc.c556 kif->kf_type = KF_TYPE_PROCDESC; in procdesc_fill_kinfo()
H A Dtty_pts.c600 kif->kf_type = KF_TYPE_PTS; in ptsdev_fill_kinfo()
H A Dkern_descrip.c4255 kif->kf_type = KF_TYPE_UNKNOWN; in export_file_to_kinfo()
4286 kif->kf_type = KF_TYPE_VNODE; in export_vnode_to_kinfo()
4510 okif->kf_type = kif->kf_type; in kinfo_to_okinfo()
4517 if (kif->kf_type == KF_TYPE_VNODE) in kinfo_to_okinfo()
4522 if (kif->kf_type == KF_TYPE_SOCKET) { in kinfo_to_okinfo()
H A Dsys_socket.c379 kif->kf_type = KF_TYPE_SOCKET; in soo_fill_kinfo()
H A Duipc_sem.c273 kif->kf_type = KF_TYPE_SEM; in ksem_fill_kinfo()
H A Dvfs_vnops.c2505 kif->kf_type = KF_TYPE_FIFO; in vn_fill_kinfo()
2507 kif->kf_type = KF_TYPE_VNODE; in vn_fill_kinfo()
H A Dsys_pipe.c1587 kif->kf_type = KF_TYPE_PIPE; in pipe_fill_kinfo()
H A Duipc_shm.c1786 kif->kf_type = KF_TYPE_SHM; in shm_fill_kinfo_locked()
H A Dkern_event.c2205 kif->kf_type = KF_TYPE_KQUEUE; in kqueue_fill_kinfo()
H A Duipc_mqueue.c2658 kif->kf_type = KF_TYPE_MQUEUE; in mqf_fill_kinfo()