Searched refs:turn_on (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_leds.c179 int i, turn_on; local
189 turn_on = 0;
197 turn_on = 1;
201 turn_on = activity;
204 turn_on = radio->enabled && bcm43xx_is_hw_radio_enabled(bcm);
208 turn_on = (radio->enabled && bcm43xx_is_hw_radio_enabled(bcm) &&
213 turn_on = (radio->enabled && bcm43xx_is_hw_radio_enabled(bcm) &&
220 turn_on = 1;
232 turn_on = 1;
235 turn_on
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dioport.c35 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int turn_on) argument
44 if (turn_on && !capable(CAP_SYS_RAWIO))
71 set_bitmap(t->io_bitmap_ptr, from, num, !turn_on);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dioport.c58 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int turn_on) argument
67 if (turn_on && !capable(CAP_SYS_RAWIO))
94 set_bitmap(t->io_bitmap_ptr, from, num, !turn_on);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbio.h597 int BIO_set_tcp_ndelay(int sock,int turn_on);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bio/
H A Dbio.h597 int BIO_set_tcp_ndelay(int sock,int turn_on);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbio.h665 int BIO_set_tcp_ndelay(int sock,int turn_on);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio.h665 int BIO_set_tcp_ndelay(int sock,int turn_on);

Completed in 135 milliseconds