Searched refs:lfbuf (Results 1 – 1 of 1) sorted by relevance
1014 static u_char *lfbuf; variable1037 if (!lfbuf) { in reconnect()1038 lfbuf = malloc(boot->ClusterSize); in reconnect()1039 if (!lfbuf) { in reconnect()1045 p = lfbuf; in reconnect()1048 for (; p < lfbuf + boot->ClusterSize; p += 32) in reconnect()1052 if (p && p < lfbuf + boot->ClusterSize) in reconnect()1064 || read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) { in reconnect()1068 p = lfbuf; in reconnect()1094 || write(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) { in reconnect()[all …]