HomeSort by: relevance | last modified time | path
    Searched refs:COPYIN (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dist/pf/net/
pf_table.c 62 #define COPYIN(from, to, size, flags) \
64 copyin((from), (to), (size)) : \
292 if (COPYIN(addr+i, &ad, sizeof(ad), flags))
385 if (COPYIN(addr+i, &ad, sizeof(ad), flags))
396 if (COPYIN(addr+i, &ad, sizeof(ad), flags))
468 if (COPYIN(addr+i, &ad, sizeof(ad), flags))
571 if (COPYIN(addr+i, &ad, sizeof(ad), flags))
700 if (COPYIN(addr+i, &ad, sizeof(ad), flags))
970 if (COPYIN(addr+i, &ad, sizeof(ad), flags))
1200 if (COPYIN(tbl+i, &key.pfrkt_t, sizeof(key.pfrkt_t), flags)
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_dstlist.c 483 err = COPYIN(op->iplo_struct, &dest, sizeof(dest));
527 err = COPYIN((char *)op->iplo_struct + sizeof(dest),
649 err = COPYIN(op->iplo_struct, &frd, sizeof(frd));
663 err = COPYIN(op->iplo_struct, temp, size);
815 err = COPYIN(op->iplo_struct, &user, sizeof(user));
ip_compat.h 257 # define COPYIN(a,b,c) copyin((void *)(a), (void *)(b), (c))
441 # define COPYIN(a,b,c) bcopywrap((a), (b), (c))
659 # ifndef COPYIN
660 # define COPYIN(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0)
ip_htable.c 293 err = COPYIN(op->iplo_struct, &htab, sizeof(htab));
535 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
827 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
ip_fil_compat.c 1438 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old));
1462 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old));
1486 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old));
1513 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old));
1528 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old));
1550 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old));
1566 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old));
1592 error = COPYIN(obj->ipfo_ptr, old16, sizeof(*old16));
1608 error = COPYIN(obj->ipfo_ptr, old14, sizeof(*old14));
1624 error = COPYIN(obj->ipfo_ptr, old3, sizeof(*old3))
    [all...]
ip_pool.c 397 err = COPYIN(op->iplo_struct, &node, sizeof(node));
490 err = COPYIN(op->iplo_struct, &node, sizeof(node));
fil.c 4125 error = COPYIN(src, &ca, sizeof(ca));
4131 error = COPYIN(ca, dst, size);
4673 error = COPYIN(uptr, ptr, fp->fr_dsize);
6238 error = COPYIN(objp->ipfo_ptr, ptr, size);
6298 error = COPYIN(obj.ipfo_ptr, ptr, sz);
7662 /* ptr(I) - pointer to ipfobj_t to copyin from user space */
8448 error = COPYIN(objp->ipfo_ptr, array, arraysize);

Completed in 48 milliseconds