Searched refs:statuses (Results 1 – 13 of 13) sorted by relevance
48 enum statuses { enum55 statuses status;61 impl(database& db_, const statuses status_) : in impl()
906 } __packed statuses[16]; member
1545 for (i = 0; i < ARRAY_SIZE(status_trig->statuses); i++) { in iwl_mvm_tx_status_check_trigger()1547 if (!status_trig->statuses[i].status) in iwl_mvm_tx_status_check_trigger()1550 if (status_trig->statuses[i].status != (status & TX_STATUS_MSK)) in iwl_mvm_tx_status_check_trigger()
393 * Defined exit statuses.
395 These statuses can be used to denote test cases that are known to fail
2081 * poll for these statuses too.
239 Treat "msys" as Windows for test exit statuses.
295 // Initialize all statuses to __might_match, except for "" keywords are __does_match
430 full case mapping (that is, using statuses C, F, and I).
6735 xzgrep man page: Document exit statuses.6750 If multiple exit statuses compete, now it tries to pick
3995 statuses will be maintained before it
7951 * -bH purges the host statuses. No attempt is made to save8854 line read from the programs standard output. Exit statuses
352 `test $(false) = $(false);`. The exit statuses of `false` in the