Searched refs:ovbcopy (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dovbcopy.s52 ovbcopy(const void *from, void *to, size_t count)
67 ENTRY(ovbcopy) function
103 SET_SIZE(ovbcopy)
107 ENTRY(ovbcopy) function
150 SET_SIZE(ovbcopy)
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcopy.c47 ovbcopy(const void *src, void *dst, size_t len) function
/illumos-gate/usr/src/common/util/
H A Dmemstr.c47 ovbcopy(s2, s1, n);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_common.c81 ovbcopy(mp->b_rptr, mp->b_rptr - VLAN_TAGSZ, 2 * ETHERADDRL);
144 ovbcopy(mp->b_rptr, mp->b_rptr + VLAN_TAGSZ, 2 * ETHERADDRL);
/illumos-gate/usr/src/uts/common/fs/
H A Dpathname.c175 ovbcopy(pnp->pn_path, pnp->pn_buf + sympnp->pn_pathlen,
190 ovbcopy(pnp->pn_path, pnp->pn_path - complen +
330 ovbcopy(pnp->pn_path, pnp->pn_buf, pnp->pn_pathlen);
H A Dlookup.c1228 ovbcopy(bufloc, buf, buflen - (bufloc - buf));
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c602 ovbcopy(fptr, tptr, olen);
622 ovbcopy(fptr, tptr, ((uchar_t *)ipha + buflen) - fptr);
778 ovbcopy((uchar_t *)ipha + remlen, (uchar_t *)ipha + olen,
1208 ovbcopy(ip6hbh + hbhlen, ip6hbh,
1239 ovbcopy(after_secopt, secopt,
1294 ovbcopy(ip6hbh + 2, ip6hbh + 2 + optlen,
1314 ovbcopy(ip6hbh, ip6hbh + hbhlen, buflen - IPV6_HDR_LEN);
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c252 ovbcopy(const void *from, void *to, size_t count) function
/illumos-gate/usr/src/uts/common/io/
H A Dlog.c288 ovbcopy(msg, msg + idlen, msgid_start - msg);
H A Dgldutil.c243 ovbcopy(mp->b_rptr, mp->b_rptr + VTAG_SIZE,
441 ovbcopy(nmp->b_rptr, nmp->b_rptr - VTAG_SIZE, 2 * ETHERADDRL);
H A Dbridge.c1776 ovbcopy(mp->b_rptr +
1791 ovbcopy(mp->b_rptr + sizeof (struct ether_header),
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h217 void ovbcopy(const void *, void *, size_t);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_shutdown.c299 ovbcopy(ip6h, to, IPV6_HDR_LEN);
H A Dsctp_error.c389 ovbcopy(ip6h, to, IPV6_HDR_LEN);
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s388 ovbcopy(const void *from, void *to, size_t count)
393 ENTRY(ovbcopy) function
433 SET_SIZE(ovbcopy)
H A Dniagara_copy.s2699 ovbcopy(const void *from, void *to, size_t count)
2704 ENTRY(ovbcopy) function
2744 SET_SIZE(ovbcopy)
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c333 ovbcopy(leftover+bytes, leftover, leftover_bytes);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c422 ovbcopy(mp->b_rptr, mp->b_rptr + VLAN_TAGSZ, 2 * ETHERADDRL);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1883 ovbcopy(const void *from, void *to, size_t count)
1888 ENTRY(ovbcopy) function
1928 SET_SIZE(ovbcopy)
H A Dcheetah_copy.s1515 ovbcopy(const void *from, void *to, size_t count)
1520 ENTRY(ovbcopy) function
1561 SET_SIZE(ovbcopy)
H A Dopl_olympus_copy.s1457 ovbcopy(const void *from, void *to, size_t count)
1462 ENTRY(ovbcopy) function
1503 SET_SIZE(ovbcopy)
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1164 ovbcopy(mp->b_rptr, mp->b_rptr + VLAN_TAGSZ, 2 * ETHERADDRL);
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c587 (void) ovbcopy((caddr_t)ent+ent_size, ent, c);
646 (void) ovbcopy((caddr_t)ent+ent_size, ent, c);
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c2323 ovbcopy(&contig_pfn_list[probe_pos + 1],
2355 ovbcopy(&contig_pfn_list[insert_point],
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c1344 ovbcopy(dumpbuf.start + sz, dumpbuf.start, off);

Completed in 142 milliseconds

12