Searched refs:sfsp (Results 1 – 1 of 1) sorted by relevance
429 struct statfs *sfsp, *sp, *sptmp, *tofree; in kern_getfsstat() local445 sfsp = NULL; in kern_getfsstat()448 sfsp = *buf; in kern_getfsstat()459 tofree = sfsp = *buf = malloc(maxcount * sizeof(struct statfs), in kern_getfsstat()471 if (sfsp == NULL) { in kern_getfsstat()557 bcopy(sp, sfsp, sizeof(*sp)); in kern_getfsstat()560 error = copyout(sp, sfsp, sizeof(*sp)); in kern_getfsstat()567 sfsp++; in kern_getfsstat()