OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timbuf
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hp300/stand/common/
clock.c
88
satime_t
timbuf
= 0;
local in function:getsecs
90
if (!clock_to_gmt(&
timbuf
) && !clockinited)
95
return
timbuf
;
99
clock_to_gmt(satime_t *
timbuf
)
135
*
timbuf
= tim_prev;
184
*
timbuf
= tmp;
/src/sys/arch/mac68k/mac68k/
clock.c
382
u_long
timbuf
;
local in function:mac68k_gettime
384
timbuf
= pramt_2_ugmt(pram_readtime());
385
if ((
timbuf
- macos_boottime) > 10 * 60) {
390
timbuf
, macos_boottime);
392
timbuf
= macos_boottime;
395
tvp->tv_sec =
timbuf
;
/src/lib/librefuse/refuse/
fs.c
1276
struct utimbuf
timbuf
;
local in function:fuse_fs_utimens_v30
1278
timbuf
.actime = tv[0].tv_sec;
1279
timbuf
.modtime = tv[1].tv_sec;
1289
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->utime(path, &
timbuf
); \
1306
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->utime(path, &
timbuf
); \
Completed in 13 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025