Home
last modified time | relevance | path

Searched refs:sysctl_set_osenvironment (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/kern/
H A Dkern_mib.c678 sysctl_set_osenvironment(unsigned int size, const void* value) in sysctl_set_osenvironment() function
717 sysctl_set_osenvironment(size, value); in sysctl_load_devicetree_entries()
/xnu-11417.140.69/bsd/sys/
H A Dsysctl.h305 void sysctl_set_osenvironment(unsigned int size, const void* value);
/xnu-11417.140.69/iokit/Kernel/
H A DIOPlatformExpert.cpp1511 sysctl_set_osenvironment(data->getLength(), data->getBytesNoCopy()); in registerNVRAMController()