Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAMV3Handler.cpp654 uint32_t ephDM = 0; in handleEphDM() local
669 ephDM = *((uint32_t *)data->getBytesNoCopy()); in handleEphDM()
674 require_action(ephDM != 0, exit, DEBUG_ALWAYS("ephemeral-data-mode not supported\n")); in handleEphDM()