HomeSort by: relevance | last modified time | path
    Searched defs:lfbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_msdos/
dir.c 924 static u_char *lfbuf; variable in typeref:typename:u_char *
948 if (!lfbuf) {
949 lfbuf = malloc(boot->ClusterSize);
950 if (!lfbuf) {
956 p = lfbuf;
959 for (; p < lfbuf + boot->ClusterSize; p += 32)
963 if (p && p < lfbuf + boot->ClusterSize)
974 || (size_t)read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
978 p = lfbuf;
1005 || (size_t)write(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize)
    [all...]
dir.c 924 static u_char *lfbuf; variable in typeref:typename:u_char *
948 if (!lfbuf) {
949 lfbuf = malloc(boot->ClusterSize);
950 if (!lfbuf) {
956 p = lfbuf;
959 for (; p < lfbuf + boot->ClusterSize; p += 32)
963 if (p && p < lfbuf + boot->ClusterSize)
974 || (size_t)read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
978 p = lfbuf;
1005 || (size_t)write(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize)
    [all...]

Completed in 63 milliseconds