Searched refs:propertyTable (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIOCFPlugIn.h42 IOReturn Probe(CFDictionaryRef propertyTable, io_service_t service, SInt32 *order );
43 IOReturn Start(CFDictionaryRef propertyTable, io_service_t service );
50 static IOReturn SProbe( void* self, CFDictionaryRef propertyTable, io_service_t service, SInt32 *order );
51 static IOReturn SStart( void* self, CFDictionaryRef propertyTable, io_service_t service );
H A DIOFireWireLibIOCFPlugIn.cpp43 IOCFPlugIn::Probe( CFDictionaryRef propertyTable, io_service_t service, SInt32 *order ) argument
53 IOCFPlugIn::Start( CFDictionaryRef propertyTable, io_service_t service ) argument
55 mDevice = DeviceCOM::Alloc( propertyTable, service ) ;
102 IOCFPlugIn::SProbe(void* self, CFDictionaryRef propertyTable, io_service_t service, SInt32 *order ) argument
104 return IOFireWireIUnknown::InterfaceMap<IOCFPlugIn>::GetThis(self)->Probe(propertyTable, service, order) ;
108 IOCFPlugIn::SStart(void* self, CFDictionaryRef propertyTable, io_service_t service) argument
110 return IOFireWireIUnknown::InterfaceMap<IOCFPlugIn>::GetThis(self)->Start(propertyTable, service) ;
H A DIOFireWireLibDevice.h124 Device( const IUnknownVTbl & interface, CFDictionaryRef propertyTable, io_service_t service ) ;
450 DeviceCOM( CFDictionaryRef propertyTable, io_service_t service ) ;
456 static IOFireWireDeviceInterface** Alloc( CFDictionaryRef propertyTable, io_service_t service ) ;
H A DIOFireWireLibDevice.cpp32 Device::Device( const IUnknownVTbl & interface, CFDictionaryRef /*propertyTable*/, io_service_t service )
2022 DeviceCOM::DeviceCOM( CFDictionaryRef propertyTable, io_service_t service ) argument
2023 : Device( reinterpret_cast<const IUnknownVTbl &>( sInterface ), propertyTable, service )
2032 DeviceCOM::Alloc( CFDictionaryRef propertyTable, io_service_t service ) argument
2037 me = new DeviceCOM( propertyTable, service ) ;
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DStructureInlines.h80 PropertyTable* propertyTable; local
81 materializePropertyMapIfNecessary(vm, propertyTable);
82 if (!propertyTable)
85 PropertyMapEntry* entry = propertyTable->get(propertyName.uid());
93 PropertyTable* propertyTable; local
94 materializePropertyMapIfNecessary(vm, propertyTable);
95 if (!propertyTable)
98 PropertyMapEntry* entry = propertyTable->findWithString(name.impl()).first;
107 PropertyTable* propertyTable; local
108 materializePropertyMapIfNecessary(vm, propertyTable);
239 ALWAYS_INLINE WriteBarrier<PropertyTable>& Structure::propertyTable() function in class:JSC::Structure
247 PropertyTable* propertyTable = m_propertyTableUnsafe.get(); local
[all...]
H A DStructure.cpp130 if (structure->propertyTable()) {
132 totalPropertyMapsSize += structure->propertyTable()->sizeInMemory();
269 table = structure->propertyTable().get();
287 ASSERT(!propertyTable());
307 propertyTable().set(vm, this, table);
314 propertyTable()->add(entry, m_offset, PropertyTable::PropertyOffsetMustNotChange);
328 ASSERT(propertyTable());
330 PropertyMapEntry* entry = propertyTable()->get(rep);
453 transition->propertyTable().set(vm, transition, structure->takePropertyTableOrCloneIfPinned(vm));
488 transition->propertyTable()
[all...]
H A DStructure.h431 WriteBarrier<PropertyTable>& propertyTable();
441 if (!propertyTable() && previousID())
449 table = propertyTable().get();
453 table = propertyTable().get();
460 if (!propertyTable())
531 // Should be accessed through propertyTable(). During GC, it may be set to 0 by another thread.
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFPlugIn.h48 IOReturn (*Probe)(void *thisPointer, CFDictionaryRef propertyTable, \
50 IOReturn (*Start)(void *thisPointer, CFDictionaryRef propertyTable, \
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibLUN.h102 static IOReturn staticProbe( void * self, CFDictionaryRef propertyTable,
104 virtual IOReturn probe( CFDictionaryRef propertyTable, io_service_t service, SInt32 *order );
106 static IOReturn staticStart( void * self, CFDictionaryRef propertyTable,
108 virtual IOReturn start( CFDictionaryRef propertyTable, io_service_t service );
H A DIOFireWireSBP2LibLUN.cpp239 IOReturn IOFireWireSBP2LibLUN::staticProbe( void * self, CFDictionaryRef propertyTable, argument
242 return getThis(self)->probe( propertyTable, service, order );
245 IOReturn IOFireWireSBP2LibLUN::probe( CFDictionaryRef propertyTable, argument
259 IOReturn IOFireWireSBP2LibLUN::staticStart( void * self, CFDictionaryRef propertyTable, argument
262 return getThis(self)->start( propertyTable, service );
265 IOReturn IOFireWireSBP2LibLUN::start( CFDictionaryRef propertyTable, io_service_t service ) argument
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDEventServiceClass.h71 static IOReturn _probe(void *self, CFDictionaryRef propertyTable, io_service_t service, SInt32 *order);
72 static IOReturn _start(void *self, CFDictionaryRef propertyTable, io_service_t service);
97 virtual IOReturn probe(CFDictionaryRef propertyTable, io_service_t service, SInt32 * order);
98 virtual IOReturn start(CFDictionaryRef propertyTable, io_service_t service);
H A DIOHIDUPSClass.h102 CFDictionaryRef propertyTable,
106 CFDictionaryRef propertyTable,
165 CFDictionaryRef propertyTable,
170 CFDictionaryRef propertyTable,
H A DIOHIDEventServiceClass.cpp161 IOReturn IOHIDEventServiceClass::_probe(void *self, CFDictionaryRef propertyTable, io_service_t service, SInt32 *order) argument
163 return getThis(self)->probe(propertyTable, service, order);
166 IOReturn IOHIDEventServiceClass::_start(void *self, CFDictionaryRef propertyTable, io_service_t service) argument
168 return getThis(self)->start(propertyTable, service);
340 IOReturn IOHIDEventServiceClass::probe(CFDictionaryRef propertyTable __unused, io_service_t service, SInt32 * order __unused)
369 IOReturn IOHIDEventServiceClass::start(CFDictionaryRef propertyTable __unused, io_service_t service)
H A DIOHIDDeviceClass.h164 static IOReturn _probe(void *self, CFDictionaryRef propertyTable, io_service_t service, SInt32 *order);
165 static IOReturn _start(void *self, CFDictionaryRef propertyTable, io_service_t service);
213 virtual IOReturn probe(CFDictionaryRef propertyTable, io_service_t service, SInt32 *order);
214 virtual IOReturn start(CFDictionaryRef propertyTable, io_service_t service);
H A DIOHIDUPSClass.cpp409 CFDictionaryRef propertyTable __unused,
423 CFDictionaryRef propertyTable __unused,
1464 CFDictionaryRef propertyTable,
1467 return getThis(self)->probe(propertyTable, service, order);
1474 CFDictionaryRef propertyTable,
1477 return getThis(self)->start(propertyTable, service);
1463 _probe(void *self, CFDictionaryRef propertyTable, io_service_t service, SInt32 *order) argument
1473 _start(void *self, CFDictionaryRef propertyTable, io_service_t service) argument
H A DIOHIDDeviceClass.cpp364 probe(CFDictionaryRef propertyTable __unused, io_service_t inService, SInt32 *order __unused)
372 IOReturn IOHIDDeviceClass::start(CFDictionaryRef propertyTable __unused, io_service_t inService)
1677 IOReturn IOHIDDeviceClass:: _probe(void *self, CFDictionaryRef propertyTable, io_service_t inService, SInt32 *order) argument
1678 { return getThis(self)->probe(propertyTable, inService, order); }
1680 IOReturn IOHIDDeviceClass::_start(void *self, CFDictionaryRef propertyTable, io_service_t inService) argument
1681 { return getThis(self)->start(propertyTable, inService); }
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dioreg.py79 propertyTable = entry.fPropertyTable
85 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
241 propertyTable = entry.fPropertyTable
242 print GetObjectSummary(LookupKeyInPropTable(propertyTable, cmd_args[1]))
449 propertyTable = entry.fPropertyTable
455 print GetRegDictionary(propertyTable, prefix + " | ")
482 propertyTable = entry.fPropertyTable
490 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
529 propertyTable = entry.fPropertyTable
537 name = LookupKeyInOSDict(propertyTable, ker
[all...]
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibProtocol.c334 static IOReturn probe( void * self, CFDictionaryRef propertyTable, argument
351 static IOReturn start( void * self, CFDictionaryRef propertyTable, argument
H A DIOFireWireAVCLibUnit.cpp419 static IOReturn probe( void * self, CFDictionaryRef propertyTable, argument
432 static IOReturn start( void * self, CFDictionaryRef propertyTable, argument
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIBridge.h158 OSDictionary * propertyTable,

Completed in 140 milliseconds