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

1234567

/macosx-10.10/IOATAFamily-253.0.1/
H A DATATimerEventSource.cpp77 Action doit = (Action) me->action;
94 bool ATATimerEventSource::init(OSObject *inOwner, Action inAction)
96 if ( !super::init( (OSObject *)inOwner, (Action) inAction) )
106 ATATimerEventSource::ataTimerEventSource(OSObject *inOwner, Action inAction)
H A DATATimerEventSource.h53 ataTimerEventSource(OSObject *owner, Action action = 0);
64 virtual bool init(OSObject *owner, Action action = 0);
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DIrDATimerEventSource.cpp53 IrDATimerEventSource::timerEventSource(OSObject *inOwner, Action inAction)
59 if (me && !me->init(inOwner, (super::Action)inAction)) {
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTimer.h59 CreateTimerEventSource ( OSObject * owner, Action action = 0 );
61 bool Init ( OSObject * owner, Action action );
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMPowerStateQueue.h55 virtual bool init( OSObject * owner, Action action );
58 static IOPMPowerStateQueue * PMPowerStateQueue( OSObject * owner, Action action );
H A DIOCommandGate.cpp71 bool IOCommandGate::init(OSObject *inOwner, Action inAction)
73 bool res = super::init(inOwner, (IOEventSource::Action) inAction);
82 IOCommandGate::commandGate(OSObject *inOwner, Action inAction)
139 return runAction((Action) action, arg0, arg1, arg2, arg3);
145 return attemptAction((Action) action, arg0, arg1, arg2, arg3);
148 IOReturn IOCommandGate::runAction(Action inAction,
201 IOReturn IOCommandGate::attemptAction(Action inAction,
H A DIOCommandPool.cpp150 IOCommandGate::Action func = OSMemberFunctionCast(
151 IOCommandGate::Action, this, &IOCommandPool::gatedGetCommand);
190 IOCommandGate::Action func = OSMemberFunctionCast(
191 IOCommandGate::Action, this, &IOCommandPool::gatedReturnCommand);
H A DIOPMPowerStateQueue.cpp35 OSObject * inOwner, Action inAction )
48 bool IOPMPowerStateQueue::init( OSObject * inOwner, Action inAction )
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDEventSource.cpp29 AppleRAIDEventSource *AppleRAIDEventSource::withAppleRAIDSet(AppleRAIDSet *appleRAID, Action action)
43 bool AppleRAIDEventSource::initWithAppleRAIDSet(AppleRAIDSet *appleRAID, Action action)
45 if (!super::init(appleRAID, (IOEventSource::Action)action)) return false;
110 (*(Action)action)(appleRAID, storageRequest);
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorEventSource.cpp62 AppleSCSIEmulatorEventSource::Create ( OSObject * owner, Action action )
96 AppleSCSIEmulatorEventSource::Init ( OSObject * owner, Action action )
109 result = super::init ( owner, ( IOEventSource::Action ) action );
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_threshold.h79 template <class Action>
80 void exportBlobForm(Action &pub, Action &priv);
H A Dcssmaclpod.h272 template <class Action>
273 AclEntryInput *walk(Action &operate, AclEntryInput * &input)
280 template <class Action>
281 void walk(Action &operate, AclEntryInput &input)
288 template <class Action>
289 void walk(Action &operate, AclEntryInfo &info)
296 template <class Action>
297 void walk(Action &operate, AuthorizationGroup &auth)
306 template <class Action>
307 void walk(Action
[all...]
H A Dcssmcred.h150 template <class Action>
151 void walk(Action &operate, CssmSample &sample)
160 template <class Action>
161 void walk(Action &operate, SampleGroup &samples)
168 template <class Action>
169 AccessCredentials *walk(Action &operate, AccessCredentials * &cred)
178 template <class Action>
179 CSSM_ACCESS_CREDENTIALS *walk(Action &operate, CSSM_ACCESS_CREDENTIALS * &cred)
182 template <class Action>
183 AutoCredentials *walk(Action
[all...]
H A Dobjectacl.h127 template <class Action>
128 void exportBlob(Action &pub, Action &priv)
176 template <class Action>
177 void exportBlob(Action &pub, Action &priv)
199 template <class Action>
200 static void exportSubject(AclSubject *subject, Action &pub, Action &priv)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_threshold.h79 template <class Action>
80 void exportBlobForm(Action &pub, Action &priv);
H A Dcssmaclpod.h272 template <class Action>
273 AclEntryInput *walk(Action &operate, AclEntryInput * &input)
280 template <class Action>
281 void walk(Action &operate, AclEntryInput &input)
288 template <class Action>
289 void walk(Action &operate, AclEntryInfo &info)
296 template <class Action>
297 void walk(Action &operate, AuthorizationGroup &auth)
306 template <class Action>
307 void walk(Action
[all...]
H A Dcssmcred.h150 template <class Action>
151 void walk(Action &operate, CssmSample &sample)
160 template <class Action>
161 void walk(Action &operate, SampleGroup &samples)
168 template <class Action>
169 AccessCredentials *walk(Action &operate, AccessCredentials * &cred)
178 template <class Action>
179 CSSM_ACCESS_CREDENTIALS *walk(Action &operate, CSSM_ACCESS_CREDENTIALS * &cred)
182 template <class Action>
183 AutoCredentials *walk(Action
[all...]
H A Dobjectacl.h127 template <class Action>
128 void exportBlob(Action &pub, Action &priv)
176 template <class Action>
177 void exportBlob(Action &pub, Action &priv)
199 template <class Action>
200 static void exportSubject(AclSubject *subject, Action &pub, Action &priv)
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOTimerEventSource.h102 /*! @typedef Action
106 typedef void (*Action)(OSObject *owner, IOTimerEventSource *sender); typedef in class:IOTimerEventSource
113 timerEventSource(OSObject *owner, Action action = 0);
119 virtual bool init(OSObject *owner, Action action = 0);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventSource.cpp33 IOHIDEventSource::HIDEventSource(OSObject * inOwner, Action inAction)
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DDOMEditor.cpp49 class DOMEditor::RemoveChildAction : public InspectorHistory::Action {
53 : InspectorHistory::Action("RemoveChild")
81 class DOMEditor::InsertBeforeAction : public InspectorHistory::Action {
85 : InspectorHistory::Action("InsertBefore")
125 class DOMEditor::RemoveAttributeAction : public InspectorHistory::Action {
129 : InspectorHistory::Action("RemoveAttribute")
159 class DOMEditor::SetAttributeAction : public InspectorHistory::Action {
163 : InspectorHistory::Action("SetAttribute")
202 class DOMEditor::SetOuterHTMLAction : public InspectorHistory::Action {
206 : InspectorHistory::Action("SetOuterHTM
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DAnalysis.cpp79 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, argument
84 static_cast<VerifierFailureAction>(Action),
93 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { argument
95 static_cast<VerifierFailureAction>(Action));
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DTableGen.cpp50 Action(cl::desc("Action to perform:"),
96 switch (Action) {
180 LLVMTableGenAction Action; local
181 return TableGenMain(argv[0], Action);
/macosx-10.10/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSeccompFilters.cpp47 SeccompFilters::SeccompFilters(Action defaultAction)
60 void SeccompFilters::addRule(const char* syscallName, Action action,
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfException.cpp160 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction };
161 Actions.push_back(Action);
296 if (Site.PadLabel == Prev.PadLabel && Site.Action == Prev.Action) {
405 CallSiteTableLength += MCAsmInfo::getULEB128Size(CallSites[i].Action);
542 if (S.Action == 0)
543 Asm->OutStreamer.AddComment(" Action: cleanup");
545 Asm->OutStreamer.AddComment(" Action: " +
546 Twine((S.Action - 1) / 2 + 1));
548 Asm->EmitULEB128(S.Action);
[all...]

Completed in 283 milliseconds

1234567