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

/freebsd-12-stable/sys/sys/
H A Duser.h315 int kf_type; /* Descriptor type. */ member in struct:kinfo_ofile
342 int kf_type; /* Descriptor type. */ member in struct:kinfo_file
/freebsd-12-stable/sys/kern/
H A Dsys_procdesc.c573 kif->kf_type = KF_TYPE_PROCDESC;
H A Dtty_pts.c596 kif->kf_type = KF_TYPE_PTS;
H A Dkern_descrip.c3585 kif->kf_type = KF_TYPE_UNKNOWN;
3616 kif->kf_type = KF_TYPE_VNODE;
3823 okif->kf_type = kif->kf_type;
3830 if (kif->kf_type == KF_TYPE_VNODE)
3835 if (kif->kf_type == KF_TYPE_SOCKET) {
H A Dsys_socket.c374 kif->kf_type = KF_TYPE_SOCKET;
H A Duipc_sem.c273 kif->kf_type = KF_TYPE_SEM;
H A Dvfs_vnops.c2358 kif->kf_type = KF_TYPE_FIFO;
2360 kif->kf_type = KF_TYPE_VNODE;
H A Duipc_shm.c1123 kif->kf_type = KF_TYPE_SHM;
H A Dsys_pipe.c1575 kif->kf_type = KF_TYPE_PIPE;
H A Duipc_mqueue.c2648 kif->kf_type = KF_TYPE_MQUEUE;
H A Dkern_event.c2205 kif->kf_type = KF_TYPE_KQUEUE;
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_event.c986 kif->kf_type = KF_TYPE_UNKNOWN;
1179 kif->kf_type = KF_TYPE_UNKNOWN;
/freebsd-12-stable/lib/libprocstat/
H A Dlibprocstat.c675 int kf_type; member in struct:__anon8703
697 if (kftypes2fst[i].kf_type == kftype)
863 type = kinfo_type2fst(kif->kf_type);
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1726 kif->kf_type = KF_TYPE_DEV;
1732 kif->kf_type = KF_TYPE_VNODE;
/freebsd-12-stable/sys/opencrypto/
H A Dcryptodev.c1397 kif->kf_type = KF_TYPE_CRYPTO;

Completed in 169 milliseconds