OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cb_func
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcarm/dev/
nbppcon.c
56
int (*
cb_func
)(void *, int, char *);
member in struct:nbppcon_softc::callback
148
if (sc->sc_cbs[i].
cb_func
== NULL) {
150
sc->sc_cbs[i].
cb_func
= func;
167
if (cb->
cb_func
!= NULL &&
169
return cb->
cb_func
(cb->cb_arg, buflen, buf);
nbppcon.c
56
int (*
cb_func
)(void *, int, char *);
member in struct:nbppcon_softc::callback
148
if (sc->sc_cbs[i].
cb_func
== NULL) {
150
sc->sc_cbs[i].
cb_func
= func;
167
if (cb->
cb_func
!= NULL &&
169
return cb->
cb_func
(cb->cb_arg, buflen, buf);
Completed in 22 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025