Searched refs:on_off (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/dev/misc/gpio/ |
| HD | gpio_led.c | 225 led_switch(const char *name, int on_off) in led_switch() argument 237 gpio_pin_write(sc->gp, sc->gp_map, 0, on_off); in led_switch()
|
| HD | gpio.h | 154 void led_switch(const char *name, int on_off);
|
| /dragonfly/usr.sbin/rtadvd/ |
| HD | rtadvd.c | 1082 const char *on_off[] = {"OFF", "ON"}; in ra_input() local 1144 ifi->ifi_ifname, on_off[!rai->rai_managedflg], in ra_input() 1146 sizeof(ntopbuf)), on_off[rai->rai_managedflg]); in ra_input() 1155 ifi->ifi_ifname, on_off[!rai->rai_otherflg], in ra_input() 1157 sizeof(ntopbuf)), on_off[rai->rai_otherflg]); in ra_input()
|
| /dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_reset.c | 5366 ar9300_green_ap_ps_on_off( struct ath_hal *ah, u_int16_t on_off) in ar9300_green_ap_ps_on_off() argument 5369 AH9300(ah)->green_ap_ps_on = !!on_off; in ar9300_green_ap_ps_on_off()
|