Searched refs:COPYOUT (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dload_elf_obj.c45 #define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l) macro
369 COPYOUT(p, &v, sizeof(v));
374 COPYOUT(v, &md64, sizeof(md64));
383 COPYOUT(v, &md, sizeof(md));
396 COPYOUT((vm_offset_t)md.md_data, mdepend,
406 COPYOUT((vm_offset_t)md.md_data, &mver, sizeof(mver));
492 COPYOUT(abase + j, &a, sizeof(a));
505 COPYOUT(rbase + j, &r, sizeof(r));
527 COPYOUT(ef->e_shdr[ef->symtabindex].sh_addr + symidx * sizeof(Elf_Sym),
H A Dload_elf.c44 #define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l) macro
703 COPYOUT(ef->hashtab, &ef->nbuckets, sizeof(ef->nbuckets));
704 COPYOUT(ef->hashtab + 1, &ef->nchains, sizeof(ef->nchains));
911 COPYOUT(p, &v, sizeof(v));
918 COPYOUT(v, &md64, sizeof(md64));
930 COPYOUT(v, &md32, sizeof(md32));
942 COPYOUT(v, &md, sizeof(md));
960 COPYOUT((vm_offset_t)md.md_data, mdepend, sizeof(*mdepend));
968 COPYOUT((vm_offset_t)md.md_data, &mver, sizeof(mver));
1010 COPYOUT(
[all...]
H A Dreloc_elf.c43 #define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l) macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_htable.c93 return COPYOUT(&stats, op->iplo_struct, sizeof(stats));
148 err = COPYOUT(iph, op->iplo_struct, sizeof(*iph));
728 err = COPYOUT(nextiph, ilp->ili_data, sizeof(*nextiph));
745 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode));
H A Dip_compat.c301 error = COPYOUT((caddr_t)&nlc, (caddr_t)obj->ipfo_ptr,
H A Dip_pool.c313 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));
847 err = COPYOUT(nextipo, ilp->ili_data, sizeof(*nextipo));
864 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode));
H A Dip_fil_solaris.c708 error = COPYOUT((caddr_t)&ifs->ifs_fr_flags, (caddr_t)data,
742 error = COPYOUT((caddr_t)&ifs->ifs_fr_active,
770 error = COPYOUT((caddr_t)&tmp, (caddr_t)data,
787 error = COPYOUT((caddr_t)&tmp, (caddr_t)data,
812 error = COPYOUT((caddr_t)&tmp, (caddr_t)data,
841 error = COPYOUT((caddr_t)&tmp, (caddr_t)data, sizeof(tmp));
H A Dip_lookup.c516 err = COPYOUT(&flush, data, sizeof(flush));
H A Dfil.c4117 err = COPYOUT(src, ca, size);
4690 error = COPYOUT(f->fr_data, uptr,
4916 if (COPYOUT(&res, data, sizeof(res)) != 0)
4927 if (COPYOUT(&res, data, sizeof(res)) != 0)
5906 error = COPYOUT((caddr_t)ptr, (caddr_t)obj.ipfo_ptr, sz);
5958 error = COPYOUT((caddr_t)ptr, (caddr_t)obj.ipfo_ptr, obj.ipfo_size);
7361 error = COPYOUT(next, dst, sizeof(*next));
7372 error = COPYOUT(next->fr_data, dst,
H A Dip_auth.c907 error = COPYOUT(next, itp->igi_data, sizeof(*next));
H A Dip_frag.c986 error = COPYOUT(next, itp->igi_data, sizeof(*next));
H A Dip_nat.c5601 error = COPYOUT(nexthm, dst, sizeof(*nexthm));
5626 error = COPYOUT(nextipnat, dst, sizeof(*nextipnat));
5651 error = COPYOUT(nextnat, dst, sizeof(*nextnat));
H A Dip_state.c4420 error = COPYOUT(next, dst, sizeof(*next));
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h188 # undef COPYOUT macro
276 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro
454 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro
614 # define COPYOUT(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0) macro
704 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro
779 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro
836 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro
995 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro
1114 # define COPYOUT(a,b,c) copy_to_user((caddr_t)(b), (caddr_t)(a), (c)) macro
1309 # define COPYOUT( macro
1480 # define COPYOUT macro
1651 # define COPYOUT macro
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c300 error = COPYOUT(&ifs->ifs_iplused[IPL_LOGIPF], (caddr_t)data,
334 error = COPYOUT(&ifs->ifs_fr_flags, data,
384 error = COPYOUT(&tmp, data, sizeof(tmp));
396 error = COPYOUT(&tmp, data, sizeof(tmp));
/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c55 #define COPYOUT(s,d,l) archsw.arch_copyout(s, d, l) macro
171 COPYOUT(symtab, &sym, sizeof(sym));
193 COPYOUT(va, &header, sizeof(header));
223 COPYOUT(va, fdtp, fdtp_size);
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1071 #define COPYOUT 2 /* do an mi_copyout if needed */ macro
1073 #define IPI2MODE(ipi) ((ipi)->ipi_flags & IPI_GET_CMD ? COPYOUT : NO_COPYOUT)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c8901 ip_ioctl_finish(q, mp1, err, COPYOUT, ipsq);
8905 ip_ioctl_finish(q, mp1, err, COPYOUT, ipsq);
12734 case COPYOUT:

Completed in 1176 milliseconds