Searched refs:ptable (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/stand/common/ |
| H A D | part.h | 30 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,
|
| H A D | part.c | 73 struct ptable { struct 227 static struct ptable * 228 ptable_gptread(struct ptable *table, void *dev, diskread_t dread) in ptable_gptread() 379 static struct ptable * 455 static struct ptable * 519 static struct ptable * 556 struct ptable * 561 struct ptable *table; in ptable_open() 686 ptable_close(struct ptable *table) in ptable_close() 702 ptable_gettype(const struct ptable *table) in ptable_gettype() [all …]
|
| H A D | disk.c | 45 struct ptable *table; 109 struct ptable *table; in ptable_print() 232 struct ptable *table; in disk_open()
|
| /freebsd-14.2/sys/fs/cd9660/ |
| H A D | cd9660_rrip.c | 461 RRIP_TABLE *ptable; in cd9660_rrip_loop() local 496 for (ptable = table; ptable->func; ptable++) { in cd9660_rrip_loop() 497 if (*phead->type == *ptable->type in cd9660_rrip_loop() 498 && phead->type[1] == ptable->type[1]) { in cd9660_rrip_loop() 499 result |= ptable->func(phead,ana); in cd9660_rrip_loop() 546 for (ptable = table; ptable->func2; ptable++) in cd9660_rrip_loop() 547 if (!(ptable->result&result)) in cd9660_rrip_loop() 548 ptable->func2(isodir,ana); in cd9660_rrip_loop()
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | gicv3_its.c | 1340 struct its_ptable *ptable; in its_device_alloc() local 1360 ptable = &sc->sc_its_ptab[sc->sc_dev_table_idx]; in its_device_alloc() 1362 if (!ptable->ptab_indirect) { in its_device_alloc() 1363 if (devid >= ptable->ptab_l1_nidents) { in its_device_alloc() 1368 ptable->ptab_l1_nidents); in its_device_alloc() 1377 index = devid / ptable->ptab_l2_nidents; in its_device_alloc() 1378 if (index >= ptable->ptab_l1_nidents) { in its_device_alloc() 1382 __func__, index, ptable->ptab_l1_nidents); in its_device_alloc() 1387 table = (uint64_t *)ptable->ptab_vaddr; in its_device_alloc() 1398 ptable->ptab_page_size, 0); in its_device_alloc() [all …]
|
| /freebsd-14.2/stand/libsa/zfs/ |
| H A D | zfs.c | 755 struct ptable *table; in zfs_probe_partition() 1471 struct ptable *table; in zfs_probe_dev()
|