OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:its32
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/netbsd32/
netbsd32_time.c
467
struct netbsd32_itimerspec
its32
;
local
469
if ((error = copyin(SCARG_P32(uap, value), &
its32
, sizeof(
its32
))) != 0)
471
netbsd32_to_timespec(&
its32
.it_interval, &value.it_interval);
472
netbsd32_to_timespec(&
its32
.it_value, &value.it_value);
482
memset(&
its32
, 0, sizeof(
its32
));
483
netbsd32_from_timespec(&ovp->it_interval, &
its32
.it_interval);
484
netbsd32_from_timespec(&ovp->it_value, &
its32
.it_value);
485
return copyout(&
its32
, SCARG_P32(uap, ovalue), sizeof(its32))
499
struct netbsd32_itimerspec
its32
;
local
550
struct netbsd32_itimerspec
its32
;
local
588
struct netbsd32_itimerspec
its32
;
local
[
all
...]
netbsd32_compat_50.c
392
struct netbsd32_itimerspec50
its32
;
local
394
if ((error = copyin(SCARG_P32(uap, value), &
its32
, sizeof(
its32
))) != 0)
396
netbsd32_to_timespec50(&
its32
.it_interval, &value.it_interval);
397
netbsd32_to_timespec50(&
its32
.it_value, &value.it_value);
407
memset(&
its32
, 0, sizeof(
its32
));
408
netbsd32_from_timespec50(&ovp->it_interval, &
its32
.it_interval);
409
netbsd32_from_timespec50(&ovp->it_value, &
its32
.it_value);
410
return copyout(&
its32
, SCARG_P32(uap, ovalue), sizeof(its32))
424
struct netbsd32_itimerspec50
its32
;
local
[
all
...]
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026