Lines Matching refs:bcopy
2086 bcopy(&n, addr, sizeof(n)); in bpfioctl()
2107 bcopy(&d->bd_bufsize, addr, sizeof(u_int)); in bpfioctl()
2124 bcopy(addr, &size, sizeof(size)); in bpfioctl()
2147 bcopy(&d->bd_bufsize, addr, sizeof(u_int)); in bpfioctl()
2157 bcopy(addr, &prg32, sizeof(prg32)); in bpfioctl()
2167 bcopy(addr, &prg64, sizeof(prg64)); in bpfioctl()
2216 bcopy(&d->bd_bif->bif_dlt, addr, sizeof(u_int)); in bpfioctl()
2241 bcopy(addr, &dlt, sizeof(dlt)); in bpfioctl()
2271 bcopy(addr, &ifr, sizeof(ifr)); in bpfioctl()
2290 bcopy(addr, &_tv, sizeof(_tv)); in bpfioctl()
2308 bcopy(addr, &_tv, sizeof(_tv)); in bpfioctl()
2331 bcopy(&tv, addr, sizeof(tv)); in bpfioctl()
2341 bcopy(&tv, addr, sizeof(tv)); in bpfioctl()
2354 bcopy(&bs, addr, sizeof(bs)); in bpfioctl()
2371 bcopy(&bv, addr, sizeof(bv)); in bpfioctl()
2388 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
2408 bcopy(&int_arg, addr, sizeof(u_int)); in bpfioctl()
2415 bcopy(addr, &int_arg, sizeof(u_int)); in bpfioctl()
2430 bcopy(&int_arg, addr, sizeof(u_int)); in bpfioctl()
2437 bcopy(addr, &int_arg, sizeof(u_int)); in bpfioctl()
2458 bcopy(addr, &tc, sizeof(int)); in bpfioctl()
2475 bcopy(&d->bd_traffic_class, addr, sizeof(int)); in bpfioctl()
2484 bcopy(addr, &d->bd_async, sizeof(int)); in bpfioctl()
2491 bcopy(addr, &sig, sizeof(u_int)); in bpfioctl()
2502 bcopy(&d->bd_sig, addr, sizeof(u_int)); in bpfioctl()
2507 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
2519 bcopy(addr, &ifr, sizeof(ifr)); in bpfioctl()
2539 bcopy(&ifr, addr, sizeof(ifr)); in bpfioctl()
2544 bcopy(&int_arg, addr, sizeof(int_arg)); in bpfioctl()
2548 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
2557 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
2568 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
2577 bcopy(&d->bd_uuid, addr, sizeof(uuid_t)); in bpfioctl()
2584 bcopy(addr, &bsa, sizeof(struct bpf_setup_args)); in bpfioctl()
2600 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
2610 bcopy(&int_arg, addr, sizeof(int_arg)); in bpfioctl()
2615 bcopy(&int_arg, addr, sizeof(int_arg)); in bpfioctl()
2619 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
2642 bcopy(&int_arg, addr, sizeof(int_arg)); in bpfioctl()
2650 bcopy(&bcs, addr, sizeof(bcs)); in bpfioctl()
2654 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
2666 bcopy(&int_arg, addr, sizeof(int_arg)); in bpfioctl()
2671 bcopy(&int_arg, addr, sizeof(int_arg)); in bpfioctl()
2675 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
2702 bcopy(&int_arg, addr, sizeof(int_arg)); in bpfioctl()
2705 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
2717 bcopy(&int_arg, addr, sizeof(int_arg)); in bpfioctl()
2727 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
2902 bcopy(addr, &bfl, sizeof(bfl)); in bpf_getdltlist()
2937 bcopy(&bfl, addr, sizeof(bfl)); in bpf_getdltlist()
3292 bcopy(m_mtod_current(m) + offset, dst, count); in bpf_mcopy()
3489 bcopy((void *)(addr + offset), (void *)dst, count); in bpf_pktcopy()
3583 bcopy(src + offset, dst, count); in copy_bpf_packet_offset()