Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c50 static unsigned short block, prevblock; variable
95 prevblock = 0; in tftp_file_read()
153 if (prevblock) /* shouldn't happen */ in tftp_file_read()
207 if ((block || bcounter) && (block != (unsigned short)(prevblock+1))) { in tftp_file_read()
209 tp.u.ack.block = htons(block = prevblock); in tftp_file_read()
215 if ((unsigned short)(block-prevblock) != 1) { in tftp_file_read()
220 prevblock = block; in tftp_file_read()
307 if (prevblock) in buf_fill()
311 __FILE__, __LINE__, prevblock); in buf_fill()
398 if ((block || bcounter) && (block != (unsigned short) (prevblock + 1))) in buf_fill()
[all …]
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c246 static uint32_t prevblock = 0xffffffff; in GetPW() local
251 if (prevblock == thisblock) { in GetPW()
272 prevblock = thisblock; in GetPW()