Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/console/
H A Dvideo_console.h87 struct vc_info { struct
H A Dvideo_console.c119 struct vc_info vinfo;
130 void (*initialize)(struct vc_info * info);
247 static void gc_initialize(struct vc_info * info);
473 gc_initialize(struct vc_info * info) in gc_initialize()
2791 vc_initialize(__unused struct vc_info * vinfo_p) in vc_initialize()
2828 struct vc_info new_vinfo = vinfo; in initialize_screen()