Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Ddisk.c285 rc = ptable_getpart(od->table, &part, partition); in disk_open()
298 rc = ptable_getpart(od->table, &part, slice); in disk_open()
349 rc = ptable_getpart(table, &part, partition); in disk_open()
H A Dpart.h74 int ptable_getpart(const struct ptable *table, struct ptable_entry *part,
H A Dpart.c722 ptable_getpart(const struct ptable *table, struct ptable_entry *part, int index) in ptable_getpart() function