Searched refs:io_registry_entry_t (Results 1 – 14 of 14) sorted by relevance
| /xnu-11215.61.5/tests/nvram_tests/ |
| H A D | nvram_helper.h | 25 io_registry_entry_t CreateOptionsRef(void); 26 void ReleaseOptionsRef(io_registry_entry_t optionsRef); 27 …am_op op, const char *var, const char *val, kern_return_t exp_ret, io_registry_entry_t optionsRef); 28 CFTypeID GetVarType(const char *name, io_registry_entry_t optionsRef);
|
| H A D | nvram_helper.c | 186 GetVariable(const char *name, io_registry_entry_t optionsRef) in GetVariable() 215 GetVarType(const char *name, io_registry_entry_t optionsRef) in GetVarType() 239 SetVariable(const char *name, const char *value, io_registry_entry_t optionsRef) in SetVariable() 297 DeleteVariable(const char *name, io_registry_entry_t optionsRef) in DeleteVariable() 312 DeleteVariableWRet(const char *name, io_registry_entry_t optionsRef) in DeleteVariableWRet() 321 SyncNVRAM(const char *name, io_registry_entry_t optionsRef) in SyncNVRAM() 329 io_registry_entry_t 332 …io_registry_entry_t optionsRef = IORegistryEntryFromPath(kIOMainPortDefault, "IODeviceTree:/option… in CreateOptionsRef() 341 ReleaseOptionsRef(io_registry_entry_t optionsRef) in ReleaseOptionsRef() 391 TestVarOp(nvram_op op, const char *var, const char *val, kern_return_t exp_ret, io_registry_entry_t… in TestVarOp()
|
| H A D | nvram_ve_delete.c | 8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
|
| H A D | nvram_ve_read.c | 8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
|
| H A D | nvram_sys_hidden.c | 8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
|
| H A D | nvram_sys_hid_nonentitled.c | 8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
|
| H A D | nvram_ve_reset.c | 8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
|
| H A D | nvram_ve_mod.c | 8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
|
| H A D | nvram_system.c | 8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
|
| H A D | nvram_nonentitled.c | 8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
|
| /xnu-11215.61.5/iokit/IOKit/ |
| H A D | IOTypes.h | 217 typedef io_object_t io_registry_entry_t; typedef
|
| /xnu-11215.61.5/iokit/DriverKit/ |
| H A D | IOTypes.h | 217 typedef io_object_t io_registry_entry_t; typedef
|
| /xnu-11215.61.5/tests/iokit/ |
| H A D | ioserviceusernotification_race.c | 31 io_registry_entry_t root = IO_OBJECT_NULL; //must release in ioclasscount()
|
| /xnu-11215.61.5/tests/ |
| H A D | stackshot_tests.m | 1387 static NSMutableSet * find_driverkit_pids(io_registry_entry_t root) { 1389 io_registry_entry_t current = IO_OBJECT_NULL; 1435 io_registry_entry_t root = IORegistryGetRootEntry(kIOMainPortDefault);
|