OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sh_func
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_softint.c
207
void (*
sh_func
)(void *);
member in struct:softhand
338
if (sh->
sh_func
== NULL)
372
if (sc->sc_hand[index].
sh_func
== NULL)
396
sh->
sh_func
= func;
404
sh->
sh_func
= func;
468
KASSERT(sh->
sh_func
!= NULL);
469
sh->
sh_func
= NULL;
597
sh->
sh_func
, sh->sh_arg, sh->sh_flags);
599
(*sh->
sh_func
)(sh->sh_arg);
602
(*sh->
sh_func
)(sh->sh_arg)
[
all
...]
kern_softint.c
207
void (*
sh_func
)(void *);
member in struct:softhand
338
if (sh->
sh_func
== NULL)
372
if (sc->sc_hand[index].
sh_func
== NULL)
396
sh->
sh_func
= func;
404
sh->
sh_func
= func;
468
KASSERT(sh->
sh_func
!= NULL);
469
sh->
sh_func
= NULL;
597
sh->
sh_func
, sh->sh_arg, sh->sh_flags);
599
(*sh->
sh_func
)(sh->sh_arg);
602
(*sh->
sh_func
)(sh->sh_arg)
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025