Home
last modified time | relevance | path

Searched refs:ptable_open (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Ddisk.c145 table = ptable_open(&dev, partsize, sectsize, ptblread); in ptable_print()
268 od->table = ptable_open(&partdev, mediasize / sectorsize, sectorsize, in disk_open()
339 table = ptable_open(dev, part.end - part.start + 1, in disk_open()
H A Dpart.h82 struct ptable *ptable_open(void *dev, uint64_t sectors, uint16_t sectorsize,
H A Dpart.c752 ptable_open(void *dev, uint64_t sectors, uint16_t sectorsize, diskread_t *dread) in ptable_open() function
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c744 table = ptable_open(&pa, part->end - part->start + 1, in probe_partition()
808 table = ptable_open(&pa, mediasz / pa.secsz, pa.secsz, in probe_disk()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c667 table = ptable_open(&pa, part->end - part->start + 1, in zfs_probe_partition()
1445 table = ptable_open(&pa, mediasz / pa.secsz, pa.secsz, in zfs_probe_dev()