Home
last modified time | relevance | path

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

/src/sbin/quotacheck/
H A Dpreen.c65 struct diskentry { struct
66 TAILQ_ENTRY(diskentry) d_entries;
72 TAILQ_HEAD(disk, diskentry) diskh; argument
74 static struct diskentry *finddisk(const char *);
76 static int startdisk(struct diskentry *);
84 struct diskentry *d, *nextdisk; in checkfstab()
209 static struct diskentry *
214 struct diskentry *d; in finddisk()
247 struct diskentry *d = finddisk(fs->fs_spec); in addpart()
270 startdisk(struct diskentry *d) in startdisk()
/src/sbin/fsck/
H A Dpreen.c61 struct diskentry { struct
62 TAILQ_ENTRY(diskentry) d_entries;
68 static TAILQ_HEAD(disk, diskentry) diskh; argument
72 static struct diskentry *finddisk(const char *);
74 static int startdisk(struct diskentry *,
83 struct diskentry *d, *nextdisk; in checkfstab()
243 static struct diskentry *
248 struct diskentry *d; in finddisk()
283 struct diskentry *d; in printpart()
298 struct diskentry *d = finddisk(dev); in addpart()
[all …]