Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransformActions.cpp44 struct ActionData { struct in __anon59d4e5240111::TransformActionsImpl
53 std::vector<ActionData> CachedActions;
201 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()
361 ActionData data; in increaseIndentation()
[all …]
/freebsd-12.1/usr.sbin/mptutil/
H A Dmpt_cmd.c500 U32 *ActionData, int datalen, U16 *IOCStatus, U16 *ActionStatus, int write) in mpt_raid_action() argument
545 if (ActionData != NULL) in mpt_raid_action()
546 bcopy(raid_act.action_data, ActionData, datalen); in mpt_raid_action()
H A Dmpt_config.c187 U32 ActionData; in mpt_create_physdisk() local
210 &ActionData, sizeof(ActionData), NULL, NULL, 1); in mpt_create_physdisk()
213 *PhysDiskNum = ActionData & 0xff; in mpt_create_physdisk()
H A Dmptutil.h112 RAID_VOL0_STATUS *VolumeStatus, U32 *ActionData, int datalen,
/freebsd-12.1/sys/dev/mpt/mpilib/
H A Dmpi_raid.h176 U32 ActionData; /* 18h */ member
/freebsd-12.1/sys/dev/mps/mpi/
H A Dmpi2_raid.h331 MPI2_RAID_ACTION_REPLY_DATA ActionData; /* 0x14 */ member
H A Dmpi2_history.txt362 * including the Actions and ActionData.
/freebsd-12.1/sys/dev/mpr/mpi/
H A Dmpi2_raid.h400 MPI2_RAID_ACTION_REPLY_DATA ActionData; /* 0x14 */ member
H A Dmpi2_history.txt588 * including the Actions and ActionData.
/freebsd-12.1/sys/dev/mwl/
H A Dmwlreg.h1141 uint8_t ActionData[1]; member
/freebsd-12.1/sys/dev/mpt/
H A Dmpt_user.c497 bcopy(&reply->ActionData, res->action_data, in mpt_user_reply_handler()
H A Dmpt_raid.c575 memcpy(&action_result->action_data, &reply->ActionData, in mpt_raid_reply_frame_handler()