Home
last modified time | relevance | path

Searched refs:btypes (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgrub-efi-cfg.bbclass83 btypes = [ [ " graphics console", "" ],
86 btypes = [ [ "", "" ] ]
98 for btype in btypes:
H A Dsyslinux.bbclass162 btypes = [ [ "", syslinux_default_console ] ]
164 btypes = [ [ "Graphics console ", syslinux_default_console ],
172 for btype in btypes:
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c150 static const char *const btypes[] = { variable
178 const char *btype_str = btypes[(pstate & PSR_BTYPE_MASK) >> in print_pstate()