OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_statclock_init
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/evbmips/sbmips/
systemsw.h
48
void (*
s_statclock_init
)(void *);
member in struct:systemsw
systemsw.c
62
NULL, /*
s_statclock_init
: dflt no-op */
106
if (systemsw.
s_statclock_init
!= NULL)
107
(*systemsw.
s_statclock_init
)(systemsw.s_statclock_arg);
/src/sys/arch/sbmips/include/
systemsw.h
50
void (*
s_statclock_init
)(void *);
member in struct:systemsw
/src/sys/arch/sbmips/sbmips/
systemsw.c
62
NULL, /*
s_statclock_init
: dflt no-op */
106
if (systemsw.
s_statclock_init
!= NULL)
107
(*systemsw.
s_statclock_init
)(systemsw.s_statclock_arg);
Completed in 14 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025