Home
last modified time | relevance | path

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

/xnu-10002.1.13/tests/nvram_tests/
H A Dnvram_helper.h23 kern_return_t GetVariable(const char *name, io_registry_entry_t optionsRef);
24 kern_return_t SetVariable(const char *name, const char *value, io_registry_entry_t optionsRef);
25 kern_return_t DeleteVariable(const char *name, io_registry_entry_t optionsRef);
26 io_registry_entry_t CreateOptionsRef(void);
27 void ReleaseOptionsRef(io_registry_entry_t optionsRef);
28 …am_op op, const char *var, const char *val, kern_return_t exp_ret, io_registry_entry_t optionsRef);
29 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()
291 DeleteVariable(const char *name, io_registry_entry_t optionsRef) in DeleteVariable()
305 io_registry_entry_t
308io_registry_entry_t optionsRef = IORegistryEntryFromPath(kIOMainPortDefault, "IODeviceTree:/option… in CreateOptionsRef()
317 ReleaseOptionsRef(io_registry_entry_t optionsRef) in ReleaseOptionsRef()
362 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-10002.1.13/iokit/DriverKit/
H A DIOTypes.h189 typedef io_object_t io_registry_entry_t; typedef
/xnu-10002.1.13/iokit/IOKit/
H A DIOTypes.h189 typedef io_object_t io_registry_entry_t; typedef
/xnu-10002.1.13/tests/iokit/
H A Dioserviceusernotification_race.c31 io_registry_entry_t root = IO_OBJECT_NULL; //must release in ioclasscount()
/xnu-10002.1.13/tests/
H A Dstackshot_tests.m1357 static NSMutableSet * find_driverkit_pids(io_registry_entry_t root) {
1359 io_registry_entry_t current = IO_OBJECT_NULL;
1405 io_registry_entry_t root = IORegistryGetRootEntry(kIOMainPortDefault);