Searched refs:property (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.h36 IOServicePublishResource( const char * property, boolean_t value );
39 IOServiceWaitForMatchingResource( const char * property, uint64_t timeout );
42 IOCatalogueMatchingDriversPresent( const char * property );
H A DIOKitBSDInit.cpp63 IOServicePublishResource( const char * property, boolean_t value ) argument
66 IOService::publishResource( property, kOSBooleanTrue );
68 IOService::getResourceService()->removeProperty( property );
72 IOServiceWaitForMatchingResource( const char * property, uint64_t timeout ) argument
80 dict = IOService::resourceMatching( property );
98 IOCatalogueMatchingDriversPresent( const char * property )
110 dict->setObject( property, kOSBooleanTrue );
384 // See if we have a RAMDisk property in /chosen/memory-map. If so, make it into a device.
/darwin-on-arm/xnu/xnu/xnu-doc/
H A DAppDelegate.h13 @property (assign) IBOutlet NSWindow *window;
15 @property (readonly, strong, nonatomic) NSPersistentStoreCoordinator *persistentStoreCoordinator;
16 @property (readonly, strong, nonatomic) NSManagedObjectModel *managedObjectModel;
17 @property (readonly, strong, nonatomic) NSManagedObjectContext *managedObjectContext;
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c195 extern void IOServicePublishResource( const char * property, boolean_t value );
196 extern boolean_t IOServiceWaitForMatchingResource( const char * property, uint64_t timeout );
197 extern boolean_t IOCatalogueMatchingDriversPresent( const char * property );

Completed in 23 milliseconds