Searched refs:read_disk (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/format1/
H A Ddisk-rep.c415 struct disk_list *read_disk(const struct format_type *fmt, struct device *dev, function
476 if (dev && !(data = read_disk(fmt, dev, mem, vg_name)))
499 if ((data = read_disk(fmt, dev, mem, vg_name))) {
H A Ddisk-rep.h195 struct disk_list *read_disk(const struct format_type *fmt, struct device *dev,
H A Dformat1.c283 if (!(dl = read_disk(fmt, dev, mem, NULL)))
/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c277 static int read_disk(daddr_t, void *);
938 if (read_disk(sector, &pboot) == -1) {
2467 read_disk(daddr_t sector, void *buf) function
2471 errx(1, "read_disk(); fd == -1");
2618 if (read_disk(offset, boot) == -1) {
2902 if (read_disk(offset, buf) == -1) {

Completed in 83 milliseconds