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

/freebsd-9.3-release/sbin/fsck/
H A Dpreen.c80 static int startdisk(struct diskentry *,
157 if ((ret = startdisk(nextdisk, checkit)) != 0)
210 if ((ret = startdisk(d, checkit)) != 0)
319 startdisk(struct diskentry *d, int (*checkit)(const char *, const char *, function
/freebsd-9.3-release/sbin/quotacheck/
H A Dpreen.c83 static int startdisk(struct diskentry *);
141 if ((ret = startdisk(nextdisk)) != 0)
188 if ((ret = startdisk(d)) != 0)
277 startdisk(struct diskentry *d) function

Completed in 50 milliseconds