HomeSort by: relevance | last modified time | path
    Searched defs:evtypes (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/vmstat/
vmstat.c 1297 static const char * const evtypes [] = { "misc", "intr", "trap" }; local in function:doevcnt
1405 (evs->ev_type < __arraycount(evtypes) ?
1406 evtypes[evs->ev_type] : "?"));
1447 (evcnt.ev_type < __arraycount(evtypes) ?
1448 evtypes[evcnt.ev_type] : "?"));
vmstat.c 1297 static const char * const evtypes [] = { "misc", "intr", "trap" }; local in function:doevcnt
1405 (evs->ev_type < __arraycount(evtypes) ?
1406 evtypes[evs->ev_type] : "?"));
1447 (evcnt.ev_type < __arraycount(evtypes) ?
1448 evtypes[evcnt.ev_type] : "?"));

Completed in 24 milliseconds