Home
last modified time | relevance | path

Searched refs:sbat (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/boot/efi/
Dmeson.build132 if meson.is_cross_build() and get_option('sbat-distro') == 'auto'
134 elif get_option('sbat-distro') != ''
138 if get_option('sbat-distro-generation') < 1
141 efi_conf.set('SBAT_DISTRO_GENERATION', get_option('sbat-distro-generation'))
142 foreach sbatvar : [['sbat-distro', 'ID'],
143 ['sbat-distro-summary', 'NAME'],
144 ['sbat-distro-url', 'BUG_REPORT_URL']]
156 pkgname = get_option('sbat-distro-pkgname')
162 pkgver = get_option('sbat-distro-version')
444 '-j', '.sbat',
Dsecure-boot.c34 static const char sbat[] _used_ _section_(".sbat") = SBAT_SECTION_TEXT; variable
/systemd-251/
Dmeson_options.txt439 option('sbat-distro', type : 'string', value : 'auto',
441 option('sbat-distro-generation', type : 'integer', value : 1,
443 option('sbat-distro-summary', type : 'string',
445 option('sbat-distro-pkgname', type : 'string',
447 option('sbat-distro-version', type : 'string',
449 option('sbat-distro-url', type : 'string',
/systemd-251/src/test/
Dmeson.build481 [files('test-sbat.c'),