Home
last modified time | relevance | path

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

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