Home
last modified time | relevance | path

Searched refs:ActionData (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransformActions.cpp44 struct ActionData { struct in __anon4300d80e0111::TransformActionsImpl
53 std::vector<ActionData> CachedActions;
201 ActionData &act = CachedActions[i]; in commitTransaction()
245 ActionData &act = CachedActions[i]; in commitTransaction()
288 ActionData data; in insert()
298 ActionData data; in insertAfterToken()
307 ActionData data; in remove()
315 ActionData data; in removeStmt()
331 ActionData data; in replace()
342 ActionData data; in replaceText()
[all …]
/NextBSD/usr.sbin/mptutil/
HDmpt_cmd.c498 U32 *ActionData, int datalen, U16 *IOCStatus, U16 *ActionStatus, int write) in mpt_raid_action() argument
543 if (ActionData != NULL) in mpt_raid_action()
544 bcopy(raid_act.action_data, ActionData, datalen); in mpt_raid_action()
HDmpt_config.c181 U32 ActionData; in mpt_create_physdisk() local
204 &ActionData, sizeof(ActionData), NULL, NULL, 1); in mpt_create_physdisk()
207 *PhysDiskNum = ActionData & 0xff; in mpt_create_physdisk()
HDmptutil.h110 RAID_VOL0_STATUS *VolumeStatus, U32 *ActionData, int datalen,
/NextBSD/sys/dev/mpt/mpilib/
HDmpi_raid.h174 U32 ActionData; /* 18h */ member
/NextBSD/sys/dev/mps/mpi/
HDmpi2_raid.h329 MPI2_RAID_ACTION_REPLY_DATA ActionData; /* 0x14 */ member
HDmpi2_history.txt362 * including the Actions and ActionData.
/NextBSD/sys/dev/mpr/mpi/
HDmpi2_raid.h402 MPI2_RAID_ACTION_REPLY_DATA ActionData; /* 0x14 */ member
HDmpi2_history.txt449 * including the Actions and ActionData.
/NextBSD/sys/dev/mwl/
HDmwlreg.h1139 uint8_t ActionData[1]; member
/NextBSD/sys/dev/mpt/
HDmpt_user.c495 bcopy(&reply->ActionData, res->action_data, in mpt_user_reply_handler()
HDmpt_raid.c573 memcpy(&action_result->action_data, &reply->ActionData, in mpt_raid_reply_frame_handler()