Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/
H A DIOPlatformExpert.h132 extern boolean_t PEReadNVRAMProperty(const char *symbol, void *value, unsigned int *len);
/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp1184 PEReadNVRAMProperty(const char *symbol, void *value, in PEReadNVRAMProperty() function
H A DIOPMrootDomain.cpp12514 if (PEReadNVRAMProperty(kIOSleepWakeFailurePanic, NULL, &len)) {
12524 if (!PEReadNVRAMProperty(kIOSleepWakeFailureString, NULL, &len)) {
12550 PEReadNVRAMProperty(kIOSleepWakeFailureString, failureStr, &len);
12579 if (!PEReadNVRAMProperty(nvram_var_name_buffer, NULL, &len)) {
12583 …if (PEReadNVRAMProperty(nvram_var_name_buffer, boundedOutBuf.slice(concat_len, len).data(), &len) …
/xnu-12377.61.12/osfmk/kdp/
H A Dkdp_udp.c728 if (PEReadNVRAMProperty("_kdp_ipstr", kdpstr, &len) == FALSE) { in kdp_set_interface()
/xnu-12377.61.12/osfmk/vm/
H A Dvm_compressor.c778 if (PEReadNVRAMProperty(csegbufsizeExperimentProperty, &nvram, &len)) { in cleanup_csegbufsz_experiment()
/xnu-12377.61.12/bsd/dev/dtrace/
H A Ddtrace.c13149 if (!PEReadNVRAMProperty(name, NULL, &len)) { in dtrace_dof_property()
13155 if (!PEReadNVRAMProperty(name, dof, &len)) { in dtrace_dof_property()