Home
last modified time | relevance | path

Searched refs:COPYOUT (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_slot.c92 #define COPYOUT(a, b, c) copy_to_user(b,a,c) macro
142 if (COPYOUT(&tmp_up_resp, reqp->req_respp.up, reqp->req_size)) { in pcibr_slot_startup()
230 if (COPYOUT(&tmp_down_resp, reqp->req_respp.down, reqp->req_size)) { in pcibr_slot_shutdown()
397 if (COPYOUT(slotp, respp, sizeof(*respp))) { in pcibr_slot_info_return()
/linux-2.4.37.9/drivers/block/
Dfloppy.c3096 #define COPYOUT(x) ECALL(_COPYOUT(x)) macro
3178 COPYOUT(*ptr); in raw_cmd_copyout()