Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/console/
H A Dvideo_console.h119 extern struct vc_progress_user_options vc_user_options;
H A Dvideo_console.c1837 vc_progress_user_options vc_user_options; variable
2949 vc_progress_options = vc_user_options; in initialize_screen()
2950 bzero(&vc_user_options, sizeof(vc_user_options)); in initialize_screen()
/xnu-10002.61.3/iokit/Kernel/
H A DIOPMrootDomain.cpp1298 error = sysctl_io_number(req, vc_user_options.options, sizeof(uint32_t), &new_value, &changed); in sysctl_consoleoptions()
1301 vc_user_options.options = new_value; in sysctl_consoleoptions()
1315 return sysctl_io_opaque(req, &vc_user_options, sizeof(vc_user_options), NULL);