Home
last modified time | relevance | path

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

/NextBSD/sys/boot/common/
HDpart.h57 struct ptable_entry { struct
67 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);
HDdisk.c187 ptable_print(void *arg, const char *pname, const struct ptable_entry *part) in ptable_print()
277 struct ptable_entry part; in disk_open()
HDpart.c65 struct ptable_entry part;
737 ptable_getpart(const struct ptable *table, struct ptable_entry *part, int index) in ptable_getpart()
772 ptable_getbestpart(const struct ptable *table, struct ptable_entry *part) in ptable_getbestpart()
/NextBSD/sys/boot/zfs/
HDzfs.c443 const struct ptable_entry *part) in zfs_probe_partition()