Searched defs:acs (Results 1 - 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/core/
H A Ddebug.c149 static struct autocolour acs[NUM_AUTO_COLOURS]; local
159 for ( i = 0 ; i < ( sizeof ( acs ) / sizeof ( acs[0] ) ) ; i++ ) {
160 if ( acs[i].stream == stream ) {
161 acs[i].last_used = use;
169 for ( i = 0 ; i < ( sizeof ( acs ) / sizeof ( acs[0] ) ) ; i++ ) {
170 if ( acs[i].last_used < oldest_last_used ) {
171 oldest_last_used = acs[i].last_used;
175 acs[oldes
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h456 int acs; member in struct:wpa_ssid
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h653 u8 acs; member in struct:hostapd_config
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h653 u8 acs; member in struct:hostapd_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h653 u8 acs; member in struct:hostapd_config

Completed in 97 milliseconds