Searched refs:owner (Results 26 - 50 of 739) sorted by relevance

1234567891011>>

/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsEngine.h34 void * owner; member in struct:IOGraphicsEngineContext
/macosx-10.10.1/apr-32/apr/apr/include/arch/beos/
H A Dapr_arch_thread_mutex.h37 apr_os_thread_t owner; member in struct:apr_thread_mutex_t
H A Dapr_arch_thread_cond.h38 thread_id owner; member in struct:apr_thread_cond_t
/macosx-10.10.1/dtrace-147/test/tst/common/funcs/
H A Dtst.mutex_owned.d17 * information: Portions Copyright [yyyy] [name of copyright owner]
42 this->owner = mutex_owner((kmutex_t *)arg0);
53 /this->owner != curthread/
55 printf("current thread is not current owner of owned lock\n");
/macosx-10.10.1/swig-12/Lib/typemaps/
H A Dfactory.swg77 %set_output(SWIG_NewPointerObj(%as_voidptr(dobj),$descriptor(Type *), $owner | %newpointer_flags));
86 %set_output(SWIG_NewPointerObj(%as_voidptr($1),$descriptor, $owner | %newpointer_flags));
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDFamilyPrivate.h84 bool CompareProperty(IOService * owner, OSDictionary * matching, const char * key, SInt32 * score, SInt32 increment = 0);
85 bool CompareDeviceUsage( IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment = 0);
86 bool CompareDeviceUsagePairs(IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment = 0);
87 bool CompareProductID( IOService * owner, OSDictionary * matching, SInt32 * score);
88 bool MatchPropertyTable(IOService * owner, OSDictionary * table, SInt32 * score);
89 bool CompareNumberPropertyMask( IOService *owner, OSDictionary *matching, const char *key, const char *maskKey, SInt32 *score, SInt32 increment);
90 bool CompareNumberPropertyArray( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, SInt32 * score, SInt32 increment);
91 bool CompareNumberPropertyArrayWithMask( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, const char * maskKey, SInt32 * score, SInt32 increment);
H A DIOHIDFamilyPrivate.cpp44 bool CompareProperty( IOService * owner, OSDictionary * matching, const char * key, SInt32 * score, SInt32 increment) argument
57 property = owner->copyProperty( key );
75 bool CompareDeviceUsage( IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment) argument
89 functions = OSDynamicCast(OSArray, owner->copyProperty( kIOHIDDeviceUsagePairsKey ));
131 bool CompareDeviceUsagePairs( IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment) argument
152 if ( !(matches = CompareDeviceUsage(owner, pair, score, increment)) )
162 bool CompareProductID( IOService * owner, OSDictionary * matching, SInt32 * score) argument
177 pidMatch = CompareProperty(owner, matching, kIOHIDProductIDKey, &pidScore, kHIDVendor2ScoreIncrement);
178 arrayMatch = CompareNumberPropertyArray(owner, matching, kIOHIDProductIDArrayKey, kIOHIDProductIDKey, &arrayScore, kHIDVendor2ArrayScoreIncrement);
179 maskMatch = CompareNumberPropertyMask(owner, matchin
213 CompareNumberPropertyMask( IOService *owner, OSDictionary *matching, const char *key, const char *maskKey, SInt32 *score, SInt32 increment) argument
249 CompareNumberPropertyArray( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, SInt32 * score, SInt32 increment) argument
281 CompareNumberPropertyArrayWithMask( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, const char * maskKey, SInt32 * score, SInt32 increment) argument
322 MatchPropertyTable(IOService * owner, OSDictionary * table, SInt32 * score) argument
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-sh64-com.c110 if (bfd_get_section_flags (cranges->owner, cranges) & SEC_RELOC)
115 if ((bfd_get_section_flags (cranges->owner, cranges) & SEC_IN_MEMORY)
120 if (!bfd_malloc_and_get_section (cranges->owner, cranges,
130 bfd_big_endian (cranges->owner)
135 bfd_set_section_flags (cranges->owner, cranges,
136 bfd_get_section_flags (cranges->owner, cranges)
147 bfd_big_endian (cranges->owner)
155 = bfd_get_16 (cranges->owner,
158 = bfd_get_32 (cranges->owner,
162 = bfd_get_32 (cranges->owner,
[all...]
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtempdatabase.cpp46 const AclEntryPrototype *owner = NULL);
59 const AclEntryPrototype *owner)
62 setOwner(owner);
122 const AclEntryPrototype *owner,
145 newKey = makeKey(cspKey, attrs & TempKey::managedAttributes, owner);
154 const AclEntryPrototype *owner,
161 makeSecurePassphraseKey(context, cred, owner, usage, attrs, newKey);
164 LocalDatabase::generateKey(context, cred, owner, usage, attrs, newKey);
174 uint32 moreAttributes, const AclEntryPrototype *owner)
177 return new TempKey(*this, newKey, moreAttributes, owner);
58 TempKey(Database &db, const CssmKey &newKey, uint32 moreAttributes, const AclEntryPrototype *owner) argument
120 makeSecurePassphraseKey(const Context &context, const AccessCredentials *cred, const AclEntryPrototype *owner, uint32 usage, uint32 attrs, RefPointer<Key> &newKey) argument
152 generateKey(const Context &context, const AccessCredentials *cred, const AclEntryPrototype *owner, uint32 usage, uint32 attrs, RefPointer<Key> &newKey) argument
173 makeKey(const CssmKey &newKey, uint32 moreAttributes, const AclEntryPrototype *owner) argument
[all...]
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorEventSource.cpp62 AppleSCSIEmulatorEventSource::Create ( OSObject * owner, Action action ) argument
71 result = es->Init ( owner, action );
96 AppleSCSIEmulatorEventSource::Init ( OSObject * owner, Action action ) argument
109 result = super::init ( owner, ( IOEventSource::Action ) action );
185 ( *action ) ( owner, srb->fParallelRequest );
H A DAppleSCSIEmulatorEventSource.h80 typedef void ( *Action ) ( OSObject * owner, SCSIParallelTaskIdentifier parallelTask );
82 static AppleSCSIEmulatorEventSource * Create ( OSObject * owner, Action action );
85 bool Init ( OSObject * owner, Action action );
/macosx-10.10.1/swig-12/Lib/python/
H A Dargcargv.i9 size_t *argc, char ***argv, int *owner)
38 if (owner) *owner = 1;
45 if (owner) *owner = 0;
56 if (owner) *owner = 0;
67 %typemap(in,noblock=0,fragment="SWIG_AsArgcArgv") (int ARGC, char **ARGV) (int res,char **argv = 0, size_t argc = 0, int owner= 0) {
68 res = SWIG_AsArgcArgv($input, $descriptor(char**), &argc, &argv, &owner);
84 if (owner
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DQuery.pm37 owner essential sqlname where_clause restrictions order_by kings
49 owner => $class,
74 =head2 owner
77 of cases a query will return objects - the owner is the class of
96 of the owner class.
114 $self->{owner} ||= caller;
115 $self->{kings} ||= $self->{owner};
116 $self->{essential} ||= [ $self->{owner}->_essential ];
123 my $table = $self->owner->table_alias;
158 my $owner
[all...]
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebufferUserClient.cpp67 owner = (IOFramebuffer *) _owner;
68 owner->serverConnect = this;
78 return (owner->extRegisterNotificationPort(port, type, refCon));
84 return (owner->getNotificationSemaphore(interruptType, semaphore));
91 owner->close();
92 detach( owner);
99 return (owner);
119 mem = owner->sharedCursor;
124 mem = owner->getVRAMRange();
128 mem = (IOMemoryDescriptor *) owner
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCTimer.h23 static CTimer *cTimer(IOWorkLoop *work, OSObject *owner, Action callback);
24 Boolean init(IOWorkLoop *work, OSObject *owner, Action callback);
35 static void timeout(OSObject *owner, IrDATimerEventSource *sender);
39 OSObject *fOwner; // the owner (IrGlue usually)
H A DIrDATimerEventSource.h16 typedef void (*Action)(OSObject *owner, IrDATimerEventSource *sender);
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DAppPreferences.m68 [ NSBundle loadNibNamed: AppPreferencesString owner: sPrefs ];
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DCharInputBuffer.hpp30 * if 'owner' is true, then the buffer will be delete[]-ed on destruction.
33 CharInputBuffer( unsigned char* buf, size_t size, bool owner = false )
37 , delete_buffer(owner)
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dpolicy.h51 const char *owner);
58 const char *owner);
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DStructureStubInfo.h103 void initGetByIdSelf(VM& vm, JSCell* owner, Structure* baseObjectStructure) argument
107 u.getByIdSelf.baseObjectStructure.set(vm, owner, baseObjectStructure);
110 void initGetByIdChain(VM& vm, JSCell* owner, Structure* baseObjectStructure, StructureChain* chain, unsigned count, bool isDirect) argument
114 u.getByIdChain.baseObjectStructure.set(vm, owner, baseObjectStructure);
115 u.getByIdChain.chain.set(vm, owner, chain);
128 void initPutByIdTransition(VM& vm, JSCell* owner, Structure* previousStructure, Structure* structure, StructureChain* chain, bool isDirect) argument
135 u.putByIdTransition.previousStructure.set(vm, owner, previousStructure);
136 u.putByIdTransition.structure.set(vm, owner, structure);
137 u.putByIdTransition.chain.set(vm, owner, chain);
140 void initPutByIdReplace(VM& vm, JSCell* owner, Structur argument
[all...]
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_module_apple.c97 static void filter_module_symbols(CSSymbolOwnerRef owner, int provide_private_probes, CSSymbolIterator valid_symbol) argument
100 if (TRUE || (CSSymbolOwnerIsObject(owner) && !(CSSymbolOwnerGetDataFlags(owner) & kCSSymbolOwnerDataFoundDsym))) {
102 CSRegionRef text_region = CSSymbolOwnerGetRegionWithName(owner, "__TEXT __text");
112 CSSymbolOwnerForeachSymbol(owner, ^(CSSymbolRef symbol) {
168 CSSymbolOwnerRef owner = CSSymbolicatorGetSymbolOwnerWithUUIDAtTime(symbolicator, uuid_ref, kCSNow); local
173 if (CSSymbolOwnerGetDataFlags(owner) & kCSSymbolOwnerDataEmpty) {
175 if (CSSymbolOwnerGetPath(owner) && (stat(CSSymbolOwnerGetPath(owner), &statinfo) == 0)) {
177 fprintf(stderr,"WARNING: The file at [%s] does not match the UUID of the version loaded in the kernel\n", CSSymbolOwnerGetPath(owner));
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOConfigDirectoryIterator.cpp40 IOReturn IOConfigDirectoryIterator::init(IOConfigDirectory *owner, argument
56 while( status == kIOReturnSuccess && position < owner->getNumEntries() )
61 status = owner->getIndexEntry( position, value );
64 status = owner->getIndexValue( position, next );
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DGCAwareJITStubRoutine.cpp81 const MacroAssemblerCodeRef& code, VM& vm, const JSCell* owner,
84 , m_object(vm, owner, object)
100 const JSCell* owner,
113 adoptRef(new MarkingGCAwareJITStubRoutineWithOneObject(code, vm, owner, object)));
80 MarkingGCAwareJITStubRoutineWithOneObject( const MacroAssemblerCodeRef& code, VM& vm, const JSCell* owner, JSCell* object) argument
97 createJITStubRoutine( const MacroAssemblerCodeRef& code, VM& vm, const JSCell* owner, bool makesCalls, JSCell* object) argument
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dds.h43 dns_ds_buildrdata(dns_name_t *owner, dns_rdata_t *key,
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_mutex_init.c87 mutex->owner = (pthread_t) -1;

Completed in 290 milliseconds

1234567891011>>