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

/freebsd-current/sbin/fsck/
H A Dpreen.c74 static int startdisk(struct diskentry *,
151 if ((ret = startdisk(nextdisk, checkit)) != 0)
209 if ((ret = startdisk(d, checkit)) != 0)
318 startdisk(struct diskentry *d, int (*checkit)(const char *, const char *, function
/freebsd-current/sbin/quotacheck/
H A Dpreen.c76 static int startdisk(struct diskentry *);
134 if ((ret = startdisk(nextdisk)) != 0)
181 if ((ret = startdisk(d)) != 0)
270 startdisk(struct diskentry *d) function

Completed in 104 milliseconds