Searched refs:PEReadNVRAMProperty (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | IOPlatformExpert.h | 132 extern boolean_t PEReadNVRAMProperty(const char *symbol, void *value, unsigned int *len);
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOPlatformExpert.cpp | 1171 PEReadNVRAMProperty(const char *symbol, void *value, in PEReadNVRAMProperty() function
|
| H A D | IOPMrootDomain.cpp | 11861 if (PEReadNVRAMProperty(kIOSleepWakeFailurePanic, NULL, &len)) { in saveFailureData2File() 11871 if (!PEReadNVRAMProperty(kIOSleepWakeFailureString, NULL, &len)) { in saveFailureData2File() 11897 PEReadNVRAMProperty(kIOSleepWakeFailureString, failureStr, &len); in saveFailureData2File() 11926 if (!PEReadNVRAMProperty(nvram_var_name_buffer, NULL, &len)) { in saveFailureData2File() 11930 …if (PEReadNVRAMProperty(nvram_var_name_buffer, boundedOutBuf.slice(concat_len, len).data(), &len) … in saveFailureData2File()
|
| /xnu-8792.41.9/osfmk/kdp/ |
| H A D | kdp_udp.c | 726 if (PEReadNVRAMProperty("_kdp_ipstr", kdpstr, &len) == FALSE) { in kdp_set_interface()
|
| /xnu-8792.41.9/osfmk/vm/ |
| H A D | vm_compressor.c | 767 if (PEReadNVRAMProperty(csegbufsizeExperimentProperty, &nvram, &len)) { in cleanup_csegbufsz_experiment()
|
| /xnu-8792.41.9/bsd/dev/dtrace/ |
| H A D | dtrace.c | 13140 if (!PEReadNVRAMProperty(name, NULL, &len)) { in dtrace_dof_property() 13146 if (!PEReadNVRAMProperty(name, dof, &len)) { in dtrace_dof_property()
|