Searched refs:Action (Results 26 - 50 of 96) sorted by relevance

1234

/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_config.c90 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER;
136 request->Action = MPI2_CONFIG_ACTION_PAGE_READ_CURRENT;
220 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER;
266 request->Action = MPI2_CONFIG_ACTION_PAGE_READ_CURRENT;
385 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER;
434 request->Action = MPI2_CONFIG_ACTION_PAGE_READ_NVRAM;
520 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER;
570 request->Action = MPI2_CONFIG_ACTION_PAGE_WRITE_NVRAM;
658 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER;
705 request->Action
[all...]
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_config.c90 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER;
136 request->Action = MPI2_CONFIG_ACTION_PAGE_READ_CURRENT;
221 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER;
266 request->Action = MPI2_CONFIG_ACTION_PAGE_READ_CURRENT;
578 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER;
627 request->Action = MPI2_CONFIG_ACTION_PAGE_READ_NVRAM;
713 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER;
763 request->Action = MPI2_CONFIG_ACTION_PAGE_WRITE_NVRAM;
851 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER;
898 request->Action
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DJob.cpp23 Command::Command(const Action &_Source, const Tool &_Creator,
129 FallbackCommand::FallbackCommand(const Action &Source_, const Tool &Creator_,
H A DCompilation.cpp11 #include "clang/Driver/Action.h"
175 static bool ActionFailed(const Action *A,
186 for (Action::const_iterator AI = A->begin(), AE = A->end(); AI != AE; ++AI)
/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DTableGen.cpp59 cl::opt<ActionType> Action(
60 cl::desc("Action to perform:"),
146 switch (Action) {
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DTableGen.cpp49 Action(cl::desc("Action to perform:"),
95 switch (Action) {
/freebsd-9.3-release/sys/dev/mpt/mpilib/
H A Dmpi_raid.h62 * 02-28-07 01.05.03 Added new RAID Action, Device FW Update Mode, and
65 * for the RAID Action MPI_RAID_ACTION_DISABLE_VOLUME.
82 /* RAID Action Request */
87 U8 Action; /* 00h */ member in struct:_MSG_RAID_ACTION
103 /* RAID Action request Action values */
157 /* RAID Action reply message */
161 U8 Action; /* 00h */ member in struct:_MSG_RAID_ACTION_REPLY
/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A Dctm_pass1.c76 match = (FilterList ? !(FilterList->Action) : CTM_FILTER_ENABLE);
152 match = filter->Action;
H A Dctm_passb.c105 match = (FilterList ? !(FilterList->Action) : CTM_FILTER_ENABLE);
108 match = filter->Action;
H A Dctm_pass2.c60 !(FilterList->Action) : CTM_FILTER_ENABLE);
93 match = filter->Action;
H A Dctm.h64 int Action; /* enable or disable */ member in struct:CTM_Filter
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dachware.h139 UINT32 Action);
H A Dacutils.h335 UINT16 Action);
640 UINT16 Action);
651 UINT16 Action,
H A Dacpixf.h443 UINT8 Action);
460 UINT8 Action);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h195 /// \param Action The action to be executed.
197 ToolInvocation(ArrayRef<std::string> CommandLine, ToolAction *Action,
224 ToolAction *Action; member in class:clang::tooling::ToolInvocation
280 /// \param Action Tool action.
281 int run(ToolAction *Action);
/freebsd-9.3-release/sys/contrib/dev/acpica/hardware/
H A Dhwgpe.c91 * Action - Enable or disable
102 UINT32 Action)
132 switch (Action)
154 ACPI_ERROR ((AE_INFO, "Invalid GPE Action, %u\n", Action));
100 AcpiHwLowSetGpe( ACPI_GPE_EVENT_INFO *GpeEventInfo, UINT32 Action) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp1 //===--- CodeGenAction.cpp - LLVM Code Generation Frontend Action ---------===//
39 BackendAction Action; member in class:clang::BackendConsumer
63 Action(action),
162 TheModule.get(), Action, AsmOutStream);
324 BackendAction Action) {
325 switch (Action) {
322 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) argument
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.c708 pCmd->Action = htole32(HostCmd_ACT_GEN_SET);
738 pCmd->Action = htole16(HostCmd_ACT_GEN_SET);
769 pCmd->Action = htole16(dirSet);
794 pCmd->Action = htole16(HostCmd_ACT_GEN_SET);
835 pCmd->Action = htole16(action);
965 pCmd->Action = htole32(HostCmd_ACT_GEN_SET);
974 pCmd->Action = htole32(HostCmd_ACT_GEN_SET);
993 pCmd->Action = htole32(HostCmd_ACT_NOT_USE_FIXED_RATE);
1016 pCmd->Action = htole32(HostCmd_ACT_NOT_USE_FIXED_RATE);
1039 pCmd->Action
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h78 unsigned Action; member in struct:llvm::DwarfException::CallSiteEntry
/freebsd-9.3-release/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp42 Action(cl::desc("Action to perform:"),
252 switch (Action) {
/freebsd-9.3-release/sys/dev/mpr/mpi/
H A Dmpi2_raid.h50 * 08-31-07 02.00.01 Modifications to RAID Action request and reply,
61 * Added product-specific range to RAID Action values.
80 * RAID Action messages
95 /* ActionDataWord for MPI2_RAID_ACTION_SET_RAID_FUNCTION_RATE Action */
108 /* ActionDataWord for MPI2_RAID_ACTION_START_RAID_FUNCTION Action */
128 /* ActionDataWord for MPI2_RAID_ACTION_STOP_RAID_FUNCTION Action */
148 /* ActionDataWord for MPI2_RAID_ACTION_CREATE_HOT_SPARE Action */
157 /* ActionDataWord for MPI2_RAID_ACTION_DEVICE_FW_UPDATE_MODE Action */
183 /* RAID Action Request Message */
186 U8 Action; /* member in struct:_MPI2_RAID_ACTION_REQUEST
387 U8 Action; /* 0x00 */ member in struct:_MPI2_RAID_ACTION_REPLY
[all...]
H A Dmpi2_tool.h228 U8 Action; /* 0x15 */ member in struct:_MPI2_TOOLBOX_ISTWI_READ_WRITE_REQUEST
244 /* values for the Action field */
276 U8 Action; /* 0x15 */ member in struct:_MPI2_TOOLBOX_ISTWI_REPLY
/freebsd-9.3-release/sys/dev/mps/mpi/
H A Dmpi2_raid.h47 * 08-31-07 02.00.01 Modifications to RAID Action request and reply,
69 * RAID Action messages
81 /* ActionDataWord for MPI2_RAID_ACTION_SET_RAID_FUNCTION_RATE Action */
94 /* ActionDataWord for MPI2_RAID_ACTION_START_RAID_FUNCTION Action */
114 /* ActionDataWord for MPI2_RAID_ACTION_STOP_RAID_FUNCTION Action */
134 /* ActionDataWord for MPI2_RAID_ACTION_CREATE_HOT_SPARE Action */
143 /* ActionDataWord for MPI2_RAID_ACTION_DEVICE_FW_UPDATE_MODE Action */
169 /* RAID Action Request Message */
172 U8 Action; /* 0x00 */ member in struct:_MPI2_RAID_ACTION_REQUEST
188 /* RAID Action reques
314 U8 Action; /* 0x00 */ member in struct:_MPI2_RAID_ACTION_REPLY
[all...]
H A Dmpi2_init.h404 U8 Action; /* 0x04 */ member in struct:_MPI2_SEP_REQUEST
420 /* Action defines */
448 U8 Action; /* 0x04 */ member in struct:_MPI2_SEP_REPLY
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt.c1592 cfgp->Action = params->Action;
1613 ((params->Action == MPI_CONFIG_ACTION_PAGE_WRITE_CURRENT
1614 || params->Action == MPI_CONFIG_ACTION_PAGE_WRITE_NVRAM)
1642 params.Action = MPI_CONFIG_ACTION_PAGE_HEADER;
1690 mpt_read_extcfg_page(struct mpt_softc *mpt, int Action, uint32_t PageAddress, argument
1704 params.Action = Action;
1716 mpt_prt(mpt, "read_extcfg_page(%d) timed out\n", Action);
1747 params.Action
1789 mpt_read_cfg_page(struct mpt_softc *mpt, int Action, uint32_t PageAddress, CONFIG_PAGE_HEADER *hdr, size_t len, int sleep_ok, int timeout_ms) argument
1829 mpt_write_cfg_page(struct mpt_softc *mpt, int Action, uint32_t PageAddress, CONFIG_PAGE_HEADER *hdr, size_t len, int sleep_ok, int timeout_ms) argument
[all...]

Completed in 152 milliseconds

1234