Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/console/
H A Dserial_protos.h79 #define VC_CONS_OPS 1 macro
H A Dserial_console.c134 uint32_t cons_ops_index = VC_CONS_OPS;
136 SECURITY_READ_ONLY_LATE(uint32_t) cons_ops_index = VC_CONS_OPS;
H A Dserial_general.c109 cons_ops_index = VC_CONS_OPS; in switch_to_video_console()