Home
last modified time | relevance | path

Searched defs:onoff (Results 1 – 25 of 72) sorted by relevance

123

/freebsd-9-stable/sys/arm/xscale/ixp425/
Dcambria_led.c53 update_latch(struct led_softc *sc, int bit, int onoff) in update_latch()
61 static void led_A(void *arg, int onoff) { update_latch(arg, 1<<0, onoff); } in led_A()
62 static void led_B(void *arg, int onoff) { update_latch(arg, 1<<1, onoff); } in led_B()
63 static void led_C(void *arg, int onoff) { update_latch(arg, 1<<2, onoff); } in led_C()
64 static void led_D(void *arg, int onoff) { update_latch(arg, 1<<3, onoff); } in led_D()
65 static void led_E(void *arg, int onoff) { update_latch(arg, 1<<4, onoff); } in led_E()
66 static void led_F(void *arg, int onoff) { update_latch(arg, 1<<5, onoff); } in led_F()
67 static void led_G(void *arg, int onoff) { update_latch(arg, 1<<6, onoff); } in led_G()
68 static void led_H(void *arg, int onoff) { update_latch(arg, 1<<7, onoff); } in led_H()
Dcambria_fled.c58 fled_cb(void *arg, int onoff) in fled_cb()
Davila_led.c50 led_func(void *arg, int onoff) in led_func()
/freebsd-9-stable/usr.bin/systat/
Dnetcmds.c66 int onoff; member
126 changeitems(const char *args, int onoff) in changeitems()
197 int onoff; member
201 selectport(long port, int onoff) in selectport()
258 selecthost(struct in_addr *in, int onoff) in selecthost()
/freebsd-9-stable/contrib/openpam/lib/libpam/
Dopenpam_get_feature.c48 openpam_get_feature(int feature, int *onoff) in openpam_get_feature()
Dopenpam_set_feature.c48 openpam_set_feature(int feature, int onoff) in openpam_set_feature()
Dopenpam_features.h38 int onoff; member
/freebsd-9-stable/lib/librtld_db/
Drtld_db.c115 rd_event_enable(rd_agent_t *rdap __unused, int onoff) in rd_event_enable()
186 rd_log(const int onoff) in rd_log()
/freebsd-9-stable/sys/dev/usb/serial/
Duipaq.c1243 uipaq_cfg_set_dtr(struct ucom_softc *ucom, uint8_t onoff) in uipaq_cfg_set_dtr()
1267 uipaq_cfg_set_rts(struct ucom_softc *ucom, uint8_t onoff) in uipaq_cfg_set_rts()
1291 uipaq_cfg_set_break(struct ucom_softc *ucom, uint8_t onoff) in uipaq_cfg_set_break()
Dusb_serial.c873 uint8_t onoff; in ucom_modem() local
1015 ucom_ring(struct ucom_softc *sc, uint8_t onoff) in ucom_ring()
1026 ucom_break(struct ucom_softc *sc, uint8_t onoff) in ucom_break()
1037 ucom_dtr(struct ucom_softc *sc, uint8_t onoff) in ucom_dtr()
1048 ucom_rts(struct ucom_softc *sc, uint8_t onoff) in ucom_rts()
1067 uint8_t onoff; in ucom_cfg_status_change() local
Dubsa.c395 ubsa_cfg_set_dtr(struct ucom_softc *ucom, uint8_t onoff) in ubsa_cfg_set_dtr()
405 ubsa_cfg_set_rts(struct ucom_softc *ucom, uint8_t onoff) in ubsa_cfg_set_rts()
415 ubsa_cfg_set_break(struct ucom_softc *ucom, uint8_t onoff) in ubsa_cfg_set_break()
Dumct.c417 umct_cfg_set_break(struct ucom_softc *ucom, uint8_t onoff) in umct_cfg_set_break()
430 umct_cfg_set_dtr(struct ucom_softc *ucom, uint8_t onoff) in umct_cfg_set_dtr()
443 umct_cfg_set_rts(struct ucom_softc *ucom, uint8_t onoff) in umct_cfg_set_rts()
Duplcom.c605 uplcom_cfg_set_dtr(struct ucom_softc *ucom, uint8_t onoff) in uplcom_cfg_set_dtr()
629 uplcom_cfg_set_rts(struct ucom_softc *ucom, uint8_t onoff) in uplcom_cfg_set_rts()
653 uplcom_cfg_set_break(struct ucom_softc *ucom, uint8_t onoff) in uplcom_cfg_set_break()
Duvscom.c499 uvscom_cfg_set_dtr(struct ucom_softc *ucom, uint8_t onoff) in uvscom_cfg_set_dtr()
514 uvscom_cfg_set_rts(struct ucom_softc *ucom, uint8_t onoff) in uvscom_cfg_set_rts()
529 uvscom_cfg_set_break(struct ucom_softc *ucom, uint8_t onoff) in uvscom_cfg_set_break()
Dumodem.c646 umodem_cfg_set_dtr(struct ucom_softc *ucom, uint8_t onoff) in umodem_cfg_set_dtr()
670 umodem_cfg_set_rts(struct ucom_softc *ucom, uint8_t onoff) in umodem_cfg_set_rts()
694 umodem_cfg_set_break(struct ucom_softc *ucom, uint8_t onoff) in umodem_cfg_set_break()
Duslcom.c530 uslcom_set_dtr(struct ucom_softc *ucom, uint8_t onoff) in uslcom_set_dtr()
554 uslcom_set_rts(struct ucom_softc *ucom, uint8_t onoff) in uslcom_set_rts()
677 uslcom_set_break(struct ucom_softc *ucom, uint8_t onoff) in uslcom_set_break()
/freebsd-9-stable/sys/i386/i386/
Dgeode.c97 led_func(void *ptr, int onoff) in led_func()
117 cs5536_led_func(void *ptr, int onoff) in cs5536_led_func()
/freebsd-9-stable/sys/dev/netmap/
Dixgbe_netmap.h74 set_crcstrip(struct ixgbe_hw *hw, int onoff) in set_crcstrip()
116 ixgbe_netmap_reg(struct netmap_adapter *na, int onoff) in ixgbe_netmap_reg()
/freebsd-9-stable/sys/sparc64/ebus/
Depic.c193 epic_led_alert(void *arg, int onoff) in epic_led_alert()
206 epic_led_power(void *arg, int onoff) in epic_led_power()
/freebsd-9-stable/sys/netpfil/ipfw/
Dip_fw_log.c89 ipfw_log_bpf(int onoff) in ipfw_log_bpf()
121 ipfw_log_bpf(int onoff) in ipfw_log_bpf()
Dip_fw_pfil.c383 ipfw_hook(int onoff, int pf) in ipfw_hook()
/freebsd-9-stable/crypto/openssl/fips/
Dfips.c72 static void fips_set_mode(int onoff) in fips_set_mode()
253 int FIPS_mode_set(int onoff) in FIPS_mode_set()
/freebsd-9-stable/sbin/conscontrol/
Dconscontrol.c89 consmute(const char *onoff) in consmute()
/freebsd-9-stable/sys/dev/gpio/
Dgpioled.c72 gpioled_control(void *priv, int onoff) in gpioled_control()
/freebsd-9-stable/usr.sbin/watchdogd/
Dwatchdogd.c214 watchdog_onoff(int onoff) in watchdog_onoff()

123