Lines Matching defs:table
228 ptable_gptread(struct ptable *table, void *dev, diskread_t dread) in ptable_gptread()
380 ptable_ebrread(struct ptable *table, void *dev, diskread_t dread) in ptable_ebrread()
456 ptable_bsdread(struct ptable *table, void *dev, diskread_t dread) in ptable_bsdread()
520 ptable_iso9660read(struct ptable *table, void *dev, diskread_t dread) in ptable_iso9660read()
561 struct ptable *table; in ptable_open() local
686 ptable_close(struct ptable *table) in ptable_close()
702 ptable_gettype(const struct ptable *table) in ptable_gettype()
709 ptable_getsize(const struct ptable *table, uint64_t *sizep) in ptable_getsize()
722 ptable_getpart(const struct ptable *table, struct ptable_entry *part, int index) in ptable_getpart()
757 ptable_getbestpart(const struct ptable *table, struct ptable_entry *part) in ptable_getbestpart()
817 ptable_iterate(const struct ptable *table, void *arg, ptable_iterate_t *iter) in ptable_iterate()