OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:device_equiv
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/next68k/next68k/
autoconf.c
77
struct
device_equiv
{
struct
81
static struct
device_equiv
device_equiv
[] = {
variable in typeref:struct:device_equiv[]
85
static int ndevice_equivs = (sizeof(
device_equiv
)/sizeof(
device_equiv
[0]));
159
if (
device_equiv
->alias &&
160
strcmp(name,
device_equiv
->alias) == 0)
161
name =
device_equiv
->real;
Completed in 12 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025