Home
last modified time | relevance | path

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

/freebsd/lib/libprocstat/
H A Dlibprocstat.c1654 } vt2fst[] = { in vntype2psfsttype() local
1665 #define NVFTYPES (sizeof(vt2fst) / sizeof(*vt2fst)) in vntype2psfsttype()
1670 if (type == vt2fst[i].vtype) { in vntype2psfsttype()
1671 fst_type = vt2fst[i].fst_vtype; in vntype2psfsttype()