OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_time
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/macppc/dev/
battery.c
84
int
sc_time
;
member in struct:battery_softc
189
sc->
sc_time
= 0;
213
sc->
sc_time
= (sc->sc_charge * 16440) / sc->sc_current;
215
sc->
sc_time
= 0;
223
if (sc->
sc_time
> 0)
224
printf("time: %d:%02d\n", sc->
sc_time
/ 60,
225
sc->
sc_time
% 60);
smartbat.c
88
int
sc_time
;
member in struct:smartbat_softc
/src/sys/dev/
fssvar.h
159
struct timeval
sc_time
; /* Time this snapshot was taken */
member in struct:fss_softc
fss.c
366
memset(&sc->
sc_time
, 0, sizeof(sc->
sc_time
));
439
timeval_to_timeval50(&sc->
sc_time
, &fsg50->fsg_time);
446
timeval_to_timeval50(&sc->
sc_time
, &fsg50->fsg_time);
462
fsg->fsg_time = sc->
sc_time
;
469
fsg->fsg_time = sc->
sc_time
;
689
* sc_bs_vp and
sc_time
.
759
TIMESPEC_TO_TIMEVAL(&sc->
sc_time
, &ts);
912
microtime(&sc->
sc_time
);
Completed in 15 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025