Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.h463 #ifndef __maybe_unused
465 #define __maybe_unused __attribute__((unused)) macro
467 #define __maybe_unused macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dcommon.h481 #ifndef __maybe_unused
483 #define __maybe_unused __attribute__((unused)) macro
485 #define __maybe_unused macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddrv_callbacks.c1365 size_t plen __maybe_unused; in hostapd_action_rx() local
1367 u8 *action __maybe_unused; in hostapd_action_rx() local
H A Dieee802_11.c6008 u8 *action __maybe_unused; in handle_action() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddrv_callbacks.c1149 size_t plen __maybe_unused; in hostapd_action_rx() local
1151 u8 *action __maybe_unused; in hostapd_action_rx() local
H A Dieee802_11.c4403 u8 *action __maybe_unused; in handle_action() local
/third_party/ltp/scripts/
H A Dcheckpatch.pl477 __maybe_unused|
6620 # Check for __attribute__ unused, prefer __always_unused or __maybe_unused
6623 "__always_unused or __maybe_unused is preferred over __attribute__((__unused__))\n" . $herecurr);

Completed in 25 milliseconds