Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/tftpd/
H A Dtftp-transfer.c248 struct tftphdr *firstblock, size_t fb_size) in tftp_receive() argument
258 if (firstblock != NULL) { in tftp_receive()
259 writesize = write_file(firstblock->th_data, fb_size); in tftp_receive()
H A Dtftp-transfer.h33 struct tftphdr *firstblock, size_t fb_size);
/freebsd-13.1/sbin/savecore/
H A Dsavecore.c497 static bool firstblock = true; /* XXX not re-entrable/usable */ in GunzipWrite() local
510 if (firstblock) { in GunzipWrite()
513 firstblock = false; in GunzipWrite()