Home
last modified time | relevance | path

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

123456

/dragonfly/sys/dev/drm/include/linux/
H A Dkfifo.h130 copied = size; in _kfifo_out_peek()
135 copied = size; in _kfifo_out_peek()
140 copied = size; in _kfifo_out_peek()
145 return copied; in _kfifo_out_peek()
166 copied = size; in _kfifo_out()
172 copied = size; in _kfifo_out()
178 copied = size; in _kfifo_out()
183 return copied; in _kfifo_out()
204 copied = size; in _kfifo_in()
215 copied = size; in _kfifo_in()
[all …]
H A Dfs.h109 loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata);
/dragonfly/contrib/ncurses/progs/
H A Dtabs.c264 char *copied = trimmed_tab_list(value); in add_to_tab_list() local
266 if (copied != 0 && *copied != '\0') { in add_to_tab_list()
268 size_t need = 1 + strlen(copied); in add_to_tab_list()
270 if (*copied == ',') in add_to_tab_list()
289 _nc_STRCAT(result, copied, need); in add_to_tab_list()
293 free(copied); in add_to_tab_list()
/dragonfly/sys/net/accf_http/
H A Daccf_http.c305 int ccleft, copied; in soishttpconnected() local
318 copied = 0; in soishttpconnected()
331 tocopy = (NCHRS - ccleft) - copied; in soishttpconnected()
335 switch (copied++) { in soishttpconnected()
/dragonfly/crypto/libressl/crypto/dso/
H A Ddso_lib.c348 char *copied; in DSO_set_filename() local
359 copied = strdup(filename); in DSO_set_filename()
360 if (copied == NULL) { in DSO_set_filename()
365 dso->filename = copied; in DSO_set_filename()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c170 bool copied = FALSE; in copywin() local
189 copied = TRUE; in copywin()
216 if (copied) in copywin()
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c1039 char *copied = 0; in _nc_read_termcap_entry() local
1058 copied = strdup(get_termpath()); in _nc_read_termcap_entry()
1059 for (cp = copied; *cp; cp++) { in _nc_read_termcap_entry()
1062 else if (cp == copied || cp[-1] == '\0') { in _nc_read_termcap_entry()
1141 if (copied != 0) in _nc_read_termcap_entry()
1142 free(copied); in _nc_read_termcap_entry()
/dragonfly/libexec/telnetd/
H A Dstate.c1656 int remaining, copied; in output_datalen() local
1667 copied = remaining > len ? len : remaining; in output_datalen()
1668 memmove(nfrontp, buf, copied); in output_datalen()
1669 nfrontp += copied; in output_datalen()
1670 len -= copied; in output_datalen()
1671 remaining -= copied; in output_datalen()
1672 buf += copied; in output_datalen()
/dragonfly/sys/dev/disk/dm/doc/
H A Dproposal-dm.txt71 /* copied blocks bitmaps administration etc*/
75 /* list of parts that still need copied etc.; run length encoded? */
/dragonfly/sys/dev/drm/
H A Dlinux_shmem.c110 loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) in pagecache_write_end() argument
115 return copied; in pagecache_write_end()
H A Ddrm_property.c445 int i, copied; in drm_mode_getproperty_ioctl() local
472 copied = 0; in drm_mode_getproperty_ioctl()
482 if (copy_to_user(&enum_ptr[copied].value, in drm_mode_getproperty_ioctl()
486 if (copy_to_user(&enum_ptr[copied].name, in drm_mode_getproperty_ioctl()
489 copied++; in drm_mode_getproperty_ioctl()
H A Ddrm_connector.c1376 int copied = 0; in drm_mode_getconnector() local
1396 copied = 0; in drm_mode_getconnector()
1401 encoder_ptr + copied)) { in drm_mode_getconnector()
1405 copied++; in drm_mode_getconnector()
1437 copied = 0; in drm_mode_getconnector()
1444 if (copy_to_user(mode_ptr + copied, in drm_mode_getconnector()
1451 copied++; in drm_mode_getconnector()
/dragonfly/sys/dev/drm/i915/
H A Di915_gem_execbuffer.c1399 unsigned int copied; in eb_relocate_vma() local
1412 if (unlikely(copied)) { in eb_relocate_vma()
1522 unsigned long copied; in eb_copy_relocations() local
1542 copied = 0; in eb_copy_relocations()
1545 min_t(u64, BIT_ULL(31), size - copied); in eb_copy_relocations()
1547 if (__copy_from_user((char *)relocs + copied, in eb_copy_relocations()
1548 (char __user *)urelocs + copied, in eb_copy_relocations()
1555 copied += len; in eb_copy_relocations()
1556 } while (copied < size); in eb_copy_relocations()
1569 for (copied = 0; copied < nreloc; copied++) in eb_copy_relocations()
[all …]
/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-create.c160 ctf_member_t *copied; in ctf_copy_smembers() local
167 copied = (ctf_member_t *) t; in ctf_copy_smembers()
169 ctf_str_add_ref (fp, dmd->dmd_name, &copied->ctm_name); in ctf_copy_smembers()
185 ctf_lmember_t *copied; in ctf_copy_lmembers() local
193 copied = (ctf_lmember_t *) t; in ctf_copy_lmembers()
195 ctf_str_add_ref (fp, dmd->dmd_name, &copied->ctlm_name); in ctf_copy_lmembers()
211 ctf_enum_t *copied; in ctf_copy_emembers() local
215 copied = (ctf_enum_t *) t; in ctf_copy_emembers()
396 ctf_stype_t *copied; in ctf_serialize() local
406 if (copied->ctt_name in ctf_serialize()
[all …]
/dragonfly/crypto/libressl/ssl/
H A Dbs_cbs.c118 CBS_write_bytes(const CBS *cbs, uint8_t *dst, size_t dst_len, size_t *copied) in CBS_write_bytes() argument
125 if (copied != NULL) in CBS_write_bytes()
126 *copied = cbs->len; in CBS_write_bytes()
/dragonfly/crypto/libressl/crypto/bytestring/
H A Dbs_cbs.c118 CBS_write_bytes(const CBS *cbs, uint8_t *dst, size_t dst_len, size_t *copied) in CBS_write_bytes() argument
125 if (copied != NULL) in CBS_write_bytes()
126 *copied = cbs->len; in CBS_write_bytes()
/dragonfly/bin/sh/
H A Dnodetypes47 # other - any type that can be copied by assignment
48 # temp - a field that doesn't have to be copied when the node is copied
/dragonfly/contrib/cvs-1.12/contrib/pam/
H A Dcvs.linux4 # The contents of this file should be copied to
/dragonfly/contrib/gcc-8.0/gcc/
H A Dlra-eliminations.c340 int copied = 0; in lra_eliminate_regs_1() local
674 if (new_rtx != XEXP (x, i) && ! copied) in lra_eliminate_regs_1()
677 copied = 1; in lra_eliminate_regs_1()
693 if (! copied) in lra_eliminate_regs_1()
696 copied = 1; in lra_eliminate_regs_1()
/dragonfly/contrib/lvm2/dist/doc/
H A Dpvmove_outline.txt37 who checks that that chunk has been copied to the new destination, if
/dragonfly/tools/regression/lib/libc-regex/
H A DREADME91 : comment comment copied as output NOTE
93 N[OTE] comment comment copied as output NOTE
/dragonfly/contrib/ee/
H A Dmake.default9 # will be copied into the /usr/local/man/man1 directory.
/dragonfly/sys/netinet6/
H A Dicmp6.c1375 int lenlim, copied; in ni6_input() local
1381 copied = ni6_store_addrs(ni6, nni6, ifp, lenlim); in ni6_input()
1384 sizeof(struct icmp6_nodeinfo) + copied; in ni6_input()
1665 int copied = 0, allow_deprecated = 0; in ni6_store_addrs() local
1753 return (copied); in ni6_store_addrs()
1791 copied += (sizeof(struct in6_addr) + in ni6_store_addrs()
1805 return (copied); in ni6_store_addrs()
/dragonfly/sys/net/dummynet/
H A Dip_dummynet.c1737 int i, copied = 0; in dn_copy_flowqueues() local
1745 "should be %d)\n", copied, q->hash_slot, i); in dn_copy_flowqueues()
1752 copied++; in dn_copy_flowqueues()
1768 if (copied != fs->rq_elements) { /* XXX ASSERT */ in dn_copy_flowqueues()
1770 copied, fs->rq_elements); in dn_copy_flowqueues()
/dragonfly/sys/net/dummynet3/
H A Dip_dummynet3.c1715 int i, copied = 0; in dn_copy_flowqueues() local
1724 copied, q->hash_slot, i); in dn_copy_flowqueues()
1731 copied++; in dn_copy_flowqueues()
1747 if (copied != fs->rq_elements) { /* XXX ASSERT */ in dn_copy_flowqueues()
1749 copied, fs->rq_elements); in dn_copy_flowqueues()

123456