OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drive_nr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/ppc/
hw_ide.c
400
int
drive_nr
= (controller->reg[ide_drive_head_reg] & 0x10) != 0;
local
401
controller->current_drive = &controller->drive[
drive_nr
];
693
int
drive_nr
= addr % nr_ide_drives_per_controller;
local
701
drive = &controller->drive[
drive_nr
];
/src/external/gpl3/gdb.old/dist/sim/ppc/
hw_ide.c
400
int
drive_nr
= (controller->reg[ide_drive_head_reg] & 0x10) != 0;
local
401
controller->current_drive = &controller->drive[
drive_nr
];
693
int
drive_nr
= addr % nr_ide_drives_per_controller;
local
701
drive = &controller->drive[
drive_nr
];
Completed in 16 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026