/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | remotedata.py | 19 self.locked = [] 34 def store(self, d, locked=False): argument 36 Put a datastore into the collection. If locked=True then the datastore 42 if locked: 43 self.locked.append(idx) 47 def check_store(self, d, locked=False): argument 57 idx = self.store(d, locked) 62 if idx in self.locked: 63 raise Exception('Tried to release locked datastore %d' % idx)
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 186.out | 11 Removable device: not locked, tray closed 19 Removable device: not locked, tray closed 27 Removable device: not locked, tray closed 35 Removable device: not locked, tray closed 43 Removable device: not locked, tray closed 51 Removable device: not locked, tray closed 110 Removable device: not locked, tray closed 119 Removable device: not locked, tray closed 128 Removable device: not locked, tray closed 137 Removable device: not locked, tray closed [all …]
|
H A D | 172.out | 65 Removable device: not locked, tray closed 70 Removable device: not locked, tray closed 115 Removable device: not locked, tray closed 120 Removable device: not locked, tray closed 124 Removable device: not locked, tray closed 169 Removable device: not locked, tray closed 174 Removable device: not locked, tray closed 179 Removable device: not locked, tray closed 253 Removable device: not locked, tray closed 258 Removable device: not locked, tray closed [all …]
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | e300.h | 83 #define HID2_IWLCK_000 0x00000000 /* no ways locked */ 84 #define HID2_IWLCK_001 0x00002000 /* way 0 locked */ 85 #define HID2_IWLCK_010 0x00004000 /* way 0 through way 1 locked */ 86 #define HID2_IWLCK_011 0x00006000 /* way 0 through way 2 locked */ 87 #define HID2_IWLCK_100 0x00008000 /* way 0 through way 3 locked */ 88 #define HID2_IWLCK_101 0x0000A000 /* way 0 through way 4 locked */ 89 #define HID2_IWLCK_110 0x0000C000 /* way 0 through way 5 locked */
|
/openbmc/qemu/scripts/ |
H A D | analyse-locks-simpletrace.py | 18 self.locked = 0 27 "locked": 0, 42 self.locked += 1 44 rec["locked"] += 1 74 print ("Total locks: %d, locked: %d, unlocked: %d" % 75 (analyser.locks, analyser.locked, analyser.unlocks)) 80 print ("Lock: %#x locks: %d, locked: %d, unlocked: %d" % 81 (key, val["locks"], val["locked"], val["unlocked"])) 96 if val["locks"] > val["locked"]:
|
/openbmc/skeleton/flashbios/ |
H A D | flash_bios_obj.c | 73 gboolean locked = shared_resource_get_lock(lock); in on_lock() local 74 if(locked) in on_lock() 77 printf("ERROR: BIOS Flash is already locked: %s\n",name); in on_lock() 94 gboolean locked = shared_resource_get_lock(lock); in on_is_locked() local 96 shared_resource_complete_is_locked(lock,invocation,locked,name); in on_is_locked() 120 gboolean locked = shared_resource_get_lock(lock); in on_update_via_tftp() local 122 if(locked) in on_update_via_tftp() 125 printf("BIOS Flash is locked: %s\n",name); in on_update_via_tftp() 185 gboolean locked = shared_resource_get_lock(lock); in on_update() local 188 if(locked) in on_update() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PFR/ |
H A D | Attributes.interface.yaml | 14 - name: Locked 17 Indicates the platform firmware provisioning locked state. Once the 18 provisioning is locked, it can't be re-provisioned.
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | drive.hpp | 36 Locked, enumerator 102 Locked, enumerator 133 {EncryptionStatus::Locked, "Locked"}, 199 {ConfigLockOptions::Locked, "Locked"},
|
H A D | storage.hpp | 56 Locked, enumerator 107 {ConfigLockOptions::Locked, "Locked"},
|
H A D | chassis.hpp | 77 Locked, enumerator 150 {DoorState::Locked, "Locked"},
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | meta-extsdk-toolchain.bb | 13 LOCKED_SIGS_INDIR = "${WORKDIR}/locked-sigs" 18 do_locked_sigs[sstate-outputdirs] = "${STAGING_DIR}/${PACKAGE_ARCH}/${PN}/locked-sigs" 27 sigfile = os.path.join(outdir, 'locked-sigs-extsdk-toolchain.inc')
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | signing.py | 182 Summary: Test locked signature mechanism 183 Expected: Locked signatures will prevent task to run 192 locked_sigs_file = 'locked-sigs.inc' 195 # Generate locked sigs include file 202 # Build a locked recipe 209 # Make a change that should cause the locked task signature to change 213 feature = 'SUMMARY:${PN} = "test locked signature%s"\n' % uuid.uuid4() 226 …# Verify you get the warning and that the real task *isn't* run (i.e. the locked signature has wor… 227 …patt = r'The %s:do_package sig is computed to be \S+, but the sig is locked to \S+ in SIGGEN_LOCKE…
|
H A D | bblock.py | 134 # No Note/Warning should be emitted since sig is locked for another machine 136 info_message = "NOTE: The following recipes have locked tasks: " + recipes[0] 171 # having locked task's sig, but no warning since sig still match 172 info_message = "NOTE: The following recipes have locked tasks: " + " ".join( 182 # modify all tasks that are locked to trigger a sig change then build the recipes 184 # locked tasks indicating the sig mismatch
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | Drive.interface.yaml | 30 correspond to write locked 104 - name: Locked 106 The drive is in a locked state. 112 The locked state of the drive is not known.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/ |
H A D | Attributes.interface.yaml | 33 Locked or unlocked state of the user. After repeated failed login 34 attempt (configured through MaxLoginAttemptBeforeLockout), locked out 36 property will return true if user is locked out user.
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pdm-build-locked_0.3.5.bb | 1 SUMMARY = "pdm plugin to publish locked dependencies as optional-dependencies" 2 HOMEPAGE = "https://github.com/pdm-project/pdm-build-locked"
|
/openbmc/qemu/util/ |
H A D | lockcnt.c | 27 #define QEMU_LOCKCNT_STATE_LOCKED 1 /* locked, uncontended */ 28 #define QEMU_LOCKCNT_STATE_WAITING 2 /* locked, contended */ 74 /* The slow path moves from locked to waiting if necessary, then in qemu_lockcnt_cmpxchg_or_wait() 151 /* Decrement a counter, and return locked if it is decremented to zero. 171 * (1, unlocked)->(0, locked) or (1, unlocked)->(0, waiting). in qemu_lockcnt_dec_and_lock() 198 /* If the counter is one, decrement it and return locked. Otherwise do 212 * (1, unlocked)->(0, locked) or (1, unlocked)->(0, waiting). in qemu_lockcnt_dec_if_lock() 332 /* Decrement a counter, and return locked if it is decremented to zero. 358 /* Decrement a counter and return locked if it is decremented to zero.
|
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/ |
H A D | OpenBMCComputerSystem.v1_0_0.json | 48 "ProvisionedAndLocked": "Platform firmware is provisioned and locked.", 49 "ProvisionedButNotLocked": "Platform firmware is provisioned but not locked." 53 …"ProvisionedAndLocked": "Platform firmware is provisioned and locked. So re-provisioning is not al… 54 …"ProvisionedButNotLocked": "Platform firmware is provisioned but not locked. So re-provisioning is…
|
/openbmc/docs/designs/ |
H A D | estoraged.md | 26 is still locked. 39 to the device while locked. Some documentation on this feature can be found in 93 - (property) Locked 113 prevent all read or write accesses to the device while locked. So, the "Locked" 114 property will mean both locked at the hardware level and locked at the
|
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/ |
H A D | OpenBMCComputerSystem_v1.xml | 63 … <Annotation Term="OData.Description" String="Platform firmware is provisioned but not locked."/> 64 …"OData.LongDescription" String="Platform firmware is provisioned but not locked. So re-provisionin… 67 … <Annotation Term="OData.Description" String="Platform firmware is provisioned and locked."/> 68 …erm="OData.LongDescription" String="Platform firmware is provisioned and locked. So re-provisionin…
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | signal.c | 25 * Assumes that target stack frame memory is locked. 57 * Assumes that the memory is locked if mcp points to user memory. 87 * Assumes that the memory is locked if frame points to user memory. 100 * Assumes that the memory is locked if frame points to user memory.
|
/openbmc/u-boot/arch/arm/mach-stm32mp/ |
H A D | bsec.c | 78 * Return: true if locked else false 95 * Return: true if locked else false 106 * Return: true if locked else false 117 * Return: true if locked else false 161 /* check if shadowing of otp is locked */ in bsec_shadow_register() 163 pr_debug("bsec : OTP %d is locked and refreshed with 0\n", otp); in bsec_shadow_register() 214 /* check if programming of otp is locked */ in bsec_write_shadow() 237 pr_debug("bsec : OTP %d locked, prog will be ignore\n", otp); in bsec_program_otp()
|
/openbmc/u-boot/drivers/ddr/marvell/axp/ |
H A D | ddr3_read_leveling.c | 282 /* Configure PHY with average of 3 locked leveling settings */ in ddr3_read_leveling_sw() 364 DEBUG_RL_FULL_C("DDR3 - Read Leveling - We have locked pup: ", in overrun() 483 DEBUG_RL_FULL_S("DDR3 - Read Leveling - Single Cs - All pups locked\n"); in ddr3_read_leveling_single_cs_rl_mode() 500 …DEBUG_RL_FULL_S("DDR3 - Read Leveling - So we will not increment the delay to see if locked again\… in ddr3_read_leveling_single_cs_rl_mode() 544 /* some Pup was Locked */ in ddr3_read_leveling_single_cs_rl_mode() 553 DEBUG_RL_FULL_S("DDR3 - Read Leveling - ERROR - NOT all PUPs Locked\n"); in ddr3_read_leveling_single_cs_rl_mode() 554 DEBUG_RL_S("1)DDR3 - Read Leveling - ERROR - NOT all PUPs Locked n"); in ddr3_read_leveling_single_cs_rl_mode() 558 /* NO Pup was Locked */ in ddr3_read_leveling_single_cs_rl_mode() 570 /* some Pup was Locked */ in ddr3_read_leveling_single_cs_rl_mode() 574 DEBUG_RL_FULL_S("DDR3 - Read Leveling - ERROR - NOT all PUPs Locked\n"); in ddr3_read_leveling_single_cs_rl_mode() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-coroutine.c | 197 static bool locked; variable 204 assert(!locked); in mutex_fn() 205 locked = true; in mutex_fn() 207 locked = false; in mutex_fn() 216 assert(!locked); in lockable_fn() 217 locked = true; in lockable_fn() 219 locked = false; in lockable_fn() 231 g_assert(locked); in do_test_co_mutex() 239 g_assert(locked); in do_test_co_mutex() 243 g_assert(!locked); in do_test_co_mutex()
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | user-controller.js | 44 const accountStatus = user.Locked ? 'Locked' : 142 originalUsername, username, password, role, enabled, locked) { argument 146 originalUsername, username, password, role, enabled, locked) 345 this.user.locked = newUser ? null : user.Locked; 378 const locked = (form.lock && form.lock.$dirty) ? 385 locked);
|