Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp43 struct ActionData { struct in __anon6a83e66a0111::TransformActionsImpl
52 std::vector<ActionData> CachedActions;
200 ActionData &act = CachedActions[i]; in commitTransaction()
244 ActionData &act = CachedActions[i]; in commitTransaction()
287 ActionData data; in insert()
297 ActionData data; in insertAfterToken()
306 ActionData data; in remove()
314 ActionData data; in removeStmt()
332 ActionData data; in replace()
343 ActionData data; in replaceText()
[all …]
/src/usr.sbin/mptutil/
H A Dmpt_cmd.c497 U32 *ActionData, int datalen, U16 *IOCStatus, U16 *ActionStatus, int write) in mpt_raid_action() argument
542 if (ActionData != NULL) in mpt_raid_action()
543 bcopy(raid_act.action_data, ActionData, datalen); in mpt_raid_action()
H A Dmpt_config.c184 U32 ActionData; in mpt_create_physdisk() local
207 &ActionData, sizeof(ActionData), NULL, NULL, 1); in mpt_create_physdisk()
210 *PhysDiskNum = ActionData & 0xff; in mpt_create_physdisk()
H A Dmptutil.h110 RAID_VOL0_STATUS *VolumeStatus, U32 *ActionData, int datalen,
/src/sys/dev/mpt/mpilib/
H A Dmpi_raid.h171 U32 ActionData; /* 18h */ member
/src/sys/dev/mps/mpi/
H A Dmpi2_raid.h323 MPI2_RAID_ACTION_REPLY_DATA ActionData; /* 0x14 */ member
H A Dmpi2_history.txt360 * including the Actions and ActionData.
/src/sys/dev/mpr/mpi/
H A Dmpi2_raid.h390 MPI2_RAID_ACTION_REPLY_DATA ActionData; /* 0x14 */ member
H A Dmpi2_history.txt586 * including the Actions and ActionData.
/src/sys/dev/mwl/
H A Dmwlreg.h1130 uint8_t ActionData[1]; member
/src/sys/dev/mpt/
H A Dmpt_user.c497 bcopy(&reply->ActionData, res->action_data, in mpt_user_reply_handler()
H A Dmpt_raid.c574 memcpy(&action_result->action_data, &reply->ActionData, in mpt_raid_reply_frame_handler()