/openbmc/u-boot/lib/zlib/ |
H A D | inflate.h | 21 HEAD, /* i: waiting for magic header */ 22 FLAGS, /* i: waiting for method and flags (gzip) */ 23 TIME, /* i: waiting for modification time (gzip) */ 24 OS, /* i: waiting for extra flags and operating system (gzip) */ 25 EXLEN, /* i: waiting for extra length (gzip) */ 26 EXTRA, /* i: waiting for extra bytes (gzip) */ 27 NAME, /* i: waiting for end of file name (gzip) */ 28 COMMENT, /* i: waiting for end of comment (gzip) */ 29 HCRC, /* i: waiting for header crc (gzip) */ 30 DICTID, /* i: waiting for dictionary check value */ [all …]
|
/openbmc/qemu/block/ |
H A D | aio_task.c | 34 bool waiting; member 55 if (pool->waiting) { in aio_task_co() 56 pool->waiting = false; in aio_task_co() 66 pool->waiting = true; in aio_task_pool_wait_one() 69 assert(!pool->waiting); in aio_task_pool_wait_one()
|
/openbmc/u-boot/common/ |
H A D | cli_simple.c | 66 int state = 0; /* 0 = waiting for '$' */ in cli_simple_process_macros() 68 /* 1 = waiting for '(' or '{' */ in cli_simple_process_macros() 69 /* 2 = waiting for ')' or '}' */ in cli_simple_process_macros() 70 /* 3 = waiting for ''' */ in cli_simple_process_macros() 93 case 0: /* Waiting for (unescaped) $ */ in cli_simple_process_macros() 105 case 1: /* Waiting for ( */ in cli_simple_process_macros() 120 case 2: /* Waiting for ) */ in cli_simple_process_macros() 145 case 3: /* Waiting for ' */ in cli_simple_process_macros() 286 puts("\nTimed out waiting for command\n"); in cli_simple_loop()
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | automation_node.hpp | 14 Waiting, enumerator 49 {NodeState::Waiting, "Waiting"},
|
/openbmc/u-boot/post/drivers/ |
H A D | rtc.c | 88 post_log ("Timeout while waiting for a new second !\n"); in rtc_post_test() 95 post_log ("Timeout while waiting for a new second !\n"); in rtc_post_test() 110 post_log ("Timeout while waiting for a new second !\n"); in rtc_post_test() 133 post_log ("Timeout while waiting for a new second !\n"); in rtc_post_test() 165 post_log ("Timeout while waiting for a new second !\n"); in rtc_post_test()
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | gbmc-br-dhcp-term.sh | 20 echo 'Waiting for network reachability' >&2 40 echo "Network is reachable, waiting $wait_min min" >&2 58 echo "DHCP still running ($pid), waiting" >&2 89 echo "Waiting ${w}s for DHCP process" >&2
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
H A D | policy-chassis-poweron | 19 echo "Waiting for $TARGET_NAME to become active..." 25 echo "Timeout waiting for $TARGET_NAME"
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/ |
H A D | arm_systemready_debian_unattended.py | 36 # Waiting to respond to the boot loader prompt error message. 47 # Waiting to respond continue without bootloader to install 64 # Waiting till the installation is finished.
|
H A D | arm_systemready_fedora_unattended.py | 31 # Waiting to respond to the boot loader prompt error message. 37 # Waiting till the installation is finished.
|
/openbmc/qemu/include/block/ |
H A D | aio-wait.h | 34 * An object that facilitates synchronous waiting on a condition. A single 55 /* Number of waiting AIO_WAIT_WHILE() callers. Accessed with atomic ops. */ 111 * Wake up the main thread if it is waiting on AIO_WAIT_WHILE(). During 113 * IOThread's event loop run, waiting for the operation to complete. A
|
H A D | reqlist.h | 65 * Shrink request and wake all waiting coroutines (maybe some of them are not 71 * Remove request and wake all waiting coroutines. Do not release any memory.
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | mirror-sparse.out | 32 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job2"}} 62 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job2"}} 92 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job2"}} 110 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job1"}} 136 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job2"}} 154 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job1"}} 180 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job2"}} 198 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job1"}} 224 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job2"}} 242 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "job1"}} [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | rcu.h | 60 bool waiting; member 113 /* Write p_rcu_reader->ctr before reading p_rcu_reader->waiting. */ in rcu_read_unlock() 115 if (unlikely(qatomic_read(&p_rcu_reader->waiting))) { in rcu_read_unlock() 116 qatomic_set(&p_rcu_reader->waiting, false); in rcu_read_unlock()
|
/openbmc/sdbusplus/src/async/ |
H A D | match.cpp | 85 // If the queue is empty, there is no message waiting, so the waiting in handle_completion() 92 // Get the waiting completion and message. in handle_completion()
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | xenbus.h | 25 * InitWait: Finished early initialisation but waiting for information 31 * Initialised: Waiting for a connection from the peer.
|
/openbmc/u-boot/arch/arm/mach-stm32mp/ |
H A D | psci.c | 159 /* just waiting reset */ in psci_cpu_off() 168 /* just waiting reset */ in psci_system_reset() 175 /* System Off is not managed, waiting user power off in psci_system_off()
|
/openbmc/u-boot/drivers/misc/ |
H A D | cros_ec_lpc.c | 34 debug("%s: Timeout waiting for CROS_EC sync\n", in wait_for_sync() 56 return log_msg_ret("Timeout waiting ready\n", -ETIMEDOUT); in cros_ec_lpc_packet() 66 return log_msg_ret("Timeout waiting ready\n", -ETIMEDOUT); in cros_ec_lpc_packet() 108 debug("%s: Timeout waiting ready\n", __func__); in cros_ec_lpc_command() 127 debug("%s: Timeout waiting for response\n", __func__); in cros_ec_lpc_command()
|
/openbmc/u-boot/drivers/i2c/muxes/ |
H A D | i2c-arb-gpio-challenge.c | 48 int waiting = 0; in i2c_arbitrator_select() local 67 if (!waiting) in i2c_arbitrator_select() 68 waiting = 1; in i2c_arbitrator_select()
|
/openbmc/openpower-sbe-interface/ |
H A D | sbe_chipOp_handler.cpp | 45 errMsg << "Waiting for FIFO device:" << devPath << "to write failed" in writeToFifo() 52 errMsg << "POLLERR while waiting for writeable FIFO,errno:" << errno; in writeToFifo() 73 errMsg << "Waiting for FIFO device:" << devPath << "to read failed" in writeToFifo() 80 errMsg << "POLLERR while waiting for readable FIFO,errno:" << errno; in writeToFifo()
|
/openbmc/u-boot/net/ |
H A D | arp.c | 32 /* MAC address of waiting packet's destination */ 191 /* are we waiting for a reply? */ in arp_receive() 205 /* matched waiting packet's address */ in arp_receive() 219 /* set the mac address in the waiting packet's header in arp_receive()
|
/openbmc/qemu/hw/scsi/ |
H A D | lsi53c895a.c | 235 int waiting; member 356 s->waiting = LSI_NOWAIT; in lsi_soft_reset() 601 if (s->waiting != 2) { in lsi_resume_script() 602 s->waiting = LSI_NOWAIT; in lsi_resume_script() 605 s->waiting = LSI_NOWAIT; in lsi_resume_script() 776 /* Reselect if waiting for it, or if reselection triggers an IRQ in lsi_queue_req() 779 is also required that there are no pending interrupts waiting in lsi_queue_req() 781 if (s->waiting == LSI_WAIT_RESELECT || in lsi_queue_req() 804 if (s->waiting && s->dbc != 0) { in lsi_command_complete() 808 s->waiting = 0; in lsi_command_complete() [all …]
|
/openbmc/obmc-ikvm/ |
H A D | ikvm_manager.hpp | 68 /* @brief Condition variable to enable waiting for thread completion */ 70 /* @brief Mutex for waiting on condition variable safely */
|
/openbmc/libpldm/src/firmware_device/ |
H A D | fd-internal.h | 21 // Waiting for a response 24 // Waiting for a cancel from the UA.
|
/openbmc/u-boot/include/ |
H A D | serial.h | 178 * waiting. 193 * pending() - Check if input/output characters are waiting 195 * This can be used to return an indication of the number of waiting 198 * of characters is waiting. 204 * @return number of waiting characters, 0 for none, -ve on error
|
/openbmc/qemu/util/ |
H A D | userfaultfd.c | 211 * @dont_wake: do not wake threads waiting on wr-protected page 249 * @dont_wake: do not wake threads waiting on missing page 282 * @dont_wake: do not wake threads waiting on missing page 304 * uffd_wakeup: wake up threads waiting on page UFFD-managed page fault resolution 306 * Wake up threads waiting on any page/pages from the designated range.
|