| /src/sys/compat/common/ |
| sysmon_power_40.c | 81 compat_40_sysmon_power(power_event_t *pev, struct sysmon_pswitch *pswitch, 86 pev->pev_switch.psws_type = pswitch->smpsw_type; 88 if (pswitch->smpsw_name) { 90 pswitch->smpsw_name,
|
| /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...] |
| extern.h | 172 void pswitch(int);
|
| cmds.c | 811 pswitch(1); 819 pswitch(0); 1772 pswitch(1); 1841 pswitch(1); 1849 pswitch(0); 1887 pswitch(1); 1890 pswitch(0); 1907 pswitch(0);
|
| util.c | 348 pswitch(1); 358 pswitch(0); 585 pswitch(!proxy); 593 pswitch(!proxy);
|
| /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);
|
| /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/sys/net/ |
| if_vlan.c | 245 vlan_safe_ifpromisc(struct ifnet *ifp, int pswitch) 250 e = ifpromisc(ifp, pswitch); 257 vlan_safe_ifpromisc_locked(struct ifnet *ifp, int pswitch) 262 e = ifpromisc_locked(ifp, pswitch);
|
| if.c | 2731 * of pswitch. The calls are reference counted so that only the first 2736 ifpromisc_locked(struct ifnet *ifp, int pswitch) 2744 if (pswitch) { 2768 ifpromisc(struct ifnet *ifp, int pswitch) 2773 e = ifpromisc_locked(ifp, pswitch);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| windmc.c | 247 probe_codepage (rc_uint_type *cp, int *is_uni, const char *pswitch, int defmode) 261 fprintf (stderr, _("A codepage was specified switch `%s' and UTF16.\n"), pswitch);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| windmc.c | 247 probe_codepage (rc_uint_type *cp, int *is_uni, const char *pswitch, int defmode) 261 fprintf (stderr, _("A codepage was specified switch `%s' and UTF16.\n"), pswitch);
|
| /src/sys/rump/net/lib/libsockin/ |
| sockin.c | 199 int ifpromisc(struct ifnet *ifp, int pswitch) { return 0; }
|