Searched refs:startdisk (Results 1 – 2 of 2) sorted by relevance
76 static int startdisk(struct diskentry *);134 if ((ret = startdisk(nextdisk)) != 0) in checkfstab()181 if ((ret = startdisk(d)) != 0) in checkfstab()270 startdisk(struct diskentry *d) in startdisk() function
74 static int startdisk(struct diskentry *, 151 if ((ret = startdisk(nextdisk, checkit)) != 0) in checkfstab()209 if ((ret = startdisk(d, checkit)) != 0) in checkfstab()318 startdisk(struct diskentry *d, int (*checkit)(const char *, const char *, in startdisk() function