Searched refs:ActionData (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | TransformActions.cpp | 44 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 D | mpt_cmd.c | 500 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 D | mpt_config.c | 187 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 D | mptutil.h | 112 RAID_VOL0_STATUS *VolumeStatus, U32 *ActionData, int datalen,
|
| /freebsd-12.1/sys/dev/mpt/mpilib/ |
| H A D | mpi_raid.h | 176 U32 ActionData; /* 18h */ member
|
| /freebsd-12.1/sys/dev/mps/mpi/ |
| H A D | mpi2_raid.h | 331 MPI2_RAID_ACTION_REPLY_DATA ActionData; /* 0x14 */ member
|
| H A D | mpi2_history.txt | 362 * including the Actions and ActionData.
|
| /freebsd-12.1/sys/dev/mpr/mpi/ |
| H A D | mpi2_raid.h | 400 MPI2_RAID_ACTION_REPLY_DATA ActionData; /* 0x14 */ member
|
| H A D | mpi2_history.txt | 588 * including the Actions and ActionData.
|
| /freebsd-12.1/sys/dev/mwl/ |
| H A D | mwlreg.h | 1141 uint8_t ActionData[1]; member
|
| /freebsd-12.1/sys/dev/mpt/ |
| H A D | mpt_user.c | 497 bcopy(&reply->ActionData, res->action_data, in mpt_user_reply_handler()
|
| H A D | mpt_raid.c | 575 memcpy(&action_result->action_data, &reply->ActionData, in mpt_raid_reply_frame_handler()
|