Searched refs:kgz_con (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/boot/i386/kgzldr/
H A Dkgzldr.h32 extern int kgz_con;
H A Dlib.c37 int kgz_con; /* Console control */ variable
83 if (kgz_con & KGZ_CRT)
85 if (kgz_con & KGZ_SIO)
H A Dboot.c76 kgz_con = howto & RB_SERIAL ? KGZ_SIO : KGZ_CRT;

Completed in 77 milliseconds