Searched refs:get_current_arch_string (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/sparc/
H A Dsolaris.py31 from bootmgmt.bootutil import get_current_arch_string namespace
40 if get_current_arch_string() == 'sparc':
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/fw/
H A D__init__.py29 from bootmgmt.bootutil import get_current_arch_string namespace
42 curarch = get_current_arch_string()
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/
H A D__init__.py40 arch = bootutil.get_current_arch_string()
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/autogen/
H A Dchain.py33 from bootmgmt.bootutil import LoggerMixin, get_current_arch_string namespace
56 if get_current_arch_string() != 'x86' or cur_fw_name != 'bios':
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootutil.py47 def get_current_arch_string(): function
H A Dbootconfig.py46 from bootmgmt.bootutil import (LoggerMixin, get_current_arch_string, namespace
990 attrname = get_current_arch_string() + '_attributes'
1206 if get_current_arch_string() != 'x86':
1208 'supported on the %s platform' % get_current_arch_string())
1296 if get_current_arch_string() != 'x86':
1298 'supported on the %s platform' % get_current_arch_string())
H A Dbootloader.py32 from bootmgmt.bootutil import LoggerMixin, get_current_arch_string namespace
167 which_platform = get_current_arch_string()
347 platname = get_current_arch_string()
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dsbb.py42 from bootmgmt.bootutil import get_current_arch_string namespace
57 if get_current_arch_string() != 'sparc':
H A Dlegacygrub.py43 from bootmgmt.bootutil import get_current_arch_string namespace
168 cur_arch = get_current_arch_string()
H A Dgrub2.py61 from bootmgmt.bootutil import (get_current_arch_string, LoggerMixin, namespace
701 get_current_arch_string() != 'x86'):

Completed in 44 milliseconds