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.c557 struct mpt_raid_action_result *action_result; in mpt_raid_reply_frame_handler() local
574 action_result = REQ_TO_RAID_ACTION_RESULT(req); in mpt_raid_reply_frame_handler()
575 memcpy(&action_result->action_data, &reply->ActionData, in mpt_raid_reply_frame_handler()
576 sizeof(action_result->action_data)); in mpt_raid_reply_frame_handler()
577 action_result->action_status = le16toh(reply->ActionStatus); in mpt_raid_reply_frame_handler()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3888 NextEventAction::EventActionResult action_result = in HandlePrivateEvent() local
3890 LLDB_LOGF(log, "Ran next event action, result was %d.", action_result); in HandlePrivateEvent()
3892 switch (action_result) { in HandlePrivateEvent()