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

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp43 struct ActionData { struct in class:__anon293::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-11-stable/usr.sbin/mptutil/
H A Dmpt_cmd.c498 U32 *ActionData, int datalen, U16 *IOCStatus, U16 *ActionStatus, int write)
543 if (ActionData != NULL)
544 bcopy(raid_act.action_data, ActionData, datalen);
496 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.c185 U32 ActionData; local
208 &ActionData, sizeof(ActionData), NULL, NULL, 1);
211 *PhysDiskNum = ActionData & 0xff;
/freebsd-11-stable/sys/dev/mpt/mpilib/
H A Dmpi_raid.h47 * 10-04-01 01.02.03 Added ActionData defines for
174 U32 ActionData; /* 18h */ member in struct:_MSG_RAID_ACTION_REPLY
/freebsd-11-stable/sys/dev/mpr/mpi/
H A Dmpi2_raid.h54 * including the Actions and ActionData.
373 /* RAID Action Reply ActionData union */
404 MPI2_RAID_ACTION_REPLY_DATA ActionData; /* 0x14 */ member in struct:_MPI2_RAID_ACTION_REPLY
/freebsd-11-stable/sys/dev/mps/mpi/
H A Dmpi2_raid.h50 * including the Actions and ActionData.
299 /* RAID Action Reply ActionData union */
329 MPI2_RAID_ACTION_REPLY_DATA ActionData; /* 0x14 */ member in struct:_MPI2_RAID_ACTION_REPLY
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlreg.h1139 uint8_t ActionData[1]; member in struct:__anon11130
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_user.c498 bcopy(&reply->ActionData, res->action_data,
H A Dmpt_raid.c573 memcpy(&action_result->action_data, &reply->ActionData,
753 /*ActionData*/0, /*addr*/0,

Completed in 260 milliseconds