Home
last modified time | relevance | path

Searched refs:PEReadNVRAMProperty (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOPlatformExpert.h132 extern boolean_t PEReadNVRAMProperty(const char *symbol, void *value, unsigned int *len);
/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp1171 PEReadNVRAMProperty(const char *symbol, void *value, in PEReadNVRAMProperty() function
H A DIOPMrootDomain.cpp12138 if (PEReadNVRAMProperty(kIOSleepWakeFailurePanic, NULL, &len)) {
12148 if (!PEReadNVRAMProperty(kIOSleepWakeFailureString, NULL, &len)) {
12174 PEReadNVRAMProperty(kIOSleepWakeFailureString, failureStr, &len);
12203 if (!PEReadNVRAMProperty(nvram_var_name_buffer, NULL, &len)) {
12207 …if (PEReadNVRAMProperty(nvram_var_name_buffer, boundedOutBuf.slice(concat_len, len).data(), &len) …
/xnu-11215/osfmk/kdp/
H A Dkdp_udp.c728 if (PEReadNVRAMProperty("_kdp_ipstr", kdpstr, &len) == FALSE) { in kdp_set_interface()
/xnu-11215/osfmk/vm/
H A Dvm_compressor.c803 if (PEReadNVRAMProperty(csegbufsizeExperimentProperty, &nvram, &len)) { in cleanup_csegbufsz_experiment()
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c13148 if (!PEReadNVRAMProperty(name, NULL, &len)) { in dtrace_dof_property()
13154 if (!PEReadNVRAMProperty(name, dof, &len)) { in dtrace_dof_property()