Searched refs:sbat (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/boot/efi/ |
D | meson.build | 132 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',
|
D | secure-boot.c | 34 static const char sbat[] _used_ _section_(".sbat") = SBAT_SECTION_TEXT; variable
|
/systemd-251/ |
D | meson_options.txt | 439 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/ |
D | meson.build | 481 [files('test-sbat.c'),
|