Home
last modified time | relevance | path

Searched refs:on_off (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/rtadvd/
H A Drtadvd.c1071 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 Dpxa300-raumfeld-common.dtsi101 label = "on_off button";
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c5435 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()