Searched defs:Action (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-11-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c493 AcpiPsUpdateParameterList( ACPI_EVALUATE_INFO *Info, UINT16 Action) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h19 enum Action { enum in class:lldb_private::FileAction
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp82 struct sigaction Action; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp98 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, argument
119 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutstate.c322 AcpiUtCreateUpdateState( ACPI_OPERAND_OBJECT *Object, UINT16 Action) argument
H A Dutosi.c478 AcpiUtUpdateInterfaces( UINT8 Action) argument
H A Dutdelete.c516 AcpiUtUpdateRefCount( ACPI_OPERAND_OBJECT *Object, UINT32 Action) argument
639 AcpiUtUpdateObjectReference( ACPI_OPERAND_OBJECT *Object, UINT16 Action) argument
[all...]
H A Dutmisc.c326 AcpiUtCreateUpdateStateAndPush( ACPI_OPERAND_OBJECT *Object, UINT16 Action, ACPI_GENERIC_STATE **StateList) argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwgpe.c214 AcpiHwLowSetGpe( ACPI_GPE_EVENT_INFO *GpeEventInfo, UINT32 Action) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.h69 unsigned Action; member in struct:llvm::EHStreamer::CallSiteEntry
H A DEHStreamer.cpp143 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; local
566 const ActionEntry &Action = *I; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp43 ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action) { argument
47 llvm::Error ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action, argument
H A DAllTUsExecution.cpp114 auto &Action = Actions.front(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp152 auto Action = std::make_unique<PreprocessOnlyAction>(); variable
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp92 void CallingConvEmitter::EmitAction(Record *Action, argument
[all...]
H A DDFAEmitter.cpp174 struct Action { struct in namespace:__anon2921
180 Action(Record *R, unsigned I, std::string S) : R(R), I(I), S(S) {} function in struct:__anon2921::Action
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp56 CompletionAction Action; local
86 CompletionAction Action; local
145 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DMachException.h115 struct Action { struct in class:lldb_private::process_darwin::MachException
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h288 ToolAction *Action; member in class:clang::tooling::ToolInvocation
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_cmd.c496 mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID, U8 PhysDiskNum, argument
H A Dmpt_drive.c327 drive_set_state(char *drive, U8 Action, U8 State, const char *name) argument
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dprscan.c1280 PrDbgPrint( char *Action, char *DirectiveName) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp58 unsigned Action = ItinActions[MID->getSchedClass()]; local
67 unsigned Action = ItinActions[MID->getSchedClass()]; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp108 static const char *stringifyAction(AllocatorAction Action) { argument
124 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr) { argument
130 void NORETURN reportMisalignedPointer(AllocatorAction Action, void *Ptr) { argument
138 void NORETURN reportDeallocTypeMismatch(AllocatorAction Action, void *Ptr, argument
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm.h64 int Action; /* enable or disable */ member in struct:CTM_Filter

Completed in 148 milliseconds

1234