Home
last modified time | relevance | path

Searched refs:action_result (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mpt/
H A Dmpt_raid.c556 struct mpt_raid_action_result *action_result; in mpt_raid_reply_frame_handler() local
573 action_result = REQ_TO_RAID_ACTION_RESULT(req); in mpt_raid_reply_frame_handler()
574 memcpy(&action_result->action_data, &reply->ActionData, in mpt_raid_reply_frame_handler()
575 sizeof(action_result->action_data)); in mpt_raid_reply_frame_handler()
576 action_result->action_status = le16toh(reply->ActionStatus); in mpt_raid_reply_frame_handler()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3907 NextEventAction::EventActionResult action_result = in HandlePrivateEvent() local
3909 LLDB_LOGF(log, "Ran next event action, result was %d.", action_result); in HandlePrivateEvent()
3911 switch (action_result) { in HandlePrivateEvent()