Lines Matching refs:ptable
74 struct ptable { struct
228 static struct ptable *
229 ptable_gptread(struct ptable *table, void *dev, diskread_t dread) in ptable_gptread()
380 static struct ptable *
381 ptable_ebrread(struct ptable *table, void *dev, diskread_t dread) in ptable_ebrread()
456 static struct ptable *
457 ptable_bsdread(struct ptable *table, void *dev, diskread_t dread) in ptable_bsdread()
520 static struct ptable *
521 ptable_iso9660read(struct ptable *table, void *dev, diskread_t dread) in ptable_iso9660read()
557 struct ptable *
562 struct ptable *table; in ptable_open()
687 ptable_close(struct ptable *table) in ptable_close()
703 ptable_gettype(const struct ptable *table) in ptable_gettype()
710 ptable_getsize(const struct ptable *table, uint64_t *sizep) in ptable_getsize()
723 ptable_getpart(const struct ptable *table, struct ptable_entry *part, int index) in ptable_getpart()
758 ptable_getbestpart(const struct ptable *table, struct ptable_entry *part) in ptable_getbestpart()
818 ptable_iterate(const struct ptable *table, void *arg, ptable_iterate_t *iter) in ptable_iterate()