Searched defs:buf_read (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c54 static int buf_eof, buf_read; variable
244 while (! buf_eof && (buf_read + packetsize <= FSYS_BUFLEN))
433 grub_memmove (buf + buf_read, tr->u.data.download, len);
434 buf_read += len;
457 buf_read = 0;
515 buf_read = 0;
543 int amt = buf_read + saved_filepos - filepos;
564 buf_read -= FSYS_BUFLEN / 2;
571 saved_filepos += buf_read;
572 buf_read
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h136 usbvc_buf_grp_t buf_read; /* buf used for read I/O */ member in struct:usbvc_stream_if

Completed in 59 milliseconds