Searched refs:copybytes (Results 1 – 2 of 2) sorted by relevance
/freebsd/libexec/phttpget/ |
H A D | phttpget.c | 252 copybytes(int sd, int fd, off_t copylen, char * resbuf, int * resbuflen, in copybytes() function 630 error = copybytes(sd, fd, clen, resbuf, in main() 648 error = copybytes(sd, fd, contentlength, resbuf, in main() 658 error = copybytes(sd, fd, OFF_MAX, resbuf, in main()
|
/freebsd/stand/common/ |
H A D | gfx_fb.c | 506 uint32_t bpp, pitch, copybytes; in gfxfb_blt_video_to_buffer() local 531 copybytes = Width * bpp; in gfxfb_blt_video_to_buffer() 554 bcopy(source, destination, copybytes); in gfxfb_blt_video_to_buffer() 606 uint32_t bpp, pitch, copybytes; in gfxfb_blt_buffer_to_video() local 631 copybytes = Width * bpp; in gfxfb_blt_buffer_to_video() 654 bcopy(source, destination, copybytes); in gfxfb_blt_buffer_to_video() 673 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video() 678 gfx_mem_wr2(destination, copybytes, in gfxfb_blt_buffer_to_video() 682 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video() 684 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video() [all …]
|