OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iop_class
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2o/
iop.c
115
static struct
iop_class
{
struct
119
} const
iop_class
[] = {
variable in typeref:struct:iop_class const[]
794
for (j = 0; j < sizeof(
iop_class
) / sizeof(
iop_class
[0]); j++)
795
if (
iop_class
[j].ic_class == ia.ia_class)
797
if (j < sizeof(
iop_class
) / sizeof(
iop_class
[0]) &&
798
(
iop_class
[j].ic_flags & mask) != maskval)
846
for (i = 0; i < sizeof(
iop_class
) / sizeof(
iop_class
[0]); i++
[
all
...]
iop.c
115
static struct
iop_class
{
struct
119
} const
iop_class
[] = {
variable in typeref:struct:iop_class const[]
794
for (j = 0; j < sizeof(
iop_class
) / sizeof(
iop_class
[0]); j++)
795
if (
iop_class
[j].ic_class == ia.ia_class)
797
if (j < sizeof(
iop_class
) / sizeof(
iop_class
[0]) &&
798
(
iop_class
[j].ic_flags & mask) != maskval)
846
for (i = 0; i < sizeof(
iop_class
) / sizeof(
iop_class
[0]); i++
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025