Searched refs:expected_size (Results 1 – 7 of 7) sorted by relevance
65 typeset expected_size=$168 if [ $disk_size -ne $expected_size ]; then69 log_fail "Incorrect size: $disk_size != $expected_size"75 typeset expected_size=$178 if [ $apparent_size -ne $expected_size ]; then79 log_fail "Incorrect size: $apparent_size != $expected_size"
69 typeset -i expected_size="$2"72 log_must test $expected_size == $(size_of_file $fname)
788 u32 expected_size) in iwl_mvm_verify_stats_len() argument792 if (WARN_ONCE(iwl_rx_packet_payload_len(pkt) < expected_size, in iwl_mvm_verify_stats_len()794 iwl_rx_packet_payload_len(pkt), expected_size)) in iwl_mvm_verify_stats_len()806 if (WARN_ONCE(le16_to_cpu(hdr->size) != expected_size, in iwl_mvm_verify_stats_len()808 le16_to_cpu(hdr->size), expected_size)) in iwl_mvm_verify_stats_len()901 int expected_size; in iwl_mvm_handle_rx_statistics() local911 expected_size = sizeof(struct iwl_notif_statistics_v11); in iwl_mvm_handle_rx_statistics()913 expected_size = sizeof(struct iwl_notif_statistics_v10); in iwl_mvm_handle_rx_statistics()915 expected_size = sizeof(struct iwl_notif_statistics); in iwl_mvm_handle_rx_statistics()918 if (WARN_ONCE(iwl_rx_packet_payload_len(pkt) != expected_size, in iwl_mvm_handle_rx_statistics()
98 size_t expected_size) in iwl_acpi_get_dsm_integer() argument116 if (WARN_ON_ONCE(expected_size > sizeof(le_value))) in iwl_acpi_get_dsm_integer()120 if (obj->buffer.length != expected_size) in iwl_acpi_get_dsm_integer()127 min_t(size_t, expected_size, (size_t)obj->buffer.length)); in iwl_acpi_get_dsm_integer()
115 size_t expected_size) in pf_nvbinary() argument120 bzero(data, expected_size); in pf_nvbinary()126 if (len > expected_size) in pf_nvbinary()
2063 if (auto expected_size = in GetReturnAddressHint() local2066 hint += *expected_size; in GetReturnAddressHint()2069 llvm::toString(expected_size.takeError()).c_str()); in GetReturnAddressHint()
467 svn_filesize_t expected_size, in get_verify_length_stream() argument474 lvb->remaining = expected_size; in get_verify_length_stream()