HomeSort by: relevance | last modified time | path
    Searched defs:myops (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
pciide.c 44 struct myops { struct
48 static struct myops defaultops = { NULL, NULL };
49 static struct myops cmdideops = { cmdidefix, NULL };
50 static struct myops apoideops = { apoidefix, NULL };
51 static struct myops iteideops = { iteidefix, NULL };
52 static struct myops *myops; variable in typeref:struct:myops *
62 myops = &cmdideops;
67 myops = &apoideops;
70 myops = &iteideops
    [all...]
pciide.c 44 struct myops { struct
48 static struct myops defaultops = { NULL, NULL };
49 static struct myops cmdideops = { cmdidefix, NULL };
50 static struct myops apoideops = { apoidefix, NULL };
51 static struct myops iteideops = { iteidefix, NULL };
52 static struct myops *myops; variable in typeref:struct:myops *
62 myops = &cmdideops;
67 myops = &apoideops;
70 myops = &iteideops
    [all...]

Completed in 24 milliseconds