Searched refs:owner (Results 101 - 125 of 739) sorted by relevance

1234567891011>>

/macosx-10.10.1/postfix-255/postfix/src/local/
H A Ddeliver_attr.c67 attrp->owner = 0;
92 msg_info("owner: %s", attrp->owner ? attrp->owner : "null");
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp_geturl.tcl112 foreach {mode dummy owner group size month day yrtime name} $item break
119 set info [list owner $owner group $group size $size date $date]
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIODMAEventSource.h46 typedef void (*Action)(OSObject *owner, IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp);
54 static IODMAEventSource *dmaEventSource(OSObject *owner,
82 virtual bool init(OSObject *owner,
H A DIOEventSource.h80 checkForWork() is the key method in this class. It is called by some work-loop when convienient and is expected to evaluate its internal state and determine if an event has occurred since the last call. In the case of an event having occurred then the instance defined target(owner)/action will be called. The action is stored as an ordinary C function pointer but the first parameter is always the owner. This means that a C++ member function can be used as an action function though this depends on the ABI.
82 Although the eventChainNext variable contains a reference to the next event source in the chain this reference is not retained. The list 'owner' i.e. the client that creates the event, not the work-loop, is expected to retain the source.
98 @param owner
99 Target of the function, can be used as a refcon. The owner is set
103 typedef void (*Action)(OSObject *owner, ...);
114 /*! @var owner The owner object called when an event has been delivered. */
115 OSObject *owner; member in class:IOEventSource
148 @param owner
[all...]
H A DIOTimerEventSource.h104 @param owner Owning target object. Note by a startling coincidence the first parameter in a C callout is currently used to define the target of a C++ member function.
106 typedef void (*Action)(OSObject *owner, IOTimerEventSource *sender);
110 @param owner
113 timerEventSource(OSObject *owner, Action action = 0);
116 @abstract Initializes the timer with an owner, and a handler to call when the timeout expires.
117 @param owner
119 virtual bool init(OSObject *owner, Action action = 0);
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOConfigDirectoryIterator.h41 virtual IOReturn init(IOConfigDirectory *owner, UInt32 testVal, UInt32 testMask);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDUserClient.h46 IOHIDSystem *owner; member in class:IOHIDUserClient
79 IOHIDSystem *owner; member in class:IOHIDParamUserClient
105 IOHIDSystem * owner; member in class:IOHIDStackShotUserClient
131 IOHIDSystem * owner; member in class:IOHIDEventSystemUserClient
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSManagedValue.h67 + (JSManagedValue *)managedValueWithValue:(JSValue *)value andOwner:(id)owner NS_AVAILABLE(10_10, 8_0);
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DClosureCallStubRoutine.h39 const MacroAssemblerCodeRef&, VM&, const JSCell* owner,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DUtilities.cpp96 CFTypeRef DebugRetain(const void* owner, CFTypeRef type) argument
101 fprintf(stderr, "Object %p was retained by object %p, count = %ld\n", type, owner, CFGetRetainCount(type));
109 void DebugRelease(const void* owner, CFTypeRef type) argument
113 fprintf(stderr, "Object %p was released by object %p, count = %ld\n", type, owner, CFGetRetainCount(type) - 1);
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dlocalkey.cpp82 void LocalKey::setOwner(const AclEntryPrototype *owner) argument
84 // establish initial ACL; reinterpret empty (null-list) owner as NULL for resilence's sake
85 if (owner && !owner->subject().empty())
86 acl().cssmSetInitial(*owner); // specified
/macosx-10.10.1/apr-32/apr/apr/locks/beos/
H A Dthread_mutex.c89 if (mutex->nested && mutex->owner == me) {
102 mutex->owner = me;
117 if (mutex->nested && mutex->owner == find_thread(NULL)) {
130 mutex->owner = -1;
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_static.c67 dict->owner.status = DICT_OWNER_TRUSTED;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSPreferences.h70 - (void) addPreferenceNamed:(NSString *) name owner:(id) owner;
75 - (void) showPreferencesPanelForOwner:(id) owner;
76 - (int) showModalPreferencesPanelForOwner:(id) owner;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSPreferences.h70 - (void) addPreferenceNamed:(NSString *) name owner:(id) owner;
75 - (void) showPreferencesPanelForOwner:(id) owner;
76 - (int) showModalPreferencesPanelForOwner:(id) owner;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSPreferences.h70 - (void) addPreferenceNamed:(NSString *) name owner:(id) owner;
75 - (void) showPreferencesPanelForOwner:(id) owner;
76 - (int) showModalPreferencesPanelForOwner:(id) owner;
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dsync_sema.h53 task_t owner; /* task that owns semaphore */ member in struct:semaphore
/macosx-10.10.1/SecurityTokend-55108/lib/
H A DSecTokend.h138 const CSSM_ACCESS_CREDENTIALS *creds, const CSSM_ACL_ENTRY_PROTOTYPE *owner,
142 const CSSM_ACCESS_CREDENTIALS *creds, const CSSM_ACL_ENTRY_PROTOTYPE *owner,
165 CSSM_RETURN (*getDatabaseOwner)(CSSM_ACL_OWNER_PROTOTYPE *owner);
167 CSSM_RETURN (*getObjectOwner)(CSSM_HANDLE hRecord, CSSM_ACL_OWNER_PROTOTYPE *owner);
170 CSSM_RETURN (*getKeyOwner)(CSSM_HANDLE hKey, CSSM_ACL_OWNER_PROTOTYPE *owner);
174 CSSM_RETURN (*freeOwnerData)(CSSM_ACL_OWNER_PROTOTYPE *owner);
180 CSSM_RETURN (*changeDatabaseOwner)(const CSSM_ACL_OWNER_PROTOTYPE *owner);
182 CSSM_RETURN (*changeObjectOwner)(CSSM_HANDLE hRecord, const CSSM_ACL_OWNER_PROTOTYPE *owner);
184 CSSM_RETURN (*changeKeyOwner)(CSSM_HANDLE key, const CSSM_ACL_OWNER_PROTOTYPE *owner);
/macosx-10.10.1/SecurityTokend-55108/security_tokend_client/
H A DSecTokend.h138 const CSSM_ACCESS_CREDENTIALS *creds, const CSSM_ACL_ENTRY_PROTOTYPE *owner,
142 const CSSM_ACCESS_CREDENTIALS *creds, const CSSM_ACL_ENTRY_PROTOTYPE *owner,
165 CSSM_RETURN (*getDatabaseOwner)(CSSM_ACL_OWNER_PROTOTYPE *owner);
167 CSSM_RETURN (*getObjectOwner)(CSSM_HANDLE hRecord, CSSM_ACL_OWNER_PROTOTYPE *owner);
170 CSSM_RETURN (*getKeyOwner)(CSSM_HANDLE hKey, CSSM_ACL_OWNER_PROTOTYPE *owner);
174 CSSM_RETURN (*freeOwnerData)(CSSM_ACL_OWNER_PROTOTYPE *owner);
180 CSSM_RETURN (*changeDatabaseOwner)(const CSSM_ACL_OWNER_PROTOTYPE *owner);
182 CSSM_RETURN (*changeObjectOwner)(CSSM_HANDLE hRecord, const CSSM_ACL_OWNER_PROTOTYPE *owner);
184 CSSM_RETURN (*changeKeyOwner)(CSSM_HANDLE key, const CSSM_ACL_OWNER_PROTOTYPE *owner);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptEventSource.cpp122 reserved->statistics->owner = this;
311 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
324 (*intAction)(owner, this, numInts);
344 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
355 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
368 (*intAction)(owner, this, -numInts);
388 VM_KERNEL_UNSLIDE(intAction), (uintptr_t) owner, (uintptr_t) this, (uintptr_t) workLoop);
407 IOTimeStampStartConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
418 IOTimeStampEndConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
432 IOTimeStampStartConstant(IODBG_INTES(IOINTES_SEMA), (uintptr_t) this, (uintptr_t) owner);
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCTimer.cpp54 {kLogTimeout3, "CTimer: timeout called, owner="},
56 {kLogTimeout5, "CTimer: timeout back from calling owner"},
70 CTimer::cTimer(IOWorkLoop *work, OSObject *owner, Action callback) argument
76 if (obj && !obj->init(work, owner, callback)) {
83 Boolean CTimer::init(IOWorkLoop *work, OSObject *owner, Action callback) argument
90 require(owner, Failed);
95 fOwner = owner; // save backpointer
98 // fTimerSrc = IOTimerEventSource::timerEventSource(owner, callback); // make a timer
208 CTimer::timeout(OSObject *owner, IrDATimerEventSource *sender) argument
212 XTRACE(kLogTimeout1, 0, owner);
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/
H A DIrDAComm.h81 static void TimerRoutine(OSObject *owner, IrDATimerEventSource *iotimer); // our state engine CTimer callback
103 static IOReturn DoSomething(OSObject *owner, void *a, void *b, void *c, void *d); // run command in command gate
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassAdapter.java71 final String owner,
75 cv.visitOuterClass(owner, name, desc);
70 visitOuterClass( final String owner, final String name, final String desc) argument
H A DMethodVisitor.java170 * @param owner the internal name of the field's owner class (see {@link
175 void visitFieldInsn(int opcode, String owner, String name, String desc); argument
184 * @param owner the internal name of the method's owner class (see {@link
189 void visitMethodInsn(int opcode, String owner, String name, String desc); argument
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DATATimerEventSource.h53 ataTimerEventSource(OSObject *owner, Action action = 0);
64 virtual bool init(OSObject *owner, Action action = 0);

Completed in 285 milliseconds

1234567891011>>