Home
last modified time | relevance | path

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

/xnu-12377.1.9/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_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_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-12377.1.9/iokit/IOKit/ !
H A DIOTypes.h217 typedef io_object_t io_registry_entry_t; typedef
/xnu-12377.1.9/iokit/DriverKit/ !
H A DIOTypes.h217 typedef io_object_t io_registry_entry_t; typedef
/xnu-12377.1.9/tests/ !
H A Dstackshot_tests.m1444 static NSMutableSet * find_driverkit_pids(io_registry_entry_t root) {
1446 io_registry_entry_t current = IO_OBJECT_NULL;
1492 io_registry_entry_t root = IORegistryGetRootEntry(kIOMainPortDefault);