Searched refs:ds32 (Results 1 – 1 of 1) sorted by relevance
83 struct statvfs32 ds32; in cstatvfs32() local135 bzero(&ds32, sizeof (ds32)); in cstatvfs32()136 STATVFSCOPY(&ds32, &ds64); in cstatvfs32()137 if (copyout(&ds32, ubp, sizeof (ds32)) != 0) in cstatvfs32()