Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/console/
H A Dvideo_console.h119 extern struct vc_progress_user_options vc_user_options;
H A Dvideo_console.c1835 vc_progress_user_options vc_user_options; variable
2972 vc_progress_options = vc_user_options; in initialize_screen()
2973 bzero(&vc_user_options, sizeof(vc_user_options)); in initialize_screen()
/xnu-8020.101.4/iokit/Kernel/
H A DIOPMrootDomain.cpp1279 error = sysctl_io_number(req, vc_user_options.options, sizeof(uint32_t), &new_value, &changed); in sysctl_consoleoptions()
1282 vc_user_options.options = new_value; in sysctl_consoleoptions()
1296 return sysctl_io_opaque(req, &vc_user_options, sizeof(vc_user_options), NULL);