OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drive_info
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/gpllib/disk/
read.c
39
struct driveinfo
drive_info
;
local
40
drive_info
.disk = drive;
43
return read_sectors(&
drive_info
, buf, 0, 1);
59
struct driveinfo
drive_info
;
local
60
drive_info
.disk = drive;
62
return read_sectors(&
drive_info
, buf, lba, sectors);
67
* @
drive_info
: driveinfo struct describing the disk
75
int read_sectors(struct driveinfo *
drive_info
, void *data,
84
if (get_drive_parameters(
drive_info
) == -1)
97
if (
drive_info
->ebios)
[
all
...]
/external/syslinux/com32/mboot/
mb_info.h
60
struct
drive_info
{
struct
Completed in 143 milliseconds