Home
last modified time | relevance | path

Searched full:unspecified (Results 1 – 25 of 187) sorted by relevance

12345678

/openbmc/openbmc-test-automation/data/
H A Dboot_table.json6 "boot_progress": "^Off|Unspecified$",
29 "boot_progress": "^Off|Unspecified$",
52 "boot_progress": "^Off|Unspecified$",
80 "boot_progress": "^Off|Unspecified$",
100 "boot_progress": "^Off|Unspecified$",
120 "boot_progress": "^Off|Unspecified$",
140 "boot_progress": "^Off|Unspecified$",
160 "boot_progress": "^Off|Unspecified$",
180 "boot_progress": "^Off|Unspecified$",
206 "boot_progress": "^Off|Unspecified$",
[all …]
/openbmc/qemu/include/exec/
H A Dmemattrs.h65 * "unspecified".
67 bool unspecified; member
80 #define MEMTXATTRS_UNSPECIFIED ((MemTxAttrs) { .unspecified = true })
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/
H A DProgress.interface.yaml7 default: Unspecified
26 - name: Unspecified
/openbmc/qemu/tests/tcg/x86_64/system/
H A Dboot.S62 * and a limit of ‘0xFFFFFFFF’. The selector value is unspecified.
65 * unspecified.
69 * Bit 8 (TF) must be cleared. Other bits are all unspecified.
71 * All other processor registers and flag bits are unspecified. The OS is in
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dpinmux-common.c385 /* NONE means unspecified/do not change/use POR value */ in pinmux_set_schmt()
410 /* NONE means unspecified/do not change/use POR value */ in pinmux_set_hsm()
520 /* NONE means unspecified/do not change/use POR value */ in pinmux_set_drvup_slwf()
541 /* NONE means unspecified/do not change/use POR value */ in pinmux_set_drvdn_slwr()
562 /* NONE means unspecified/do not change/use POR value */ in pinmux_set_drvup()
583 /* NONE means unspecified/do not change/use POR value */ in pinmux_set_drvdn()
605 /* NONE means unspecified/do not change/use POR value */ in pinmux_set_lpmd()
628 /* NONE means unspecified/do not change/use POR value */ in pinmux_set_schmt()
653 /* NONE means unspecified/do not change/use POR value */ in pinmux_set_hsm()
/openbmc/qemu/hw/misc/
H A Dtz-msc.c140 attrs.unspecified = 0; in tz_msc_read()
144 attrs.unspecified = 0; in tz_msc_read()
182 attrs.unspecified = 0; in tz_msc_write()
186 attrs.unspecified = 0; in tz_msc_write()
/openbmc/qemu/tests/decode/
H A Derr_overlap3.decode4 # Diagnose field overlapping unspecified bits.
H A Derr_overlap4.decode4 # Diagnose fixed bits overlapping unspecified bits.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/
H A D0002-fix-build-on-gcc6.patch35 - 0xff, 0xff, 0xff, 0xff, // unspecified length
36 + -1, -1, -1, -1, // unspecified length
/openbmc/phosphor-state-manager/
H A Dhypervisor_state_manager.cpp77 "ProgressStages.Unspecified") in updateCurrentHostState()
79 // Unspecified is set when the system is powered off so in updateCurrentHostState()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sdr.robot27 # Free Space : unspecified
31 # SDR Repository Update Support : unspecified
60 Should Be Equal ${sdr_info['free_space']} unspecified
64 Should Be Equal ${sdr_info['sdr_repository_update_support']} unspecified
325 # gv100card0 | C5h | ok | 216.1 | 0 unspecified
326 # gv100card1 | C8h | ok | 216.2 | 0 unspecified
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/external/libunwind/
H A D20150704-CVE-2015-3239_dwarf_i.h.patch4 libunwind 1.1 allows local users to have unspecified impact via invalid dwarf opcodes.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/OperatingSystem/
H A DStatus.interface.yaml33 Boot Completed or Unspecified Boot Device.
/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/
H A Dother4 # Note that this file is used for any unspecified service; for example
/openbmc/openbmc-test-automation/openpower/ipmi/
H A Dtest_ipmi_sdr.robot79 # gv100card0 | C5h | ok | 216.1 | 0 unspecified
80 # gv100card1 | C8h | ok | 216.2 | 0 unspecified
/openbmc/phosphor-state-manager/service_files/
H A Dphosphor-reset-sensor-states@.service11 …e.Boot.Progress BootProgress s xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified"
/openbmc/openbmc-test-automation/lib/
H A Dipmi_utils.py326 Free Space : unspecified
330 SDR Repository Update Support : unspecified
341 [free_space]: unspecified
345 [sdr_repository_update_support]: unspecified
420 Device not present (Unspecified error)
442 [state]: Device not present (Unspecified error)
H A Dstate_map.py50 "xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified",
60 "xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified",
/openbmc/qemu/qapi/
H A Dcommon.json221 # @unspecified: Endianness not specified
230 'data': [ 'unspecified', 'little', 'big' ] }
/openbmc/phosphor-state-manager/test/
H A Dhypervisor_state.cpp35 "ProgressStages.Unspecified"; in TEST()
/openbmc/bmcweb/docs/
H A DDBUS_USAGE.md12 - If the DBus interface definition has an "unknown" or "unspecified" value,
/openbmc/openbmc/poky/meta/recipes-core/musl/musl-legacy-error/
H A Derror.h16 /* should be fflush(stdout), but that's unspecified if stdout has been closed; in error()
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Dcve-2014-9636.patch13 possibly have other unspecified impact.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/xl2tpd/xl2tpd/
H A D0001-Fix-build-with-GCC-15.patch7 declarations without parameters changed from unspecified to `void`. This
/openbmc/u-boot/board/xes/xpedite520x/
H A Dddr.c17 * The SPD has an unspecified dimm type, but the DDR2 initialization in get_spd()

12345678