Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/wsconscfg/ | |
wsconscfg.c | 63 int c, delete, kbd, idx, wsfd, swtch, get, mux; local in function:main 73 swtch = 0; 105 swtch++; 120 if ((kbd || swtch) ? (argc > 1) : (argc != 1)) 130 if (swtch) { |
/src/sys/arch/atari/dev/ | |
fd.c | 400 u_short swtch; local in function:fdattach 411 swtch = rd_cfg_switch(); 412 def_type = (swtch & CFG_SWITCH_NOHD) ? FLP_TYPE_720 : FLP_TYPE_144; |
/src/sys/uvm/ | |
uvm_extern.h | 357 int swtch; /* context switch count */ member in struct:uvmexp 453 int64_t swtch; member in struct:uvmexp_sysctl |