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

/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp92 int8 biosDrive);
222 PartitionRecorder::PartitionRecorder(BMessage& settings, int8 biosDrive) argument
226 fBIOSDrive(biosDrive),
356 int8 biosDrive = 0; local
358 && _GetBIOSDrive(path.Path(), biosDrive) != B_OK)
361 PartitionRecorder recorder(settings, biosDrive);
H A Dbootman.S180 biosDrive resb 1
265 mov [bp + biosDrive], dl ; Store boot drive
291 mov dl, [bp + biosDrive]
306 mov dl, [bp + biosDrive]
599 mov dl, [bp + biosDrive]
635 mov dl, [bp + biosDrive]

Completed in 85 milliseconds