| /openbmc/qemu/fsdev/ |
| H A D | 9p-iov-marshal.c | 25 size_t copied = 0; in v9fs_packunpack() local 43 copied += len; in v9fs_packunpack() 51 if (copied < req_size) { in v9fs_packunpack() 57 return copied; in v9fs_packunpack() 76 ssize_t copied = 0; in v9fs_iov_vunmarshal() local 83 copied = v9fs_unpack(valp, out_sg, out_num, offset, sizeof(*valp)); in v9fs_iov_vunmarshal() 89 copied = v9fs_unpack(&val, out_sg, out_num, offset, sizeof(val)); in v9fs_iov_vunmarshal() 90 if (copied <= 0) { in v9fs_iov_vunmarshal() 103 copied = v9fs_unpack(&val, out_sg, out_num, offset, sizeof(val)); in v9fs_iov_vunmarshal() 104 if (copied <= 0) { in v9fs_iov_vunmarshal() [all …]
|
| /openbmc/qemu/net/ |
| H A D | eth.c | 75 size_t copied; in eth_get_l3_proto() local 83 copied = iov_to_buf(l2hdr_iov, iovcnt, proto_offset, in eth_get_l3_proto() 86 return (copied == sizeof(proto)) ? be16_to_cpu(proto) : ETH_P_UNKNOWN; in eth_get_l3_proto() 95 size_t copied; in _eth_copy_chunk() local 101 copied = iov_to_buf(iov, iovcnt, offset, buffer, length); in _eth_copy_chunk() 103 if (copied < length) { in _eth_copy_chunk() 141 size_t copied; in eth_get_protocols() local 157 copied = iov_to_buf(iov, iovcnt, *l3hdr_off, iphdr, sizeof(*iphdr)); in eth_get_protocols() 158 if (copied < sizeof(*iphdr) || in eth_get_protocols() 229 size_t copied = iov_to_buf(iov, iovcnt, iovoff, in eth_strip_vlan() local [all …]
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | log-event.js | 16 event.copied = true; 18 event.copied = false;
|
| /openbmc/u-boot/doc/ |
| H A D | README.plan9 | 8 copied to CONFADDR. If no arguments are specified, the contents of the 9 bootargs environment variable will be copied.
|
| /openbmc/bmcweb/features/kvm/ |
| H A D | kvm_websocket.hpp | 67 size_t copied = boost::asio::buffer_copy( in onMessage() local 70 logPtr(&conn), copied); in onMessage() 71 inputBuffer.commit(copied); in onMessage()
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | AdaCore-doc | 1 This document may be copied, in whole or in part, in any form or by any means, as is or with altera…
|
| H A D | TTWL | 5 This module may be modified, used, copied, and redistributed at your own risk.
|
| H A D | APAFML | 3 This file and the 14 PostScript(R) AFM files it accompanies may be used, copied, and distributed fo…
|
| H A D | Cronyx | 7 This software may be used, modified, copied, distributed, and sold,
|
| H A D | HaskellReport | 6 …ty, including this Notice. Modified versions of this Report may also be copied and distributed fo…
|
| H A D | xkeyboard-config-Zinoviev | 3 This software may be used, modified, copied, distributed, and sold,
|
| H A D | URT-RLE | 1 * This software is copyrighted as noted below. It may be freely copied,
|
| H A D | Afmparse | 3 This file may be freely copied and redistributed as long as:
|
| /openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-kernel/linux/linux-aspeed/nf5280m7/ |
| H A D | nf5280m7.cfg | 19 # copied from gbmc
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | upgrade.py | 93 def _write_append(rc, srctreebase, srctree, same_dir, no_same_dir, revs, copied, workspace, d): argument 125 if copied: 127 f.write('# original_files: %s\n' % ' '.join(copied)) 342 copied, _ = oe.recipeutils.copy_recipe_files(rd, path, all_variants=True) 343 if not copied: 345 logger.debug('Copied %s to %s' % (copied, path)) 472 return fullpath, copied 612 …rf, copied = _create_new_recipe(args.version, checksums, args.srcrev, srcbranch, srcsubdir1, srcsu… 619 copied, config.workspace_path, rd)
|
| /openbmc/qemu/include/net/ |
| H A D | eth.h | 321 size_t copied = iov_to_buf(iov, iovcnt, iovoff, p, ARRAY_SIZE(p)); in eth_get_l2_hdr_length_iov() local 323 if (copied < ARRAY_SIZE(p)) { in eth_get_l2_hdr_length_iov() 324 return copied; in eth_get_l2_hdr_length_iov()
|
| /openbmc/u-boot/lib/libfdt/ |
| H A D | README | 14 To adapt for U-Boot usage, only the applicable files were copied and
|
| /openbmc/bmcweb/http/ |
| H A D | server_sent_event_impl.hpp | 219 size_t copied = boost::asio::buffer_copy( in dataFormat() local 221 inputBuffer.commit(copied); in dataFormat()
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/ |
| H A D | edk2-basetools-native_202502.bb | 2 # built, they are just copied to native sysroot. This is sufficient for
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/ |
| H A D | edk2-basetools-native_202408.bb | 2 # built, they are just copied to native sysroot. This is sufficient for
|
| /openbmc/bmcweb/features/virtual_media/ |
| H A D | vm_websocket.hpp | 303 size_t copied = boost::asio::buffer_copy( in send() local 305 ws2uxBuf.commit(copied); in send() 615 size_t copied = boost::asio::buffer_copy( in requestRoutes() local 618 handler->inputBuffer.commit(copied); in requestRoutes()
|
| /openbmc/u-boot/board/synopsys/iot_devkit/ |
| H A D | u-boot.lds | 56 * copied from ROM to RAM in board_early_init_f().
|
| /openbmc/qemu/hw/i386/kvm/ |
| H A D | xen_xenstore.c | 1099 unsigned int copied = 0; in copy_from_ring() local 1125 copied += copylen; in copy_from_ring() 1146 return copied; in copy_from_ring() 1158 unsigned int copied = 0; in copy_to_ring() local 1193 copied += copylen; in copy_to_ring() 1206 return copied; in copy_to_ring() 1211 unsigned int copied = 0; in get_req() local 1224 copied += copylen; in get_req() 1241 copied += copylen; in get_req() 1245 return copied; in get_req()
|
| /openbmc/u-boot/arch/arm/mach-bcmstb/ |
| H A D | Kconfig | 36 hex "Address to which the prior stage provided DTB will be copied"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | strncpy-truncation.patch | 4 be copied has already been determined with strlen(). Replace strncpy()
|