Searched refs:serializeProperties (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOCPU.h84 virtual bool serializeProperties(OSSerialize *serialize) const;
H A DIONVRAM.h147 virtual bool serializeProperties(OSSerialize *s) const;
H A DIORegistryEntry.h463 /*! @function serializeProperties
465 @discussion This method will serialize a registry entry's property table, using the OSDictionary::serialize semantics. This method is synchronized with other IORegistryEntry accesses to the property table. Many non-kernel clients of IOKit read information from the registry via properties, and will invoke this method in a registry entry to create a serialization of all the entry's properties, which is then reconstructed in the client's task as a CFDictionary. This method may be intercepted by subclasses to update their properties or implement a different serialization method, though it is usually better to implement such functionality by creating objects in the property table and implementing their serialize methods, avoiding any need to implement serializeProperties.
469 virtual bool serializeProperties( OSSerialize * serialize ) const;
H A DIOService.h1261 virtual bool serializeProperties( OSSerialize * s ) const;
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkInterface.h1011 /* Override IOService::serializeProperties() */
1012 virtual bool serializeProperties( OSSerialize * s ) const;
H A DIONetworkInterface.cpp1633 bool IONetworkInterface::serializeProperties( OSSerialize * s ) const function in class:IONetworkInterface
1644 return super::serializeProperties( s );
/macosx-10.10.1/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIBridge.h372 virtual bool serializeProperties( OSSerialize * serialize ) const;
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h163 virtual bool serializeProperties( OSSerialize * s ) const;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOCPU.cpp555 bool IOCPU::serializeProperties(OSSerialize *serialize) const function in class:IOCPU
H A DIONVRAM.cpp250 bool IODTNVRAM::serializeProperties(OSSerialize *s) const function in class:IODTNVRAM
H A DIORegistryEntry.cpp468 bool IORegistryEntry::serializeProperties( OSSerialize * s ) const function in class:IORegistryEntry
H A DIOUserClient.cpp2638 if (!entry->serializeProperties(s))
2729 if (!entry->serializeProperties(s)) err = kIOReturnUnsupported;
H A DIOService.cpp3660 bool IOService::serializeProperties( OSSerialize * s ) const function in class:IOService
3666 return( super::serializeProperties(s) );
H A DIOPMrootDomain.cpp7781 bool IOPMrootDomain::serializeProperties( OSSerialize * s ) const function in class:IOPMrootDomain
7787 return( IOService::serializeProperties(s) );
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp2659 bool IOPCI2PCIBridge::serializeProperties( OSSerialize * serialize ) const function in class:IOPCI2PCIBridge
2661 return (super::serializeProperties(serialize));

Completed in 375 milliseconds