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

  /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 436 * these will get trashed by pswitch()
1793 pswitch(int flag) function in typeref:typename:void
1920 pswitch(0);
1923 pswitch(1);
1930 pswitch(1);
1940 pswitch(1);
1944 pswitch(1);
1952 pswitch(0);
1955 pswitch(1);
1967 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/sys/dev/sysmon/
sysmon_power.c 346 struct sysmon_pswitch *pswitch = local in function:sysmon_power_daemon_task
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 2774 * of pswitch. The calls are reference counted so that only the first
2779 ifpromisc_locked(struct ifnet *ifp, int pswitch)
2787 if (pswitch) {
2811 ifpromisc(struct ifnet *ifp, int pswitch)
2816 e = ifpromisc_locked(ifp, pswitch);
  /src/sys/rump/net/lib/libsockin/
sockin.c 199 int ifpromisc(struct ifnet *ifp, int pswitch) { return 0; }

Completed in 25 milliseconds