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

/freebsd-13-stable/stand/i386/libi386/
H A Dbiosdisk.c157 static int bd_get_diskinfo_std(struct bdinfo *);
319 if (bd_get_diskinfo_std(bd) != 0) {
430 * Note we can not use bd_get_diskinfo_ext() nor bd_get_diskinfo_std()
513 bd_get_diskinfo_std(struct bdinfo *bd) function
626 * bogus information from bd_get_diskinfo_std().
646 ret = bd_get_diskinfo_std(bd);

Completed in 114 milliseconds