Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dpart.h30 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.c82 struct ptable { struct
255 static struct ptable *
408 static struct ptable *
484 static struct ptable *
564 static struct ptable *
652 static struct ptable *
714 static struct ptable *
751 struct ptable *
755 struct ptable *table; in ptable_open()
897 ptable_close(struct ptable *table) in ptable_close()
[all …]
H A Ddisk.c46 struct ptable *table;
110 struct ptable *table; in ptable_print()
232 struct ptable *table; in disk_open()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h59 struct ptable { struct
67 struct ptable *idx_mptbl; /* path table entry for myself */ argument
257 struct ptable *hsfs_ptbl; /* pointer to incore Path Table */
/illumos-gate/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()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c713 struct ptable *table; in probe_partition()
792 struct ptable *table; in probe_disk()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h460 struct fc_phandle_entry *ptable; /* devinfo/phandle table */ member
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_subr.c444 return (&rp->ptable); in fc_handle_to_phandle_head()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c639 struct ptable *table; in zfs_probe_partition()
1411 struct ptable *table; in zfs_probe_dev()