Home
last modified time | relevance | path

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

/dragonfly/usr.bin/tftp/
H A Dtftpsubs.c173 (void)write_behind(file, convert); /* flush it */ in writeit()
186 write_behind(FILE *file, int convert) in write_behind() function
H A Dtftpsubs.h44 int write_behind(FILE *, int);
H A Dtftp.c249 write_behind(file, convert); in recvfile()
312 write_behind(file, convert); /* flush last buffer */ in recvfile()
/dragonfly/sys/kern/
H A Dvfs_cluster.c111 static int write_behind = 1; variable
112 SYSCTL_INT(_vfs, OID_AUTO, write_behind, CTLFLAG_RW, &write_behind, 0,
1212 switch(write_behind) { in cluster_wbuild_wb()
/dragonfly/libexec/tftpd/
H A Dtftpd.c680 write_behind(file, pf->f_convert); in recvfile()
711 write_behind(file, pf->f_convert); in recvfile()