Searched refs:copybytes (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/libexec/phttpget/ |
| H A D | phttpget.c | 253 copybytes(int sd, int fd, off_t copylen, char * resbuf, int * resbuflen, in copybytes() function 631 error = copybytes(sd, fd, clen, resbuf, in main() 649 error = copybytes(sd, fd, contentlength, resbuf, in main() 659 error = copybytes(sd, fd, OFF_MAX, resbuf, in main()
|
| /freebsd-14.2/stand/common/ |
| H A D | gfx_fb.c | 496 uint32_t bpp, pitch, copybytes; in gfxfb_blt_video_to_buffer() local 521 copybytes = Width * bpp; in gfxfb_blt_video_to_buffer() 596 uint32_t bpp, pitch, copybytes; in gfxfb_blt_buffer_to_video() local 621 copybytes = Width * bpp; in gfxfb_blt_buffer_to_video() 663 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video() 668 gfx_mem_wr2(destination, copybytes, in gfxfb_blt_buffer_to_video() 672 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video() 674 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video() 676 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video() 698 uint32_t bpp, copybytes; in gfxfb_blt_video_to_video() local [all …]
|