/openbmc/openbmc-build-scripts/ |
H A D | run-qemu-robot-test.sh | 147 while [ $attempt -gt 0 ]; do 149 echo "Waiting for qemu to get to standby (attempt: $attempt)..." 160 if [ "$attempt" -eq 0 ]; then
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 223 | 129 for attempt in normal iothread; do 132 echo "=== Set up NBD with $attempt access ===" 134 if [ $attempt = iothread ]; then
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_user.c | 135 int attempt; member 393 int attempt) in user_event_mm_fault_in() argument 402 if (attempt > 10) in user_event_mm_fault_in() 423 bool fixup_fault, int *attempt); 432 int attempt = fault->attempt; in user_event_enabler_fault_fixup() local 435 ret = user_event_mm_fault_in(mm, uaddr, attempt); in user_event_enabler_fault_fixup() 464 user_event_enabler_write(mm, enabler, true, &attempt); in user_event_enabler_fault_fixup() 477 int attempt) in user_event_enabler_queue_fault() argument 489 fault->attempt = attempt; in user_event_enabler_queue_fault() 509 bool fixup_fault, int *attempt) in user_event_enabler_write() argument [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-fsl-mc | 6 the driver to attempt to bind to the device found at 19 driver to attempt to unbind from the device found at
|
H A D | sysfs-bus-vdpa | 28 attempt to bind to the device. This is useful for overriding 36 attempt to unbind from the device. This may be useful when 51 device from its current driver or make any attempt to
|
H A D | sysfs-memory-page-offline | 8 physical address of the page. The kernel will then attempt 31 kernel will then attempt to hard-offline the page, by
|
H A D | sysfs-driver-ucsi-ccg | 5 Tell the driver for Cypress CCGx Type-C controller to attempt
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_tis_spi_cr50.c | 101 unsigned int attempt = ++phy->irq_confirmation_attempt; in cr50_ensure_access_delay() local 107 attempt); in cr50_ensure_access_delay() 108 } else if (attempt > MAX_IRQ_CONFIRMATION_ATTEMPTS) { in cr50_ensure_access_delay()
|
/openbmc/linux/drivers/input/serio/ |
H A D | libps2.c | 47 int attempt = 0; in ps2_do_sendbyte() local 68 } while (ps2dev->nak == PS2_RET_NAK && ++attempt < max_attempts); in ps2_do_sendbyte() 88 if (error || attempt > 1) in ps2_do_sendbyte() 91 byte, error, ps2dev->nak, attempt); in ps2_do_sendbyte()
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-mhi | 7 one attempt to power up the device has been done. If read 18 at least one attempt to power up the device has been done. If
|
H A D | sysfs-devices-system-xen_memory | 7 attempt to increase the balloon before giving up. See 27 zero (unlimited), this means that the driver will attempt
|
H A D | sysfs-devices-node | 198 ignored by memory error recovery attempt, usually because 207 failed by memory error recovery attempt. This usually means 215 delayed by memory error recovery attempt. Delayed poisoned 223 recovered by memory error recovery attempt.
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | mobility.c | 674 unsigned int attempt = 1; in pseries_suspend() local 703 attempt, max_attempts, ret); in pseries_suspend() 705 if (attempt == max_attempts) in pseries_suspend() 725 attempt++; in pseries_suspend()
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | img-spdif-in.rst | 24 This control is used to attempt acquisition of up to four different sample 30 hw_params will be ignored, and the block will attempt capture for each of the
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_conn.c | 212 conn->attempt++; in hci_add_sco() 226 for (; conn->attempt <= size; conn->attempt++) { in find_next_esco_param() 228 (esco_param[conn->attempt - 1].pkt_type & ESCO_2EV3)) in find_next_esco_param() 231 conn, conn->attempt); in find_next_esco_param() 234 return conn->attempt <= size; in find_next_esco_param() 303 conn->attempt++; in hci_enhanced_setup_sync() 318 param = &esco_param_msbc[conn->attempt - 1]; in hci_enhanced_setup_sync() 343 param = &esco_param_msbc[conn->attempt - 1]; in hci_enhanced_setup_sync() 369 param = &esco_param_cvsd[conn->attempt - 1]; in hci_enhanced_setup_sync() 371 if (conn->attempt > ARRAY_SIZE(sco_param_cvsd)) in hci_enhanced_setup_sync() [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | read-only-rootfs.rst | 48 the build on the host system. These scripts cannot attempt to run during 84 With the "read-only-rootfs" feature enabled, any attempt by the target 86 make sure that you configure processes and applications that attempt
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | ipmi_capture.js | 278 let attempt = 0; 290 attempt++; 291 console.log('attempt ' + attempt);
|
/openbmc/linux/drivers/of/unittest-data/ |
H A D | overlay_bad_add_dup_node.dtso | 10 * result in an attempt to add the same node twice.
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_host.c | 81 int attempt = 0; in kvmppc_mmu_map_page() local 163 if (attempt > 1) in kvmppc_mmu_map_page() 176 attempt++; in kvmppc_mmu_map_page()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | reboot.c | 630 int attempt = 0; in native_machine_emergency_restart() local 669 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) { in native_machine_emergency_restart() 670 attempt = 1; in native_machine_emergency_restart()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Borceux | 18 Of course no support is guaranteed, but the author will attempt to assist with problems. Current e…
|
H A D | bcrypt-Solar-Designer | 3 domain. In case this attempt to disclaim copyright and place the software
|
/openbmc/linux/Documentation/driver-api/80211/ |
H A D | introduction.rst | 9 These books attempt to give a description of the various subsystems
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | cve-update-nvd2-native.bb | 136 def nvd_request_wait(attempt, min_wait): 137 return min ( ( (2 * attempt) + min_wait ) , 30) 156 for attempt in range(attempts): 169 wait_time = nvd_request_wait(attempt, min_wait) 171 …atabase: retrying download after %d seconds. attempted (%d/%d)" % (wait_time, attempt+1, attempts))
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/haveged/ |
H A D | haveged_1.9.19.bb | 2 DESCRIPTION = "The haveged project is an attempt to provide an easy-to-use, unpredictable random nu…
|