Searched refs:btypes (Results 1 – 3 of 3) sorted by relevance
83 btypes = [ [ " graphics console", "" ],86 btypes = [ [ "", "" ] ]98 for btype in btypes:
162 btypes = [ [ "", syslinux_default_console ] ]164 btypes = [ [ "Graphics console ", syslinux_default_console ],172 for btype in btypes:
150 static const char *const btypes[] = { variable178 const char *btype_str = btypes[(pstate & PSR_BTYPE_MASK) >> in print_pstate()