Home
last modified time | relevance | path

Searched refs:TIMEVAL_TO_TIMESPEC (Results 1 – 23 of 23) sorted by relevance

/mirbsd/src/lib/libpthread/uthread/
Duthread_nanosleep.c68 TIMEVAL_TO_TIMESPEC(&tv, &current_time); in nanosleep()
91 TIMEVAL_TO_TIMESPEC(&tv, &current_time1); in nanosleep()
Duthread_kern.c129 TIMEVAL_TO_TIMESPEC(&tv, &ts); in _thread_kern_sched()
603 TIMEVAL_TO_TIMESPEC(&tv, &ts); in _thread_kern_poll()
942 TIMEVAL_TO_TIMESPEC(&tv, &current_time); in _thread_kern_set_timeout()
Duthread_info_openbsd.c162 TIMEVAL_TO_TIMESPEC(&now, &nows); in _thread_dump_entry()
261 TIMEVAL_TO_TIMESPEC(&tv, &current_time); in _thread_dump_entry()
Duthread_select.c80 TIMEVAL_TO_TIMESPEC(timeout, &ts); in select()
/mirbsd/src/usr.bin/make/
Dtimestamp.h77 TIMEVAL_TO_TIMESPEC(&(tv), &n); \
/mirbsd/src/sys/kern/
Dsys_pipe.c713 TIMEVAL_TO_TIMESPEC(&pipe->pipe_atime, &ub->st_atimespec);
714 TIMEVAL_TO_TIMESPEC(&pipe->pipe_mtime, &ub->st_mtimespec);
715 TIMEVAL_TO_TIMESPEC(&pipe->pipe_ctime, &ub->st_ctimespec);
Dkern_time.c150 TIMEVAL_TO_TIMESPEC(&atv,&ats);
281 TIMEVAL_TO_TIMESPEC(&atv, &rmt);
Duipc_usrreq.c359 TIMEVAL_TO_TIMESPEC(&tv, &unp->unp_ctime); in unp_attach()
/mirbsd/src/sys/sys/
Dtime.h63 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ macro
/mirbsd/src/sys/ufs/ext2fs/
Dext2fs_inode.c136 TIMEVAL_TO_TIMESPEC(&time, &ts);
177 TIMEVAL_TO_TIMESPEC(&time, &ts); in ext2fs_update()
/mirbsd/src/sys/msdosfs/
Dmsdosfs_vnops.c160 TIMEVAL_TO_TIMESPEC(&time, &ts);
223 TIMEVAL_TO_TIMESPEC(&time, &ts);
274 TIMEVAL_TO_TIMESPEC(&time, &ts);
1291 TIMEVAL_TO_TIMESPEC(&time, &ts);
Dmsdosfs_denode.c351 TIMEVAL_TO_TIMESPEC(&time, &ts);
/mirbsd/src/bin/systrace/
Dpolicy.c737 TIMEVAL_TO_TIMESPEC(&now, &policy->ts_last); in systrace_readpolicy()
867 TIMEVAL_TO_TIMESPEC(&now, &policy->ts_last); in systrace_writepolicy()
/mirbsd/src/sys/miscfs/kernfs/
Dkernfs_vnops.c601 TIMEVAL_TO_TIMESPEC(&time, &vap->va_atime);
627 TIMEVAL_TO_TIMESPEC(&boottime, &vap->va_atime);
/mirbsd/src/lib/libevent/
Dkqueue.c231 TIMEVAL_TO_TIMESPEC(tv, &ts); in kq_dispatch()
/mirbsd/src/sys/ufs/ffs/
Dffs_inode.c79 TIMEVAL_TO_TIMESPEC(&time, &ts); in ffs_update()
/mirbsd/src/sys/miscfs/portal/
Dportal_vnops.c542 TIMEVAL_TO_TIMESPEC(&tv, &vap->va_atime);
/mirbsd/src/sys/dev/wscons/
Dwsmouse.c356 TIMEVAL_TO_TIMESPEC(&time, &ev->time); \ in wsmouse_input()
Dwsmux.c415 TIMEVAL_TO_TIMESPEC(&xxxtime, &ev->time); in wsmux_do_ioctl()
Dwskbd.c706 TIMEVAL_TO_TIMESPEC(&xxxtime, &ev->time); in wskbd_deliver_event()
/mirbsd/src/sys/dev/usb/
Dusb.c740 TIMEVAL_TO_TIMESPEC(&thetime, &ueq->ue.ue_time); in usb_add_event()
/mirbsd/src/sys/miscfs/procfs/
Dprocfs_vnops.c544 TIMEVAL_TO_TIMESPEC(&tv, &vap->va_ctime);
/mirbsd/src/usr.bin/ssh/
Dscp.c823 TIMEVAL_TO_TIMESPEC(&bwend, &ts); in bwlimit()