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

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DIOCPU.h84 virtual bool serializeProperties(OSSerialize * serialize) const;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCPU.h84 virtual bool serializeProperties(OSSerialize *serialize) const;
H A DIONVRAM.h142 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.h1191 virtual bool serializeProperties( OSSerialize * s ) const;
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h159 virtual bool serializeProperties( OSSerialize * s ) const;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCPU.cpp512 bool IOCPU::serializeProperties(OSSerialize *serialize) const function in class:IOCPU
H A DIONVRAM.cpp226 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 DIOService.cpp3355 bool IOService::serializeProperties( OSSerialize * s ) const function in class:IOService
3361 return( super::serializeProperties(s) );
H A DIOPMrootDomain.cpp7431 bool IOPMrootDomain::serializeProperties( OSSerialize * s ) const function in class:IOPMrootDomain
7437 return( IOService::serializeProperties(s) );
H A DIOUserClient.cpp2342 if( entry->serializeProperties( s )) {

Completed in 119 milliseconds