Home
last modified time | relevance | path

Searched refs:copied (Results 1 – 25 of 223) sorted by relevance

123456789

/openbmc/qemu/fsdev/
H A D9p-iov-marshal.c25 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 Deth.c75 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 Dlog-event.js16 event.copied = true;
18 event.copied = false;
/openbmc/u-boot/doc/
H A DREADME.plan98 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 Dkvm_websocket.hpp67 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 DAdaCore-doc1 This document may be copied, in whole or in part, in any form or by any means, as is or with altera…
H A DTTWL5 This module may be modified, used, copied, and redistributed at your own risk.
H A DAPAFML3 This file and the 14 PostScript(R) AFM files it accompanies may be used, copied, and distributed fo…
H A DCronyx7 This software may be used, modified, copied, distributed, and sold,
H A DHaskellReport6 …ty, including this Notice. Modified versions of this Report may also be copied and distributed fo…
H A Dxkeyboard-config-Zinoviev3 This software may be used, modified, copied, distributed, and sold,
H A DURT-RLE1 * This software is copyrighted as noted below. It may be freely copied,
H A DAfmparse3 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 Dnf5280m7.cfg19 # copied from gbmc
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py93 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 Deth.h321 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 DREADME14 To adapt for U-Boot usage, only the applicable files were copied and
/openbmc/bmcweb/http/
H A Dserver_sent_event_impl.hpp219 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 Dedk2-basetools-native_202502.bb2 # built, they are just copied to native sysroot. This is sufficient for
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/
H A Dedk2-basetools-native_202408.bb2 # built, they are just copied to native sysroot. This is sufficient for
/openbmc/bmcweb/features/virtual_media/
H A Dvm_websocket.hpp303 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 Du-boot.lds56 * copied from ROM to RAM in board_early_init_f().
/openbmc/qemu/hw/i386/kvm/
H A Dxen_xenstore.c1099 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 DKconfig36 hex "Address to which the prior stage provided DTB will be copied"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dstrncpy-truncation.patch4 be copied has already been determined with strlen(). Replace strncpy()

123456789