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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOCPU.h84 virtual bool serializeProperties(OSSerialize *serialize) const;
H A DIONVRAM.h135 virtual bool serializeProperties(OSSerialize *s) const;
H A DIORegistryEntry.h451 /*! @function serializeProperties
453 @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.
457 virtual bool serializeProperties( OSSerialize * serialize ) const;
H A DIOService.h1142 virtual bool serializeProperties( OSSerialize * s ) const;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCPU.cpp480 bool IOCPU::serializeProperties(OSSerialize *serialize) const function in class:IOCPU
H A DIOPMrootDomain.cpp3157 bool IOPMrootDomain::serializeProperties( OSSerialize * s ) const function in class:IOPMrootDomain
3161 return( super::serializeProperties(s) );
H A DIONVRAM.cpp224 bool IODTNVRAM::serializeProperties(OSSerialize *s) const function in class:IODTNVRAM
H A DIORegistryEntry.cpp447 bool IORegistryEntry::serializeProperties( OSSerialize * s ) const function in class:IORegistryEntry
H A DIOService.cpp3088 bool IOService::serializeProperties( OSSerialize * s ) const function in class:IOService
3094 return( super::serializeProperties(s) );
H A DIOUserClient.cpp2115 if( entry->serializeProperties( s )) {

Completed in 70 milliseconds