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 | 570 uint32_t bpp, pitch, copybytes; in gfxfb_blt_video_to_buffer() local 595 copybytes = Width * bpp; in gfxfb_blt_video_to_buffer() 618 bcopy(source, destination, copybytes); in gfxfb_blt_video_to_buffer() 670 uint32_t bpp, pitch, copybytes; in gfxfb_blt_buffer_to_video() local 695 copybytes = Width * bpp; in gfxfb_blt_buffer_to_video() 718 bcopy(source, destination, copybytes); in gfxfb_blt_buffer_to_video() 737 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video() 742 gfx_mem_wr2(destination, copybytes, in gfxfb_blt_buffer_to_video() 746 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video() 748 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video() [all …]
|