Searched refs:vc_user_options (Results 1 – 3 of 3) sorted by relevance
119 extern struct vc_progress_user_options vc_user_options;
1837 vc_progress_user_options vc_user_options; variable2949 vc_progress_options = vc_user_options; in initialize_screen()2950 bzero(&vc_user_options, sizeof(vc_user_options)); in initialize_screen()
1300 error = sysctl_io_number(req, vc_user_options.options, sizeof(uint32_t), &new_value, &changed); in sysctl_consoleoptions()1303 vc_user_options.options = new_value; in sysctl_consoleoptions()1317 return sysctl_io_opaque(req, &vc_user_options, sizeof(vc_user_options), NULL);