| /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 | 294 err = COPYIN(op->iplo_struct, &htab, sizeof(htab)); 536 err = COPYIN(op->iplo_struct, &hte, sizeof(hte)); 828 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 | 4126 error = COPYIN(src, &ca, sizeof(ca)); 4132 error = COPYIN(ca, dst, size); 4674 error = COPYIN(uptr, ptr, fp->fr_dsize); 6239 error = COPYIN(objp->ipfo_ptr, ptr, size); 6299 error = COPYIN(obj.ipfo_ptr, ptr, sz); 7663 /* ptr(I) - pointer to ipfobj_t to copyin from user space */ 8449 error = COPYIN(objp->ipfo_ptr, array, arraysize);
|
| /src/external/bsd/ipf/dist/ |
| ip_dstlist.c | 507 err = COPYIN(op->iplo_struct, &dest, sizeof(dest)); 551 err = COPYIN((char *)op->iplo_struct + sizeof(dest), 678 err = COPYIN(op->iplo_struct, &frd, sizeof(frd)); 692 err = COPYIN(op->iplo_struct, temp, size); 852 err = COPYIN(op->iplo_struct, &user, sizeof(user));
|
| ip_htable.c | 290 err = COPYIN(op->iplo_struct, &htab, sizeof(htab)); 554 err = COPYIN(op->iplo_struct, &hte, sizeof(hte)); 872 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
|
| ip_fil_compat.c | 1445 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old)); 1469 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old)); 1493 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old)); 1520 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old)); 1535 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old)); 1557 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old)); 1573 error = COPYIN(obj->ipfo_ptr, old, sizeof(*old)); 1599 error = COPYIN(obj->ipfo_ptr, old16, sizeof(*old16)); 1615 error = COPYIN(obj->ipfo_ptr, old14, sizeof(*old14)); 1631 error = COPYIN(obj->ipfo_ptr, old3, sizeof(*old3)) [all...] |
| ip_pool.c | 393 err = COPYIN(op->iplo_struct, &node, sizeof(node)); 490 err = COPYIN(op->iplo_struct, &node, sizeof(node));
|
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcp6.c | 1029 #define COPYIN(_code, _data, _len) do { \ 1042 COPYIN(D6_OPTION_CLIENTID, duid, 1045 COPYIN(D6_OPTION_CLIENTID, ifp->ctx->duid, 1049 COPYIN(D6_OPTION_SERVERID, si, si_len); 1067 COPYIN(ifia->ia_type, &ia_na, ia_na_len); 1089 COPYIN(D6_OPTION_IAPREFIX, pdp, sizeof(pdp)); 1117 COPYIN(D6_OPTION_PD_EXCLUDE, exb, 1134 COPYIN(D6_OPTION_IA_ADDR, &ia, sizeof(ia)); 1198 COPYIN(D6_OPTION_ELAPSED, &si_len, sizeof(si_len)); 1245 COPYIN(D6_OPTION_MUDURL [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| dump-parse-tree.cc | 1823 case OMP_LIST_COPYIN: type = "COPYIN"; break;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| dump-parse-tree.cc | 1666 case OMP_LIST_COPYIN: type = "COPYIN"; break;
|