Home
last modified time | relevance | path

Searched refs:vc_info (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/osfmk/console/
H A Dvideo_console.h87 struct vc_info { struct
H A Dvideo_console.c118 struct vc_info vinfo;
129 void (*initialize)(struct vc_info * info);
246 static void gc_initialize(struct vc_info * info);
472 gc_initialize(struct vc_info * info) in gc_initialize()
2778 vc_initialize(__unused struct vc_info * vinfo_p) in vc_initialize()
2800 struct vc_info new_vinfo = vinfo; in initialize_screen()