Searched refs:full_log (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_verifier_log.c | 89 size_t exp_len, int exp_errno, const char *full_log) in test_log_good() argument 118 if (memcmp(full_log, log, LOG_SIZE)) { in test_log_good() 137 char full_log[LOG_SIZE]; in main() local 156 test_log_good(full_log, LOG_SIZE, LOG_SIZE, 0, EACCES, full_log); in main() 158 want_len = strlen(full_log); in main() 161 test_log_good(log, LOG_SIZE, want_len + 2, want_len, EACCES, full_log); in main() 165 full_log[want_len - i + 1] = 1; in main() 166 full_log[want_len - i] = 0; in main() 169 ENOSPC, full_log); in main()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlegacy/ |
| D | 3945.h | 179 int il3945_dump_nic_event_log(struct il_priv *il, bool full_log, char **buf,
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | main.c | 1810 int iwl_dump_nic_event_log(struct iwl_priv *priv, bool full_log, in iwl_dump_nic_event_log() argument 1870 if (!(iwl_have_debug_level(IWL_DL_FW)) && !full_log) in iwl_dump_nic_event_log() 1878 if (full_log) in iwl_dump_nic_event_log() 1886 if (iwl_have_debug_level(IWL_DL_FW) || full_log) { in iwl_dump_nic_event_log()
|
| D | agn.h | 170 int iwl_dump_nic_event_log(struct iwl_priv *priv, bool full_log,
|