Searched refs:ActionData (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp43 struct ActionData { struct in class:__anon254::TransformActionsImpl
52 std::vector<ActionData> CachedActions;
200 ActionData &act = CachedActions[i];
244 ActionData &act = CachedActions[i];
287 ActionData data;
297 ActionData data;
306 ActionData data;
314 ActionData data;
332 ActionData data;
343 ActionData dat
[all...]
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_cmd.c497 U32 *ActionData, int datalen, U16 *IOCStatus, U16 *ActionStatus, int write)
542 if (ActionData != NULL)
543 bcopy(raid_act.action_data, ActionData, datalen);
495 mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID, U8 PhysDiskNum, U32 ActionDataWord, void *buf, int len, RAID_VOL0_STATUS *VolumeStatus, U32 *ActionData, int datalen, U16 *IOCStatus, U16 *ActionStatus, int write) argument
H A Dmptutil.h110 RAID_VOL0_STATUS *VolumeStatus, U32 *ActionData, int datalen,
H A Dmpt_config.c184 U32 ActionData; local
207 &ActionData, sizeof(ActionData), NULL, NULL, 1);
210 *PhysDiskNum = ActionData & 0xff;
/freebsd-current/sys/dev/mpt/mpilib/
H A Dmpi_raid.h48 * 10-04-01 01.02.03 Added ActionData defines for
171 U32 ActionData; /* 18h */ member in struct:_MSG_RAID_ACTION_REPLY
/freebsd-current/sys/dev/mpr/mpi/
H A Dmpi2_raid.h48 * including the Actions and ActionData.
360 /* RAID Action Reply ActionData union */
390 MPI2_RAID_ACTION_REPLY_DATA ActionData; /* 0x14 */ member in struct:_MPI2_RAID_ACTION_REPLY
/freebsd-current/sys/dev/mps/mpi/
H A Dmpi2_raid.h50 * including the Actions and ActionData.
294 /* RAID Action Reply ActionData union */
323 MPI2_RAID_ACTION_REPLY_DATA ActionData; /* 0x14 */ member in struct:_MPI2_RAID_ACTION_REPLY
/freebsd-current/sys/dev/mwl/
H A Dmwlreg.h1130 uint8_t ActionData[1]; member in struct:__anon3662
/freebsd-current/sys/dev/mpt/
H A Dmpt_user.c497 bcopy(&reply->ActionData, res->action_data,
H A Dmpt_raid.c575 memcpy(&action_result->action_data, &reply->ActionData,
754 /*ActionData*/0, /*addr*/0,

Completed in 230 milliseconds