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

  /src/sys/dev/sysmon/
sysmon_power.c 346 struct sysmon_pswitch *pswitch = local
352 (&pev, pswitch, event), __nothing);
355 pswitch,
704 const char *pwrtype = "pswitch";
  /src/usr.bin/ftp/
ftp.c 444 * these will get trashed by pswitch()
1821 pswitch(int flag) function
1948 pswitch(0);
1951 pswitch(1);
1958 pswitch(1);
1968 pswitch(1);
1972 pswitch(1);
1980 pswitch(0);
1983 pswitch(1);
1995 pswitch(1)
    [all...]
  /src/external/bsd/top/dist/machine/
m_sunos5.c 239 uint_t pswitch; member in struct:cpustats
996 cpustats_p->pswitch = cpu_stat_p->cpu_sysinfo.pswitch;
1431 sum_current.pswitch += cpustats[i].pswitch;
1470 kernel_stats[KERNEL_CSWITCH] = diff_per_second(sum_current.pswitch, sum_old.pswitch);

Completed in 22 milliseconds