HomeSort by: relevance | last modified time | path
    Searched refs:EVCNT_TYPE_ANY (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
evcnt.h 115 #define EVCNT_TYPE_ANY -1 /* for sysctl */
  /src/sys/kern/
subr_evcnt.c 266 if (filter != EVCNT_TYPE_ANY
295 if (filter != EVCNT_TYPE_ANY && filter != ev->ev_type)
  /src/usr.bin/vmstat/
vmstat.c 500 doevcnt(verbose, EVCNT_TYPE_ANY);
1364 if (type != EVCNT_TYPE_ANY) {
1378 const char *evdesc = type == EVCNT_TYPE_ANY ?
1380 const char *typedesc = type == EVCNT_TYPE_ANY ?
1396 (void)printf(type == EVCNT_TYPE_ANY ?
1412 if (type != EVCNT_TYPE_ANY)
1420 if (type == EVCNT_TYPE_ANY)
1432 if (type != EVCNT_TYPE_ANY && evcnt.ev_type != type)
1440 (void)printf(type == EVCNT_TYPE_ANY ?
1452 if (type != EVCNT_TYPE_ANY)
    [all...]
  /src/tests/modules/
t_modctl.c 184 const int mib[4] = {CTL_KERN, KERN_EVCNT, EVCNT_TYPE_ANY,

Completed in 26 milliseconds