Searched refs:statfsp (Results 1 – 1 of 1) sorted by relevance
166 struct statfs *mntbuf, *statfsp; in getmntpt() local177 statfsp = &mntbuf[i]; in getmntpt()178 dev_name = statfsp->f_mntfromname; in getmntpt()181 sizeof(statfsp->f_mntfromname)) in getmntpt()185 strcpy(statfsp->f_mntfromname, device); in getmntpt()188 if (strcmp(name, statfsp->f_mntonname)) in getmntpt()190 return (statfsp); in getmntpt()194 return (statfsp); in getmntpt()196 statfsp = NULL; in getmntpt()197 return (statfsp); in getmntpt()