/src/sys/arch/i386/stand/lib/ |
biosdisk_ll.h | 127 int set_geometry(struct biosdisk_ll *, struct biosdisk_extinfo *);
|
bootinfo_biosgeom.c | 84 if (set_geometry(&d, &ed))
|
biosdisk_ll.c | 96 set_geometry(struct biosdisk_ll *d, struct biosdisk_extinfo *ed) function in typeref:typename:int
|
biosdisk.c | 293 if (set_geometry(&d->ll, NULL)) { 484 if (set_geometry(&d->ll, &ed) == 0 && 638 if (set_geometry(&d->ll, &ed)) 863 if (set_geometry(&d->ll, &ed)) 1175 if (set_geometry(&d->ll, &ed) != 0) 1363 if (set_geometry(&d->ll, NULL)) 1518 if (set_geometry(&d->ll, NULL))
|
/src/sys/arch/i386/stand/efiboot/ |
efidisk_ll.c | 86 set_geometry(struct biosdisk_ll *d, struct biosdisk_extinfo *ed) function in typeref:typename:int
|
/src/sys/arch/i386/stand/bootxx/ |
boot1.c | 78 if (set_geometry(&d, NULL)) 79 return "set_geometry\r\n";
|