Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/nvram_tests/
H A Dnvram_helper.h25 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 Dnvram_helper.c186 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
332io_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 Dnvram_ve_delete.c8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
H A Dnvram_ve_read.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_sys_hid_nonentitled.c8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
H A Dnvram_ve_reset.c8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
H A Dnvram_ve_mod.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-11215.61.5/iokit/IOKit/
H A DIOTypes.h217 typedef io_object_t io_registry_entry_t; typedef
/xnu-11215.61.5/iokit/DriverKit/
H A DIOTypes.h217 typedef io_object_t io_registry_entry_t; typedef
/xnu-11215.61.5/tests/iokit/
H A Dioserviceusernotification_race.c31 io_registry_entry_t root = IO_OBJECT_NULL; //must release in ioclasscount()
/xnu-11215.61.5/tests/
H A Dstackshot_tests.m1387 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);