Home
last modified time | relevance | path

Searched refs:ptable_getpart (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Ddisk.c286 rc = ptable_getpart(od->table, &part, partition); in disk_open()
299 rc = ptable_getpart(od->table, &part, slice); in disk_open()
357 rc = ptable_getpart(table, &part, partition); in disk_open()
H A Dpart.h88 int ptable_getpart(const struct ptable *table, struct ptable_entry *part,
H A Dpart.c933 ptable_getpart(const struct ptable *table, struct ptable_entry *part, int idx) in ptable_getpart() function