Searched refs:on_off (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/rtadvd/ |
H A D | rtadvd.c | 1071 const char *on_off[] = {"OFF", "ON"}; in ra_input() local 1133 ifi->ifi_ifname, on_off[!rai->rai_managedflg], in ra_input() 1135 sizeof(ntopbuf)), on_off[rai->rai_managedflg]); in ra_input() 1144 ifi->ifi_ifname, on_off[!rai->rai_otherflg], in ra_input() 1146 sizeof(ntopbuf)), on_off[rai->rai_otherflg]); in ra_input() 1156 ifi->ifi_ifname, on_off[!rai->rai_ipv6onlyflg], in ra_input() 1158 sizeof(ntopbuf)), on_off[rai->rai_ipv6onlyflg]); in ra_input()
|
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/ |
H A D | pxa300-raumfeld-common.dtsi | 101 label = "on_off button";
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_reset.c | 5435 ar9300_green_ap_ps_on_off( struct ath_hal *ah, u_int16_t on_off) in ar9300_green_ap_ps_on_off() argument 5438 AH9300(ah)->green_ap_ps_on = !!on_off; in ar9300_green_ap_ps_on_off()
|