Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1746 pswitch(int flag) in pswitch() function
1878 pswitch(0); in proxtrans()
1881 pswitch(1); in proxtrans()
1919 pswitch(1); in proxtrans()
1943 pswitch(1); in proxtrans()
1947 pswitch(1); in proxtrans()
1953 pswitch(0); in proxtrans()
1972 pswitch(1); in proxtrans()
1980 pswitch(1); in proxtrans()
1982 pswitch(0); in proxtrans()
[all …]
H A Dcmds.c815 pswitch(!proxy); in remglob()
821 pswitch(!proxy); in remglob()
856 pswitch(1); in status()
863 pswitch(0); in status()
1572 pswitch(1); in quit()
1695 pswitch(1); in proxabort()
1702 pswitch(0); in proxabort()
1750 pswitch(1); in doproxy()
1754 pswitch(0); in doproxy()
1765 pswitch(0); in doproxy()
H A Dmain.c327 pswitch(1); in lostpeer()
341 pswitch(0); in lostpeer()
H A Dftp_var.h328 extern void pswitch(int flag);
/titanic_50/usr/src/uts/common/sys/
H A Dsysinfo.h81 uint_t pswitch; /* context switches */ member
207 uint64_t pswitch; /* context switches */ member
/titanic_50/usr/src/cmd/sa/
H A Dsa.h104 uint64_t pswitch; member
H A Dsar.c900 (float)xx->csi.pswitch / sec_diff); in prt_w_opt()
/titanic_50/usr/src/uts/common/disp/
H A Ddisp.c884 CPU_STATS_ADDQ(cp, sys, pswitch, 1); in swtch()
930 CPU_STATS_ADDQ(cp, sys, pswitch, 1); in swtch()
992 CPU_STATS_ADDQ(CPU, sys, pswitch, 1); in swtch_from_zombie()
1097 CPU_STATS_ADDQ(cp, sys, pswitch, 1); in swtch_to()
/titanic_50/usr/src/uts/common/os/
H A Dcpu.c196 kstat_named_t pswitch; member
3225 csskd->pswitch.value.ui64 = css->pswitch; in cpu_sys_stats_ks_update()
3363 cso->cpu_sysinfo.pswitch = CPU_STATS(cp, sys.pswitch); in cpu_stat_ks_update()
/titanic_50/usr/src/cmd/stat/kstat/
H A Dkstat.c931 SAVE_UINT32(ksi, sysinfo, pswitch); in save_cpu_stat()
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs219 SAVE_UINT32(self, sysinfop, pswitch); in save_cpu_stat()