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

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpart.h32 struct ptable;
82 struct ptable *ptable_open(void *dev, off_t sectors, uint16_t sectorsize,
84 void ptable_close(struct ptable *table);
85 enum ptable_type ptable_gettype(const struct ptable *table);
87 int ptable_getpart(const struct ptable *table, struct ptable_entry *part,
89 int ptable_getbestpart(const struct ptable *table, struct ptable_entry *part);
91 int ptable_iterate(const struct ptable *table, void *arg,
H A Dpart.c80 struct ptable { struct
250 static struct ptable*
251 ptable_gptread(struct ptable *table, void *dev, diskread_t dread)
384 static struct ptable*
385 ptable_ebrread(struct ptable *table, void *dev, diskread_t dread)
462 static struct ptable*
463 ptable_bsdread(struct ptable *table, void *dev, diskread_t dread)
544 static struct ptable*
545 ptable_vtoc8read(struct ptable *table, void *dev, diskread_t dread)
632 static struct ptable*
[all...]
H A Ddisk.c47 struct ptable *table;
191 struct ptable *table;
280 struct ptable *table;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h61 struct ptable { struct
69 struct ptable *idx_mptbl; /* path table entry for myself */
259 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) argument
276 &(ptable[osc][bias]));
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c166 struct ptable *table;
209 struct ptable *table;
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h460 struct fc_phandle_entry *ptable; /* devinfo/phandle table */ member in struct:fc_resource_list
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfs.c447 struct ptable *table;
488 struct ptable *table;
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_subr.c444 return (&rp->ptable);

Completed in 138 milliseconds