Searched refs:stv (Results 1 – 5 of 5) sorted by relevance
37 struct timespec stv; in tvsleep() local41 stv.tv_sec = tv->tv_sec; in tvsleep()42 stv.tv_nsec = tv->tv_nsec; in tvsleep()43 if ((r = nanosleep(&stv, &srv)) && errno == EINTR && rv) { in tvsleep()
521 statvfs64_t stv; in fmd_log_append() local629 if (lp->log_minfree != 0 && fstatvfs64(lp->log_fd, &stv) == 0 && in fmd_log_append()630 stv.f_bavail * stv.f_frsize < lp->log_minfree + easize) { in fmd_log_append()
69 stv(int len, void *addr, uint64_t value) in stv() function329 stv(buf_int_len, p, value); in zap_leaf_array_read()
10779 # From: Stephen Peterson <stv@utrecht.ow.nl>, 27 May 1995
12180 # From: Stephen Peterson <stv@utrecht.ow.nl>, 27 May 1995