Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/phttpget/
H A Dphttpget.c255 copybytes(int sd, int fd, off_t copylen, char * resbuf, int * resbuflen, in copybytes() function
633 error = copybytes(sd, fd, clen, resbuf, in main()
651 error = copybytes(sd, fd, contentlength, resbuf, in main()
661 error = copybytes(sd, fd, OFF_MAX, resbuf, in main()
/freebsd-13.1/stand/common/
H A Dgfx_fb.c495 uint32_t bpp, pitch, copybytes; in gfxfb_blt_video_to_buffer() local
520 copybytes = Width * bpp; in gfxfb_blt_video_to_buffer()
595 uint32_t bpp, pitch, copybytes; in gfxfb_blt_buffer_to_video() local
620 copybytes = Width * bpp; in gfxfb_blt_buffer_to_video()
662 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video()
667 gfx_mem_wr2(destination, copybytes, in gfxfb_blt_buffer_to_video()
671 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video()
673 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video()
675 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video()
697 uint32_t bpp, copybytes; in gfxfb_blt_video_to_video() local
[all …]