Home
last modified time | relevance | path

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

/freebsd/libexec/phttpget/
H A Dphttpget.c252 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 Dgfx_fb.c506 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 …]