Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftp-transfer.c244 struct tftphdr *firstblock, size_t fb_size) in tftp_receive() argument
254 if (firstblock != NULL) { in tftp_receive()
255 writesize = write_file(firstblock->th_data, fb_size); in tftp_receive()
H A Dtftp-transfer.h30 struct tftphdr *firstblock, size_t fb_size);
/freebsd/sbin/savecore/
H A Dsavecore.c549 static bool firstblock = true; /* XXX not re-entrable/usable */ in GunzipWrite() local
562 if (firstblock) { in GunzipWrite()
565 firstblock = false; in GunzipWrite()