Searched refs:copyto (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libc/db/hash/
H A Dhash_page.c192 u_int16_t copyto, diff, off, moved; local
195 copyto = (u_int16_t)hashp->BSIZE;
215 (int)copyto, (int)moved);
226 diff = copyto - off;
228 copyto = ino[n + 1] + diff;
229 memmove(op + copyto, op + ino[n + 1],
231 ino[ndx] = copyto + ino[n] - ino[n + 1];
232 ino[ndx + 1] = copyto;
234 copyto = ino[n + 1];
249 FREESPACE(ino) = copyto
279 ugly_split(HTAB *hashp, u_int32_t obucket, BUFHEAD *old_bufp, BUFHEAD *new_bufp, int copyto, int moved) argument
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dminsyms.c745 struct minimal_symbol *copyto;
749 copyfrom = copyto = msymbol;
764 *copyto++ = *copyfrom++;
766 *copyto++ = *copyfrom++;
767 mcount = copyto - msymbol;
744 struct minimal_symbol *copyto; local
/freebsd-12-stable/sys/netinet/
H A Dsctp_bsd_addr.c397 void *copyto; local
473 copyto = (void *)lenat;
481 m_copydata(m, 0, length, (caddr_t)copyto);

Completed in 120 milliseconds