OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tv50
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libc/compat/sys/
compat_utimes.c
55
utimes(const char *path, const struct timeval50
tv50
[2])
59
if (
tv50
) {
60
timeval50_to_timeval(&
tv50
[0], &tv[0]);
61
timeval50_to_timeval(&
tv50
[1], &tv[1]);
63
return __utimes50(path,
tv50
? tv : NULL);
67
lutimes(const char *path, const struct timeval50
tv50
[2])
71
if (
tv50
) {
72
timeval50_to_timeval(&
tv50
[0], &tv[0]);
73
timeval50_to_timeval(&
tv50
[1], &tv[1]);
75
return __lutimes50(path,
tv50
? tv : NULL)
[
all
...]
compat_gettimeofday.c
53
__compat_gettimeofday(struct timeval50 *
tv50
, void *tzp)
60
timeval_to_timeval50(&tv,
tv50
);
compat_settimeofday.c
59
settimeofday(const struct timeval50 * __restrict
tv50
,
63
timeval50_to_timeval(
tv50
, &tv);
/src/sys/compat/common/
clockctl_50.c
70
struct timeval50
tv50
;
local
74
error = copyin(args->tv, &
tv50
, sizeof(
tv50
));
77
timeval50_to_timeval(&
tv50
, &tv);
kern_uipc_socket_50.c
215
struct timeval50
tv50
;
local
222
timeval_to_timeval50(&tv, &
tv50
);
223
**mp = sbcreatecontrol(&
tv50
, sizeof(
tv50
), SCM_OTIMESTAMP,
vfs_syscalls_50.c
206
struct timeval50
tv50
[2];
local
208
int error = copyin(tptr,
tv50
, sizeof(
tv50
));
211
timeval50_to_timeval(&
tv50
[0], &tv[0]);
212
timeval50_to_timeval(&
tv50
[1], &tv[1]);
Completed in 25 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026