Searched refs:io_registry_entry_t (Results 1 – 11 of 11) sorted by relevance
6 kern_return_t GetVariable(const char *name, io_registry_entry_t optionsRef);7 kern_return_t SetVariable(const char *name, const char *value, io_registry_entry_t optionsRef);8 kern_return_t DeleteVariable(const char *name, io_registry_entry_t optionsRef);9 kern_return_t ResetNVram(io_registry_entry_t optionsRef);10 io_registry_entry_t GetOptions(void);11 void ReleaseOptions(io_registry_entry_t optionsRef);
188 GetVariable(const char *name, io_registry_entry_t optionsRef) in GetVariable()213 SetVariable(const char *name, const char *value, io_registry_entry_t optionsRef) in SetVariable()265 DeleteVariable(const char *name, io_registry_entry_t optionsRef) in DeleteVariable()280 ResetNVram(io_registry_entry_t optionsRef) in ResetNVram()291 io_registry_entry_t294 …io_registry_entry_t optionsRef = IORegistryEntryFromPath(kIOMainPortDefault, "IODeviceTree:/option… in GetOptions()303 ReleaseOptions(io_registry_entry_t optionsRef) in ReleaseOptions()
8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
189 typedef io_object_t io_registry_entry_t; typedef
31 io_registry_entry_t root = IO_OBJECT_NULL; //must release in ioclasscount()
1337 static NSMutableSet * find_driverkit_pids(io_registry_entry_t root) {1339 io_registry_entry_t current = IO_OBJECT_NULL;1385 io_registry_entry_t root = IORegistryGetRootEntry(kIOMainPortDefault);