Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/sys/boot/common/
H A Dpart.h32 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 Dpart.c80 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 Ddisk.c45 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 Dhsfs_node.h61 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 Dn2rng_entp_setup.c256 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 Dzfsboot.c582 struct ptable *table; in probe_partition()
655 struct ptable *table; in probe_disk()
/titanic_53/usr/src/uts/sun4/sys/
H A Dfcode.h460 struct fc_phandle_entry *ptable; /* devinfo/phandle table */ member
/titanic_53/usr/src/boot/sys/boot/zfs/
H A Dzfs.c489 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 Dfc_subr.c444 return (&rp->ptable); in fc_handle_to_phandle_head()