Searched refs:ptable (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/stand/common/
H A Dpart.h32 struct ptable;
71 struct ptable *ptable_open(void *dev, uint64_t sectors, uint16_t sectorsize,
73 void ptable_close(struct ptable *table);
74 enum ptable_type ptable_gettype(const struct ptable *table);
75 int ptable_getsize(const struct ptable *table, uint64_t *sizep);
77 int ptable_getpart(const struct ptable *table, struct ptable_entry *part,
79 int ptable_getbestpart(const struct ptable *table, struct ptable_entry *part);
81 int ptable_iterate(const struct ptable *table, void *arg,
H A Dpart.c78 struct ptable { struct
232 static struct ptable *
233 ptable_gptread(struct ptable *table, void *dev, diskread_t dread)
384 static struct ptable *
385 ptable_ebrread(struct ptable *table, void *dev, diskread_t dread)
460 static struct ptable *
461 ptable_bsdread(struct ptable *table, void *dev, diskread_t dread)
540 static struct ptable *
541 ptable_vtoc8read(struct ptable *table, void *dev, diskread_t dread)
606 static struct ptable *
[all...]
H A Ddisk.c47 struct ptable *table;
111 struct ptable *table;
234 struct ptable *table;
/freebsd-13-stable/sys/fs/cd9660/
H A Dcd9660_rrip.c492 RRIP_TABLE *ptable; local
527 for (ptable = table; ptable->func; ptable++) {
528 if (*phead->type == *ptable->type
529 && phead->type[1] == ptable->type[1]) {
530 result |= ptable->func(phead,ana);
571 for (ptable = table; ptable->func2; ptable
[all...]
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfs.c663 struct ptable *table;
1423 struct ptable *table;
/freebsd-13-stable/sys/mips/mips/
H A Dpmap.c3381 DB_SHOW_COMMAND(ptable, ddb_pid_dump)

Completed in 130 milliseconds