| /openbmc/phosphor-pid-control/dbus/ |
| H A D | dbuswrite.cpp | 63 void DbusWritePercent::write(double value, bool force, int64_t* written) in write() argument 76 if (written) in write() 78 *written = oldValue; in write() 102 if (written) in write() 104 *written = oldValue; in write() 132 void DbusWrite::write(double value, bool force, int64_t* written) in write() argument 138 if (written) in write() 140 *written = oldValue; in write() 164 if (written) in write() 166 *written = oldValue; in write()
|
| /openbmc/u-boot/arch/arm/mach-davinci/ |
| H A D | Kconfig | 79 Value written to PLLC0 PLL Post-Divider Control Register 85 Value written to PLLC0 Divider 1 register 91 Value written to PLLC0 Divider 2 register 97 Value written to PLLC0 Divider 3 register 103 Value written to PLLC0 Divider 4 register 109 Value written to PLLC0 Divider 5 register 115 Value written to PLLC0 Divider 6 register 121 Value written to PLLC0 Divider 7 register 127 Value written to PLLC1 PLL Post-Divider Control Register 133 Value written to PLLC1 Divider 1 register [all …]
|
| /openbmc/estoraged/src/erase/ |
| H A D | zero.cpp | 35 size_t written = 0; in writeZero() local 37 while (written < writeSize) in writeZero() 39 written += fd.write(std::span{blockOfZeros}.subspan( in writeZero() 40 written, writeSize - written)) in writeZero() 42 if (written == writeSize) in writeZero() 46 if (written > writeSize) in writeZero()
|
| H A D | pattern.cpp | 51 size_t written = 0; in writePattern() local 53 while (written < writeSize) in writePattern() 55 written += fd.write(std::span{randArr}.subspan(written, in writePattern() 56 writeSize - written)) in writePattern() 58 if (written == writeSize) in writePattern() 62 if (written > writeSize) in writePattern()
|
| /openbmc/qemu/hw/audio/ |
| H A D | adlib.c | 189 int samples, to_play, written; in adlib_callback() local 198 written = write_audio (s, to_play); in adlib_callback() 200 if (written) { in adlib_callback() 201 s->left -= written; in adlib_callback() 202 samples -= written; in adlib_callback() 203 to_play -= written; in adlib_callback() 204 s->pos = (s->pos + written) % s->samples; in adlib_callback() 219 written = write_audio (s, samples); in adlib_callback() 221 if (written) { in adlib_callback() 222 samples -= written; in adlib_callback() [all …]
|
| H A D | gus.c | 120 int written = write_audio (s, to_play); in GUS_callback() local 122 if (!written) { in GUS_callback() 126 s->left -= written; in GUS_callback() 127 to_play -= written; in GUS_callback() 128 samples -= written; in GUS_callback() 129 net += written; in GUS_callback() 137 int written = write_audio (s, samples); in GUS_callback() local 138 if (!written) { in GUS_callback() 141 samples -= written; in GUS_callback() 142 net += written; in GUS_callback()
|
| /openbmc/qemu/ui/ |
| H A D | util.c | 43 ssize_t written = snprintf(buf + len, buf_size - len, "/%02x.%x", in append_pci_address() local 46 return written > 0 && written < buf_size - len; in append_pci_address()
|
| /openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
| H A D | i2c_write_bytes.md | 8 All of the bytes will be written in a single I2C operation. 11 PMBus device requires byte values to be written in little-endian order (least 20 …within the corresponding byte value. Only the bits with a value of 1 in the mask will be written. | 32 "written in big-endian order." 45 "written in little-endian order. Do not write the most",
|
| H A D | pmbus_write_vout_command.md | 23 property is converted into linear format before being written. 38 If you wish to verify that the specified volts value was successfully written to 41 The value of VOUT_COMMAND will be read from the device after it is written to 47 were written to VOUT_COMMAND. The PMBus specification permits a device to have 57 | format | yes | string | Data format of the value written to VOUT_COMMA… 83 "Verify value was successfully written to VOUT_COMMAND."
|
| /openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch | 62 + unsigned int written = 0; 73 + if (ext2fs_file_write(e2_file, ptr, count, &written)) { 78 + count -= written; 79 + ptr += written; 80 + done += written;
|
| /openbmc/bmcweb/include/ |
| H A D | duplicatable_file_handle.hpp | 50 ssize_t written = write(fd, contents.data(), contents.size()); in DuplicatableFileHandle() local 51 if (written < 0 || static_cast<size_t>(written) != contents.size()) in DuplicatableFileHandle()
|
| /openbmc/qemu/tests/tcg/multiarch/linux/ |
| H A D | linux-madvise.c | 33 ssize_t written; in test_file() local 43 written = write(fd, &c, sizeof(c)); in test_file() 44 assert(written == sizeof(c)); in test_file()
|
| /openbmc/u-boot/drivers/fastboot/ |
| H A D | fb_nand.c | 92 size_t length, size_t *written) in _fb_nand_write() argument 100 return nand_write_skip_bad(mtd, offset, &length, written, in _fb_nand_write() 109 size_t written; in fb_nand_sparse_write() local 114 blkcnt * info->blksz, &written); in fb_nand_sparse_write() 126 return written / info->blksz; in fb_nand_sparse_write()
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | OpenSSL-standalone | 22 prior written permission. For written permission, please contact 26 nor may "OpenSSL" appear in their names without prior written 48 This product includes cryptographic software written by Eric Young 49 (eay@cryptsoft.com). This product includes software written by Tim
|
| H A D | OpenSSL | 26 prior written permission. For written permission, please contact 30 nor may "OpenSSL" appear in their names without prior written 52 This product includes cryptographic software written by Eric Young 53 (eay@cryptsoft.com). This product includes software written by Tim 63 This package is an SSL implementation written 65 The implementation was written so as to conform with Netscapes SSL. 91 "This product includes cryptographic software written by 97 "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-pygments_2.19.1.bb | 1 SUMMARY = "Pygments is a syntax highlighting package written in Python." 2 DESCRIPTION = "Pygments is a syntax highlighting package written in Python."
|
| /openbmc/phosphor-pid-control/sensors/ |
| H A D | pluggable.cpp | 25 void PluggableSensor::write(double value, bool force, int64_t* written) in write() argument 27 _writer->write(value, force, written); in write()
|
| H A D | sensor.hpp | 42 virtual void write(double value, bool force, int64_t* written) in write() argument 45 (void)written; in write()
|
| /openbmc/openbmc/meta-google/recipes-phosphor/host/ |
| H A D | phosphor-host-postd_%.bbappend | 1 # It's useful for debugging to have post codes written to the journal 3 # written. This enables the verbose output of the daemon, providing
|
| /openbmc/u-boot/doc/ |
| H A D | README.VSC3316-3308 | 1 This file contains API information of the initialization code written for 16 …dress 79.h to be written is 0x02 for two-wire interface. Also for crosspoint connections to be act… 23 …interface. So the value in Interface mode register at address 79.h to be written is 0x02 for two-w… 41 …For crosspoint connections to be activated, 01.h value need to be written in 75.h (core configurat…
|
| /openbmc/phosphor-pid-control/ |
| H A D | interfaces.hpp | 75 virtual void write(double value, bool force, int64_t* written) in write() argument 78 (void)written; in write()
|
| /openbmc/openbmc/poky/meta/recipes-support/libffi/ |
| H A D | libffi_3.4.8.bb | 6 interface that allows code written in one language to call code written in another language. The `… 28 # Doesn't compile in MIPS16e mode due to use of hand-written
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/ |
| H A D | 0006-common_audio-implement-endianness-conversion-in-wav-.patch | 60 + const size_t written = 65 const size_t written = 68 RTC_CHECK_EQ(num_samples, written); 69 num_samples_ += static_cast<uint32_t>(written); 70 RTC_CHECK(written <= std::numeric_limits<uint32_t>::max() ||
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/pim435/ |
| H A D | pim435_git.bb | 6 SUMMARY = "A userspace driver application for PIM435 written in C" 8 written in C"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ace-cloud-editor/ |
| H A D | ace-cloud-editor_git.bb | 1 DESCRIPTION = "Ace is a code editor written in JavaScript." 2 SUMMARY = "Ace is a code editor written in JavaScript. This repository has only generated files"
|