Searched refs:expected_state (Results 1 – 4 of 4) sorted by relevance
12 local expected_state=$243 state=$(__ublk_kill_daemon "${dev_id}" "${expected_state}")47 if [ "$state" != "${expected_state}" ]; then48 echo "FAIL: Device state is $state, expected ${expected_state}"53 echo "PASS: Device transitioned to ${expected_state} in ${elapsed}s without hanging"
25 static int check_sk_stg(int sk_fd, __u32 expected_state) in check_sk_stg() argument35 if (!ASSERT_EQ(sk_stg.last_notclose_state, expected_state, in check_sk_stg()
526 local expected_state=$2536 [ "$state" == "$expected_state" ]537 check_err $? "Unexpected \"state\" value (got $state, expected $expected_state)"
459 enum idpf_ptp_tx_tstamp_state expected_state) in idpf_ptp_update_tstamp_tracker() argument470 status->state = expected_state; in idpf_ptp_update_tstamp_tracker()