/openbmc/qemu/util/ |
H A D | qemu-thread-win32.c | 76 assert(mutex->initialized); in qemu_mutex_destroy() 77 mutex->initialized = false; in qemu_mutex_destroy() 83 assert(mutex->initialized); in qemu_mutex_lock_impl() 93 assert(mutex->initialized); in qemu_mutex_trylock_impl() 104 assert(mutex->initialized); in qemu_mutex_unlock_impl() 112 mutex->initialized = true; in qemu_rec_mutex_init() 117 assert(mutex->initialized); in qemu_rec_mutex_destroy() 118 mutex->initialized = false; in qemu_rec_mutex_destroy() 124 assert(mutex->initialized); in qemu_rec_mutex_lock_impl() 130 assert(mutex->initialized); in qemu_rec_mutex_trylock_impl() [all …]
|
H A D | qemu-thread-posix.c | 81 assert(mutex->initialized); in qemu_mutex_destroy() 82 mutex->initialized = false; in qemu_mutex_destroy() 92 assert(mutex->initialized); in qemu_mutex_lock_impl() 104 assert(mutex->initialized); in qemu_mutex_trylock_impl() 120 assert(mutex->initialized); in qemu_mutex_unlock_impl() 139 mutex->m.initialized = true; in qemu_rec_mutex_init() 185 cond->initialized = true; in qemu_cond_init() 192 assert(cond->initialized); in qemu_cond_destroy() 193 cond->initialized = false; in qemu_cond_destroy() 203 assert(cond->initialized); in qemu_cond_signal() [all …]
|
H A D | event_notifier-posix.c | 31 e->initialized = true; in event_notifier_init_fd() 66 e->initialized = true; in event_notifier_init() 80 if (!e->initialized) { in event_notifier_cleanup() 91 e->initialized = false; in event_notifier_cleanup() 109 if (!e->initialized) { in event_notifier_set() 130 if (!e->initialized) { in event_notifier_test_and_clear()
|
/openbmc/linux/drivers/accel/habanalabs/include/common/ |
H A D | hl_boot_if.h | 212 * Initialized in: preboot 217 * Initialized in: preboot 221 * Initialized in: preboot 225 * Initialized in: u-boot 230 * Initialized in: u-boot 232 * CPU_BOOT_DEV_STS0_E2E_CRED_EN E2E credits initialized. 233 * FW initialized E2E credits. 234 * Initialized in: u-boot 236 * CPU_BOOT_DEV_STS0_HBM_CRED_EN HBM credits initialized. 237 * FW initialized HBM credits. [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | thread-win32.h | 12 bool initialized; member 18 bool initialized; member 23 bool initialized; member 28 bool initialized; member 34 bool initialized; member
|
H A D | thread-posix.h | 13 bool initialized; member 26 bool initialized; member 41 bool initialized; member
|
/openbmc/u-boot/drivers/phy/ |
H A D | sandbox-phy.c | 12 bool initialized; member 21 if (!priv->initialized) in sandbox_phy_power_on() 36 if (!priv->initialized) in sandbox_phy_power_off() 58 priv->initialized = true; in sandbox_phy_init() 68 priv->initialized = false; in sandbox_phy_exit() 78 priv->initialized = false; in sandbox_phy_probe()
|
/openbmc/u-boot/common/eeprom/ |
H A D | eeprom_field.c | 110 * @field: an initialized field to print 120 * @field: an initialized field 132 * @field: an initialized field 152 * @field: an initialized field to print 167 * @field: an initialized field 183 * @field: an initialized field to print 194 * @field: an initialized field 204 * @field: an initialized field to print 217 * @field: an initialized field 243 * @field: an initialized field to print
|
/openbmc/libbej/include/libbej/ |
H A D | bej_tree.h | 194 * @param parent - a pointer to an initialized parent struct. 204 * @param[in] parent - a pointer to an initialized parent struct. 216 * @param[in] node - initialized bejInteger type node. 224 * @param[in] parent - a pointer to an initialized parent struct. 236 * @param[in] parent - a pointer to an initialized parent struct. 248 * @param[in] parent - a pointer to an initialized parent struct. 260 * @param[in] node - initialized bejReal type node. 268 * @param[in] parent - a pointer to an initialized parent struct. 280 * @param[in] parent - a pointer to an initialized parent struct. 281 * @param[in] child - a pointer to an initialized child struct. [all …]
|
/openbmc/qemu/include/crypto/ |
H A D | hash.h | 74 * @errp: pointer to a NULL-initialized error object 106 * @errp: pointer to a NULL-initialized error object 137 * @errp: pointer to a NULL-initialized error object 159 * @errp: pointer to a NULL-initialized error object 175 * @errp: pointer to a NULL-initialized error object 191 * @errp: pointer to a NULL-initialized error object 210 * @errp: pointer to a NULL-initialized error object 229 * @errp: pointer to a NULL-initialized error object 255 * @errp: pointer to a NULL-initialized error object 280 * @errp: pointer to a NULL-initialized error object [all …]
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bnx2_fw.h | 11 /* Initialized Values for the Completion Processor. */ 27 /* Initialized Values the Command Processor. */ 43 /* Initialized Values for the RX Processor. */ 59 /* Initialized Values for the TX Patch-up Processor. */ 75 /* Initialized Values for the TX Processor. */
|
/openbmc/linux/tools/perf/util/ |
H A D | unwind-libunwind.c | 20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() argument 34 if (initialized) in unwind__prepare_access() 35 *initialized = true; in unwind__prepare_access() 66 if (initialized) in unwind__prepare_access() 67 *initialized = err ? false : true; in unwind__prepare_access()
|
/openbmc/sdeventplus/src/sdeventplus/utility/ |
H A D | timer.cpp | 103 if (enabled && !userdata->initialized) in setEnabled() 105 throw std::runtime_error("Timer was never initialized"); in setEnabled() 115 userdata->initialized = true; in setRemaining() 140 userdata->initialized = false; in restart() 153 userdata->initialized = false; in restartOnce() 163 userdata->initialized = false; in internalCallback() 193 initialized(interval.has_value()), callback(std::move(callback)), in TimerData()
|
/openbmc/qemu/include/io/ |
H A D | channel.h | 213 * @errp: pointer to a NULL-initialized error object 261 * @errp: pointer to a NULL-initialized error object 301 * @errp: pointer to a NULL-initialized error object 331 * @errp: pointer to a NULL-initialized error object 359 * @errp: pointer to a NULL-initialized error object 383 * @errp: pointer to a NULL-initialized error object 398 * @errp: pointer to a NULL-initialized error object 413 * @errp: pointer to a NULL-initialized error object 429 * @errp: pointer to a NULL-initialized error object 445 * @errp: pointer to a NULL-initialized error object [all …]
|
H A D | channel-socket.h | 71 * @errp: pointer to a NULL-initialized error object 87 * @errp: pointer to a NULL-initialized error object 128 * @errp: pointer to a NULL-initialized error object 172 * @errp: pointer to a NULL-initialized error object 217 * @errp: pointer to a NULL-initialized error object 234 * @errp: pointer to a NULL-initialized error object 252 * @errp: pointer to a NULL-initialized error object
|
/openbmc/linux/include/linux/comedi/ |
H A D | comedidev.h | 29 * @device: COMEDI device to which this subdevice belongs. (Initialized by 32 * (Initialized by comedi_alloc_subdevices().) 33 * @type: Type of subdevice from &enum comedi_subdevice_type. (Initialized by 35 * @n_chan: Number of channels the subdevice supports. (Initialized by the 38 * the COMEDI core and user application. (Initialized by the low-level 41 * asynchronous acquisition commands. (Optionally initialized by the 47 * (Initialized by the low-level driver.) 49 * asynchronous acquisition commands. (Allocated and initialized during 58 * driver. (Initialized by comedi_alloc_subdevices().) 61 * corresponding channel is configured as an output. (Initialized by the [all …]
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | aia_device.c | 82 /* Writes can only be done before irqchip is initialized */ in aia_config() 176 /* Writes can only be done before irqchip is initialized */ in aia_aplic_addr() 202 /* Writes can only be done before irqchip is initialized */ in aia_imsic_addr() 261 /* Irqchip can be initialized only once */ in aia_init() 310 /* Set the initialized flag */ in aia_init() 311 kvm->arch.aia.initialized = true; in aia_init() 518 /* Proceed only if AIA was initialized successfully */ in kvm_riscv_vcpu_aia_update() 536 /* Proceed only if AIA was initialized successfully */ in kvm_riscv_vcpu_aia_reset() 553 * will be done after AIA device is initialized by the user-space. in kvm_riscv_vcpu_aia_init() 567 /* Proceed only if AIA was initialized successfully */ in kvm_riscv_vcpu_aia_deinit() [all …]
|
/openbmc/u-boot/fs/cbfs/ |
H A D | cbfs.c | 19 return "CBFS not initialized"; in file_cbfs_error() 36 static int initialized; variable 185 initialized = 0; in file_cbfs_init() 195 initialized = 1; in file_cbfs_init() 200 if (initialized) { in file_cbfs_get_header() 211 if (!initialized) { in file_cbfs_get_first() 222 if (!initialized) { in file_cbfs_get_next() 237 if (!initialized) { in file_cbfs_find()
|
/openbmc/phosphor-host-ipmid/app/ |
H A D | watchdog_service.hpp | 34 bool initialized; member 50 /** @brief Get the value of the initialized property on the host 57 /** @brief Sets the value of the initialized property on the host 60 * @param[in] initialized - The new initializedvalue 62 void setInitialized(bool initialized);
|
H A D | watchdog_service.cpp | 84 wd_prop.initialized = std::get<bool>(properties.at("Initialized")); in getProperties() 170 return getProperty<bool>("Initialized"); in getInitialized() 173 void WatchdogService::setInitialized(bool initialized) in setInitialized() argument 175 setProperty("Initialized", initialized); in setInitialized()
|
/openbmc/linux/fs/cramfs/ |
H A D | uncompress.c | 28 static int initialized; variable 61 if (!initialized++) { in cramfs_uncompress_init() 64 initialized = 0; in cramfs_uncompress_init() 76 if (!--initialized) { in cramfs_uncompress_exit()
|
/openbmc/linux/security/integrity/platform_certs/ |
H A D | machine_keyring.c | 19 pr_notice("Machine keyring initialized\n"); in machine_keyring_init() 66 static bool initialized; in trust_moklist() local 69 if (!initialized) { in trust_moklist() 70 initialized = true; in trust_moklist()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | crt0_64.S | 28 * global data, initialized or not (BSS), are UNAVAILABLE; only 29 * CONSTANT initialized data are available. GD should be zeroed 41 * initialized non-const data are still not available. 51 * environment has BSS (initialized to 0), initialized non-const 52 * data (initialized to their intended value), and stack in system
|
H A D | crt0.S | 24 * global data, initialized or not (BSS), are UNAVAILABLE; only 25 * CONSTANT initialized data are available. GD should be zeroed 37 * initialized non-const data are still not available. 47 * environment has BSS (initialized to 0), initialized non-const 48 * data (initialized to their intended value), and stack in system
|
/openbmc/u-boot/doc/ |
H A D | README.ae350 | 225 [ 0.056000] devtmpfs: initialized 251 [ 1.404000] IR NEC protocol handler initialized 252 [ 1.404000] IR RC5(x/sz) protocol handler initialized 253 [ 1.404000] IR RC6 protocol handler initialized 254 [ 1.404000] IR JVC protocol handler initialized 255 [ 1.408000] IR Sony protocol handler initialized 256 [ 1.408000] IR SANYO protocol handler initialized 257 [ 1.408000] IR Sharp protocol handler initialized 258 [ 1.408000] IR MCE Keyboard/mouse protocol handler initialized 259 [ 1.412000] IR XMP protocol handler initialized
|