Home
last modified time | relevance | path

Searched refs:ptable (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/stand/common/
HDpart.h30 struct ptable;
68 struct ptable *ptable_open(void *dev, uint64_t sectors, uint16_t sectorsize,
70 void ptable_close(struct ptable *table);
71 enum ptable_type ptable_gettype(const struct ptable *table);
72 int ptable_getsize(const struct ptable *table, uint64_t *sizep);
74 int ptable_getpart(const struct ptable *table, struct ptable_entry *part,
76 int ptable_getbestpart(const struct ptable *table, struct ptable_entry *part);
78 int ptable_iterate(const struct ptable *table, void *arg,
HDpart.c74 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 *
[all …]
HDdisk.c46 struct ptable *table;
110 struct ptable *table; in ptable_print()
233 struct ptable *table; in disk_open()
/freebsd-13-stable/sys/fs/cd9660/
HDcd9660_rrip.c490 RRIP_TABLE *ptable; local
525 for (ptable = table; ptable->func; ptable++) {
526 if (*phead->type == *ptable->type
527 && phead->type[1] == ptable->type[1]) {
528 result |= ptable->func(phead,ana);
575 for (ptable = table; ptable->func2; ptable++)
576 if (!(ptable->result&result))
577 ptable->func2(isodir,ana);
/freebsd-13-stable/sys/arm64/arm64/
HDgicv3_its.c1208 struct its_ptable *ptable; in its_device_alloc() local
1217 ptable = &sc->sc_its_ptab[sc->sc_dev_table_idx]; in its_device_alloc()
1219 return (devid < ptable->ptab_l1_nidents); in its_device_alloc()
/freebsd-13-stable/stand/libsa/zfs/
HDzfs.c743 struct ptable *table; in zfs_probe_partition()
1503 struct ptable *table; in zfs_probe_dev()
/freebsd-13-stable/sys/mips/mips/
HDpmap.c3378 DB_SHOW_COMMAND(ptable, ddb_pid_dump) argument