Home
last modified time | relevance | path

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

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