/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/ |
H A D | 0007_auto_20160523_1446.py | 17 …field=models.IntegerField(default=2, choices=[(0, 'Succeeded'), (1, 'Failed'), (2, 'In Progress'),… 22 field=models.IntegerField(choices=[(0, 'variable')]), 37 field=models.IntegerField(choices=[(0, 'local'), (1, 'layerindex'), (2, 'imported')]), 42 …field=models.IntegerField(default=0, choices=[(0, 'info'), (1, 'warn'), (2, 'error'), (3, 'critica… 52 …field=models.IntegerField(choices=[(0, 'depends'), (1, 'depends'), (3, 'recommends'), (2, 'recomme… 57 field=models.IntegerField(choices=[(0, 'depends'), (1, 'rdepends')]), 72 …field=models.IntegerField(choices=[(1, 'regular'), (2, 'directory'), (3, 'symlink'), (4, 'socket')… 77 …field=models.IntegerField(default=-1, choices=[(-1, 'Not Available'), (0, 'Succeeded'), (1, 'Cover… 82 field=models.IntegerField(default=0, choices=[(0, 'N/A'), (2, 'Python'), (3, 'Shell')]), 87 …field=models.IntegerField(default=0, choices=[(0, 'Not Applicable'), (1, 'File not in cache'), (2,…
|
H A D | 0001_initial.py | 45 …('outcome', models.IntegerField(default=2, choices=[(0, b'Succeeded'), (1, b'Failed'), (2, b'In Pr… 64 ('area', models.IntegerField(choices=[(0, b'variable')])), 106 …('sourcetype', models.IntegerField(choices=[(0, b'local'), (1, b'layerindex'), (2, b'imported')])), 124 …('level', models.IntegerField(default=0, choices=[(0, b'info'), (1, b'warn'), (2, b'error'), (3, b… 164 …('dep_type', models.IntegerField(choices=[(0, b'depends'), (1, b'depends'), (3, b'recommends'), (2… 243 ('dep_type', models.IntegerField(choices=[(0, b'depends'), (1, b'rdepends')])), 294 …('inodetype', models.IntegerField(choices=[(1, b'regular'), (2, b'directory'), (3, b'symlink'), (4… 326 …('outcome', models.IntegerField(default=-1, choices=[(-1, b'Not Available'), (0, b'Succeeded'), (1… 332 …('script_type', models.IntegerField(default=0, choices=[(0, b'N/A'), (2, b'Python'), (3, b'Shell')… 337 …('sstate_result', models.IntegerField(default=0, choices=[(0, b'Not Applicable'), (1, b'File not i…
|
H A D | 0006_add_cancelled_state.py | 17 …field=models.IntegerField(default=2, choices=[(0, b'Succeeded'), (1, b'Failed'), (2, b'In Progress…
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/ |
H A D | 0004_auto_20160523_1446.py | 17 field=models.IntegerField(default=0, choices=[(0, 'stopped'), (1, 'started')]), 22 field=models.IntegerField(choices=[(0, 'local')]), 27 … field=models.IntegerField(default=0, choices=[(0, 'free'), (1, 'lock'), (2, 'running')]), 32 …field=models.IntegerField(default=0, choices=[(0, 'created'), (1, 'queued'), (2, 'in progress'), (…
|
H A D | 0001_initial.py | 64 ('betype', models.IntegerField(choices=[(0, b'local'), (1, b'ssh')])), 68 … ('bbstate', models.IntegerField(default=0, choices=[(0, b'stopped'), (1, b'started')])), 71 … ('lock', models.IntegerField(default=0, choices=[(0, b'free'), (1, b'lock'), (2, b'running')])), 80 …('state', models.IntegerField(default=0, choices=[(0, b'created'), (1, b'queued'), (2, b'in progre…
|
H A D | 0002_auto_20160120_1250.py | 17 field=models.IntegerField(choices=[(0, b'local')]),
|
H A D | 0005_reorder_buildrequest_states.py | 17 …field=models.IntegerField(choices=[(0, 'created'), (1, 'queued'), (2, 'in progress'), (3, 'failed'…
|
H A D | 0003_add_cancelling_state.py | 17 …field=models.IntegerField(default=0, choices=[(0, b'created'), (1, b'queued'), (2, b'in progress')…
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | types.py | 36 def choice(value, choices): argument 46 choices = choices.lower() 47 if value not in choices.split(): 49 (value, choices))
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | do_not_apply_config.patch | 31 - $InterfaceEndScreenDescription = "We will now implement the choices you have made here.\n\n" . 32 + $InterfaceEndScreenDescription = "We will now record the choices you have made here.\n\n" . 35 … questions you wish to\nchange.\n\nChoose YES on this question later to implement your choices.\n"; 37 …the questions you wish to\nchange.\n\nChoose YES on this question later to record your choices.\n";
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surface_platform_profile.c | 157 set_bit(PLATFORM_PROFILE_LOW_POWER, tpd->handler.choices); in surface_platform_profile_probe() 158 set_bit(PLATFORM_PROFILE_BALANCED, tpd->handler.choices); in surface_platform_profile_probe() 159 set_bit(PLATFORM_PROFILE_BALANCED_PERFORMANCE, tpd->handler.choices); in surface_platform_profile_probe() 160 set_bit(PLATFORM_PROFILE_PERFORMANCE, tpd->handler.choices); in surface_platform_profile_probe()
|
/openbmc/linux/drivers/acpi/ |
H A D | platform_profile.c | 41 for_each_set_bit(i, cur_profile->choices, PLATFORM_PROFILE_LAST) { in platform_profile_choices_show() 103 if (!test_bit(i, cur_profile->choices)) { in platform_profile_store() 151 if (!pprof || bitmap_empty(pprof->choices, PLATFORM_PROFILE_LAST) || in platform_profile_register()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
H A D | models.py | 36 betype = models.IntegerField(choices = TYPE) 40 bbstate = models.IntegerField(choices = SERVER_STATE, default = SERVER_STOPPED) 43 lock = models.IntegerField(choices = LOCK_STATE, default = LOCK_FREE) 91 state = models.IntegerField(choices = REQUEST_STATE, default = REQ_CREATED)
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc_multibatch.py | 22 choices=['add', 'del', 'replace'], 45 choices=range(0, 256),
|
H A D | tdc_batch.py | 34 choices=['add', 'del', 'replace'], 43 choices=range(0, 256),
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | main.py | 58 choices=valid_types.keys(), 65 choices=valid_processes.keys(),
|
/openbmc/openbmc-test-automation/bin/ |
H A D | auto_status_file.py | 71 choices=[1, 0], 80 choices=[1, 0], 88 choices=[1, 0],
|
H A D | process_plug_in_packages.py | 89 choices=[1, 0], 103 choices=[1, 0],
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_arg.py | 119 choices=[1, 0], 133 choices=[1, 0], 147 choices=[1, 0], 160 choices=[
|
/openbmc/debug-trigger/ |
H A D | meson_options.txt | 2 option('triggers', type : 'array', choices : ['kcs1', 'kcs2', 'kcs3', 'kcs4' ])
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | ksparser.py | 160 choices=('ext2', 'ext3', 'ext4', 'btrfs', 173 choices = ('primary', 'logical')) 196 bootloader.add_argument('--ptable', choices=('msdos', 'gpt', 'gpt-hybrid'),
|
/openbmc/linux/tools/crypto/ccp/ |
H A D | dbc_cli.py | 46 choices=["get-nonce", "get-param", "set-param", "set-uid"], 51 parser.add_argument("--message", choices=messages.keys(), help="Message index")
|
/openbmc/linux/include/linux/ |
H A D | platform_profile.h | 30 unsigned long choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)]; member
|
/openbmc/linux/drivers/platform/x86/amd/pmf/ |
H A D | sps.c | 268 set_bit(PLATFORM_PROFILE_LOW_POWER, dev->pprof.choices); in amd_pmf_init_sps() 269 set_bit(PLATFORM_PROFILE_BALANCED, dev->pprof.choices); in amd_pmf_init_sps() 270 set_bit(PLATFORM_PROFILE_PERFORMANCE, dev->pprof.choices); in amd_pmf_init_sps()
|
/openbmc/phosphor-ipmi-flash/ |
H A D | meson.options | 13 option('update-type', type : 'combo', choices : ['none', 'static-layout', 'tarball-ubi'], descripti… 15 option('lpc-type', type : 'combo', choices : ['none', 'aspeed-lpc', 'nuvoton-lpc'], description: 'E… 16 option('p2a-type', type : 'combo', choices : ['none', 'aspeed-p2a', 'nuvoton-p2a-vga', 'nuvoton-p2a…
|