OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oitsp
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
sys_timerfd.c
679
struct itimerspec nits, oits, *
oitsp
= NULL;
local
688
oitsp
= &oits;
692
&nits,
oitsp
, retval);
693
if (error == 0 &&
oitsp
!= NULL) {
694
error = copyout(
oitsp
, SCARG(uap, old_value), sizeof(*
oitsp
));
/src/sys/compat/linux/common/
linux_time.c
535
struct itimerspec nits, oits, *
oitsp
= NULL;
local
553
oitsp
= &oits;
557
&nits,
oitsp
, retval);
558
if (error == 0 &&
oitsp
!= NULL) {
559
native_to_linux_itimerspec(&lits,
oitsp
);
/src/sys/compat/netbsd32/
netbsd32_time.c
549
struct itimerspec its, oits, *
oitsp
= NULL;
local
561
oitsp
= &oits;
565
&its,
oitsp
, retval);
566
if (error == 0 &&
oitsp
!= NULL) {
568
netbsd32_from_timespec(&
oitsp
->it_interval, &its32.it_interval);
569
netbsd32_from_timespec(&
oitsp
->it_value, &its32.it_value);
/src/sys/compat/linux32/common/
linux32_time.c
538
struct itimerspec nits, oits, *
oitsp
= NULL;
local
556
oitsp
= &oits;
560
&nits,
oitsp
, retval);
561
if (error == 0 &&
oitsp
!= NULL) {
562
native_to_linux32_itimerspec(&lits,
oitsp
);
Completed in 15 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026