Searched refs:ptable (Results 1 – 9 of 9) sorted by relevance
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | part.h | 32 struct ptable; 82 struct ptable *ptable_open(void *dev, uint64_t sectors, uint16_t sectorsize, 84 void ptable_close(struct ptable *table); 85 enum ptable_type ptable_gettype(const struct ptable *table); 86 int ptable_getsize(const struct ptable *table, uint64_t *sizep); 88 int ptable_getpart(const struct ptable *table, struct ptable_entry *part, 90 int ptable_getbestpart(const struct ptable *table, struct ptable_entry *part); 92 int ptable_iterate(const struct ptable *table, void *arg,
|
| H A D | part.c | 80 struct ptable { struct 252 static struct ptable * 253 ptable_gptread(struct ptable *table, void *dev, diskread_t dread) in ptable_gptread() 406 static struct ptable * 407 ptable_ebrread(struct ptable *table, void *dev, diskread_t dread) in ptable_ebrread() 484 static struct ptable * 485 ptable_bsdread(struct ptable *table, void *dev, diskread_t dread) in ptable_bsdread() 566 static struct ptable * 567 ptable_vtoc8read(struct ptable *table, void *dev, diskread_t dread) in ptable_vtoc8read() 654 static struct ptable * [all …]
|
| H A D | disk.c | 45 struct ptable *table; 110 struct ptable *table; in ptable_print() 220 struct ptable *table; in disk_open()
|
| /titanic_53/usr/src/uts/common/sys/fs/ |
| H A D | hsfs_node.h | 61 struct ptable { struct 69 struct ptable *idx_mptbl; /* path table entry for myself */ argument 259 struct ptable *hsfs_ptbl; /* pointer to incore Path Table */
|
| /titanic_53/usr/src/uts/sun4v/io/n2rng/ |
| H A D | n2rng_entp_setup.c | 256 collect_rng_perf(n2rng_t *n2rng, int rngid, n2rng_osc_perf_table_t ptable) in collect_rng_perf() argument 276 &(ptable[osc][bias])); in collect_rng_perf()
|
| /titanic_53/usr/src/boot/sys/boot/i386/gptzfsboot/ |
| H A D | zfsboot.c | 582 struct ptable *table; in probe_partition() 655 struct ptable *table; in probe_disk()
|
| /titanic_53/usr/src/uts/sun4/sys/ |
| H A D | fcode.h | 460 struct fc_phandle_entry *ptable; /* devinfo/phandle table */ member
|
| /titanic_53/usr/src/boot/sys/boot/zfs/ |
| H A D | zfs.c | 489 struct ptable *table; in zfs_probe_partition() 530 struct ptable *table; in zfs_probe_dev()
|
| /titanic_53/usr/src/uts/sun4/io/efcode/ |
| H A D | fc_subr.c | 444 return (&rp->ptable); in fc_handle_to_phandle_head()
|