OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_ctimespec
(Results
1 - 25
of
37
) sorted by relevancy
1
2
/src/sys/compat/aoutm68k/
aoutm68k_stat.h
53
struct timespec50
st_ctimespec
;/* time of last file status change */
member in struct:aoutm68k_stat43
72
struct timespec50
st_ctimespec
;/* time of last file status change */
member in struct:aoutm68k_stat12
93
struct timespec50
st_ctimespec
;/* time of last file status change */
member in struct:aoutm68k_stat
aoutm68k_stat.c
253
ast->
st_ctimespec
.tv_sec = st->
st_ctimespec
.tv_sec;
254
ast->
st_ctimespec
.tv_nsec = st->
st_ctimespec
.tv_nsec;
279
ast->
st_ctimespec
.tv_sec = st->
st_ctimespec
.tv_sec;
280
ast->
st_ctimespec
.tv_nsec = st->
st_ctimespec
.tv_nsec;
308
ast->
st_ctimespec
.tv_sec = st->
st_ctimespec
.tv_sec
[
all
...]
/src/lib/libc/compat/sys/
compat___stat13.c
87
ost->
st_ctimespec
.tv_sec = (int32_t)st->
st_ctimespec
.tv_sec;
88
ost->
st_ctimespec
.tv_nsec = st->
st_ctimespec
.tv_nsec;
compat_stat.c
83
ost->
st_ctimespec
.tv_sec = (int32_t)st->
st_ctimespec
.tv_sec;
84
ost->
st_ctimespec
.tv_nsec = st->
st_ctimespec
.tv_nsec;
compat___stat30.c
86
timespec_to_timespec50(&st->
st_ctimespec
, &ost->
st_ctimespec
);
/src/sys/compat/sys/
stat.h
56
struct timespec50
st_ctimespec
;/* time of last file status change */
member in struct:stat43
74
struct timespec50
st_ctimespec
;/* time of last file status change */
member in struct:stat12
109
struct timespec50
st_ctimespec
;/* time of last file status change */
member in struct:stat13
151
struct timespec50
st_ctimespec
;/* time of last file status change */
member in struct:stat30
/src/sys/compat/netbsd32/
netbsd32_compat_12.c
81
sp32->
st_ctimespec
.tv_sec = sp12->
st_ctimespec
.tv_sec;
82
sp32->
st_ctimespec
.tv_nsec = sp12->
st_ctimespec
.tv_nsec;
netbsd32_conv.h
497
sb32p->
st_ctimespec
.tv_sec = (int32_t)sbp->
st_ctimespec
.tv_sec;
498
sb32p->
st_ctimespec
.tv_nsec = (netbsd32_long)sbp->
st_ctimespec
.tv_nsec;
524
sb32p->
st_ctimespec
.tv_sec = (int32_t)sbp->
st_ctimespec
.tv_sec;
525
sb32p->
st_ctimespec
.tv_nsec = (netbsd32_long)sbp->
st_ctimespec
.tv_nsec;
551
sb32p->
st_ctimespec
.tv_sec = (netbsd32_time_t)sbp->
st_ctimespec
.tv_sec
[
all
...]
netbsd32_compat_43.c
93
sp32->
st_ctimespec
.tv_sec = sb->
st_ctimespec
.tv_sec;
94
sp32->
st_ctimespec
.tv_nsec = sb->
st_ctimespec
.tv_nsec;
netbsd32.h
791
struct netbsd32_timespec50
st_ctimespec
;/* time of last file status change */
member in struct:netbsd32_stat12
813
struct netbsd32_timespec50
st_ctimespec
;/* time of last file status change */
member in struct:netbsd32_stat43
830
struct netbsd32_timespec50
st_ctimespec
;/* time of last file status change */
member in struct:netbsd32_stat13
852
struct netbsd32_timespec50
st_ctimespec
;/* time of last file status change */
member in struct:netbsd32_stat50
873
struct netbsd32_timespec
st_ctimespec
;/* time of last file status change */
member in struct:netbsd32_stat
/src/bin/ls/
cmp.c
62
((x)->
st_ctimespec
.tv_nsec op (y)->
st_ctimespec
.tv_nsec)
/src/sys/rump/librump/rumpkern/
cons.c
146
sb->st_atimespec = sb->st_mtimespec = sb->
st_ctimespec
= ts;
/src/sys/compat/common/
vfs_syscalls_12.c
98
timespec_to_timespec50(&st->
st_ctimespec
, &ost->
st_ctimespec
);
vfs_syscalls_50.c
104
timespec_to_timespec50(&st->
st_ctimespec
, &ost->
st_ctimespec
);
vfs_syscalls_30.c
97
timespec_to_timespec50(&st->
st_ctimespec
, &ost->
st_ctimespec
);
vfs_syscalls_43.c
138
cvttimespec(&ost->
st_ctimespec
, &st->
st_ctimespec
);
/src/sys/rump/kern/lib/libsys_sunos/
rump_sunos_compat.c
124
ssb->st_ctim = sb->
st_ctimespec
;
128
timespec_to_timespec50(&sb->
st_ctimespec
, &ssb->st_ctim);
/src/lib/libpuffs/
subr.c
279
va->va_ctime = sb->
st_ctimespec
;
/src/sys/rump/kern/lib/libsys_cygwin/
rump_cygwin_compat.c
86
timespec_to_timespec50(&sb->
st_ctimespec
, &ssb->st_ctim);
/src/sys/sys/
stat.h
105
#define
st_ctimespec
st_ctim
macro
/src/sys/compat/sunos32/
sunos32_misc.c
261
sb32p->
st_ctimespec
.tv_sec = (netbsd32_time_t)sbp->
st_ctimespec
.tv_sec;
262
sb32p->
st_ctimespec
.tv_nsec = (netbsd32_long)sbp->
st_ctimespec
.tv_nsec;
/src/sys/kern/
sys_eventfd.c
383
st->st_birthtimespec = st->
st_ctimespec
= efd->efd_btime;
sys_timerfd.c
372
st->
st_ctimespec
= st->st_mtimespec;
sys_memfd.c
311
st->
st_ctimespec
= mfd->mfd_mtime;
/src/sys/dev/dmover/
dmover_io.c
610
st->
st_ctimespec
= st->st_birthtimespec = ds->ds_btime;
Completed in 21 milliseconds
1
2
Indexes created Wed Nov 05 22:09:55 GMT 2025