Home
last modified time | relevance | path

Searched refs:startdisk (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sbin/quotacheck/
HDpreen.c76 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
/freebsd-head/sbin/fsck/
HDpreen.c74 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