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; variable2944 vc_progress_options = vc_user_options; in initialize_screen()2945 bzero(&vc_user_options, sizeof(vc_user_options)); in initialize_screen()
1292 error = sysctl_io_number(req, vc_user_options.options, sizeof(uint32_t), &new_value, &changed); in sysctl_consoleoptions()1295 vc_user_options.options = new_value; in sysctl_consoleoptions()1309 return sysctl_io_opaque(req, &vc_user_options, sizeof(vc_user_options), NULL);