OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_cbs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcarm/dev/
nbppcon.c
58
}
sc_cbs
[2];
member in struct:nbppcon_softc
147
for (i = 0; i < __arraycount(sc->
sc_cbs
); i++)
148
if (sc->
sc_cbs
[i].cb_func == NULL) {
149
sc->
sc_cbs
[i].cb_tag = tag;
150
sc->
sc_cbs
[i].cb_func = func;
151
sc->
sc_cbs
[i].cb_arg = arg;
165
for (i = 0; i < __arraycount(sc->
sc_cbs
); i++) {
166
cb = &sc->
sc_cbs
[i];
nbppcon.c
58
}
sc_cbs
[2];
member in struct:nbppcon_softc
147
for (i = 0; i < __arraycount(sc->
sc_cbs
); i++)
148
if (sc->
sc_cbs
[i].cb_func == NULL) {
149
sc->
sc_cbs
[i].cb_tag = tag;
150
sc->
sc_cbs
[i].cb_func = func;
151
sc->
sc_cbs
[i].cb_arg = arg;
165
for (i = 0; i < __arraycount(sc->
sc_cbs
); i++) {
166
cb = &sc->
sc_cbs
[i];
Completed in 22 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025