Home
last modified time | relevance | path

Searched refs:io_registry_entry_t (Results 1 – 11 of 11) sorted by relevance

/xnu-8796.141.3/tests/nvram_tests/
H A Dnvram_helper.h6 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);
H A Dnvram_helper.c188 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_t
294io_registry_entry_t optionsRef = IORegistryEntryFromPath(kIOMainPortDefault, "IODeviceTree:/option… in GetOptions()
303 ReleaseOptions(io_registry_entry_t optionsRef) in ReleaseOptions()
H A Dnvram_var_entitled.c8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
H A Dnvram_sys_hid_nonentitled.c8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
H A Dnvram_sys_hidden.c8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
H A Dnvram_system.c8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
H A Dnvram_nonentitled.c8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
/xnu-8796.141.3/iokit/IOKit/
H A DIOTypes.h189 typedef io_object_t io_registry_entry_t; typedef
/xnu-8796.141.3/iokit/DriverKit/
H A DIOTypes.h189 typedef io_object_t io_registry_entry_t; typedef
/xnu-8796.141.3/tests/iokit/
H A Dioserviceusernotification_race.c31 io_registry_entry_t root = IO_OBJECT_NULL; //must release in ioclasscount()
/xnu-8796.141.3/tests/
H A Dstackshot_tests.m1337 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);