| /NextBSD/contrib/nvi/common/ |
| HD | util.h | 67 #undef timespeccmp 72 #define timespeccmp(tvp, uvp, cmp) \ macro
|
| HD | recover.c | 720 timespeccmp(&rec_mtim, &sb.st_mtimespec, <)) { in rcv_read()
|
| HD | exf.c | 828 timespeccmp(&sb.st_mtimespec, &ep->mtim, !=))) { in file_write()
|
| /NextBSD/sys/dev/joy/ |
| HD | joy.c | 171 for (; timespeccmp(&t, &end, <) && (bus_space_read_1(bt, port, 0) & 0x0f); nanotime(&t)) in joyread() 181 while (timespeccmp(&t, &end, <)) { in joyread()
|
| /NextBSD/sys/dev/sound/ |
| HD | clone.c | 685 timespeccmp(&ce->tsp, &bce->tsp, <))) in snd_clone_alloc() 690 (cce == NULL || timespeccmp(&ce->tsp, &cce->tsp, <))) in snd_clone_alloc() 693 (nce == NULL || timespeccmp(&ce->tsp, &nce->tsp, <))) in snd_clone_alloc() 695 else if (tce == NULL || timespeccmp(&ce->tsp, &tce->tsp, <)) in snd_clone_alloc()
|
| /NextBSD/lib/libnetbsd/sys/ |
| HD | time.h | 42 #define timespeccmp(tsp, usp, cmp) \ macro
|
| /NextBSD/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_nanosleep.c | 84 if (timespeccmp(&ts2, &ts1, <=) != 0) { in ATF_TC_BODY()
|
| /NextBSD/sys/netsmb/ |
| HD | smb_iod.c | 561 if (timespeccmp(&ts, &rqp->sr_timesent, >)) { in smb_iod_sendall() 632 if (timespeccmp(&tsnow, &iod->iod_lastrqsent, >)) { in smb_iod_main()
|
| /NextBSD/sys/sys/ |
| HD | time.h | 249 #define timespeccmp(tvp, uvp, cmp) \ macro
|
| /NextBSD/sys/opencrypto/ |
| HD | crypto.c | 992 if (timespeccmp(&t, &ts->min, <)) in crypto_tstat() 994 if (timespeccmp(&t, &ts->max, >)) in crypto_tstat()
|
| /NextBSD/sys/kern/ |
| HD | kern_time.c | 1530 if (timespeccmp(&cts, &it->it_time.it_value, >=)) { in realtimer_expire() 1534 while (timespeccmp(&cts, &it->it_time.it_value, >=)) { in realtimer_expire()
|
| HD | kern_linker.c | 1832 if (result && timespeccmp(&mattr.va_mtime, &vattr.va_mtime, >)) in linker_hints_lookup()
|
| HD | kern_sig.c | 1281 if (timespeccmp(&rts, &ets, >=)) { in kern_sigtimedwait()
|
| HD | kern_umtx.c | 752 if (timespeccmp(&timo->end, &timo->cur, <=)) in abs_timeout_gethz()
|
| HD | vfs_syscalls.c | 3002 timespeccmp(&ts[1], &vattr.va_birthtime, < ))
|
| /NextBSD/tools/regression/posixsem/ |
| HD | posixsem.c | 61 #define timespeccmp(tvp, uvp, cmp) \ macro
|
| /NextBSD/contrib/nvi/vi/ |
| HD | vs_msg.c | 126 if (timespeccmp(&ts_diff, &ts_min, <)) in vs_busy()
|
| /NextBSD/contrib/nvi/ex/ |
| HD | ex_cscope.c | 825 *isolderp = timespeccmp( in csc_file()
|
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clvnops.c | 1118 timespeccmp(&vattr.va_ctime, &nctime, ==))) { in nfs_lookup() 1145 timespeccmp(&vattr.va_mtime, &nctime, ==)) { in nfs_lookup() 1197 if (timespeccmp(&np->n_vattr.na_mtime, in nfs_lookup()
|
| HD | nfs_clport.c | 552 if (timespeccmp(&mtime_save, &vap->va_mtime, >)) { in nfscl_loadattrcache()
|