Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/usermode/dev/
H A Dmainbus.c61 extern int usermode_vnc_width, usermode_vnc_height, usermode_vnc_port;
90 taa.u.vnc.width = usermode_vnc_width; in mainbus_attach()
/netbsd-src/sys/arch/usermode/usermode/
H A Dmachdep.c97 int usermode_vnc_width = 0; variable
207 usermode_vnc_width = strtoul(w, NULL, 10); in main()