OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 28 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025