Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c540 int offinblock, inbuffer; in tftp_read() local
542 offinblock = tftpfile->off % tftpfile->tftp_blksize; in tftp_read()
544 inbuffer = tftpfile->validsize - offinblock; in tftp_read()
553 bcopy(tftpfile->tftp_hdr->th_data + offinblock, in tftp_read()