Home
last modified time | relevance | path

Searched refs:ptable_entry (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/common/
H A Dpart.h56 struct ptable_entry { struct
66 const struct ptable_entry *part); argument
74 int ptable_getpart(const struct ptable *table, struct ptable_entry *part,
76 int ptable_getbestpart(const struct ptable *table, struct ptable_entry *part);
H A Ddisk.c104 ptable_print(void *arg, const char *pname, const struct ptable_entry *part) in ptable_print()
233 struct ptable_entry part; in disk_open()
H A Dpart.c63 struct ptable_entry part;
722 ptable_getpart(const struct ptable *table, struct ptable_entry *part, int index) in ptable_getpart()
757 ptable_getbestpart(const struct ptable *table, struct ptable_entry *part) in ptable_getbestpart()
/freebsd/stand/libsa/zfs/
H A Dzfs.c752 const struct ptable_entry *part) in zfs_probe_partition()