Searched refs:pswitch (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 1746 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 D | cmds.c | 815 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 D | main.c | 327 pswitch(1); in lostpeer() 341 pswitch(0); in lostpeer()
|
H A D | ftp_var.h | 328 extern void pswitch(int flag);
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sysinfo.h | 81 uint_t pswitch; /* context switches */ member 207 uint64_t pswitch; /* context switches */ member
|
/titanic_50/usr/src/cmd/sa/ |
H A D | sa.h | 104 uint64_t pswitch; member
|
H A D | sar.c | 900 (float)xx->csi.pswitch / sec_diff); in prt_w_opt()
|
/titanic_50/usr/src/uts/common/disp/ |
H A D | disp.c | 884 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 D | cpu.c | 196 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 D | kstat.c | 931 SAVE_UINT32(ksi, sysinfo, pswitch); in save_cpu_stat()
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 219 SAVE_UINT32(self, sysinfop, pswitch); in save_cpu_stat()
|