Home
last modified time | relevance | path

Searched defs:tv (Results 1 – 25 of 153) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/io/
H A Dvuid_queue.c43 #define tv_to_usec(tv) (((tv).tv_sec * 1000000) + (tv).tv_usec) argument
320 tv_divide(struct timeval32 tv, int dividend) in tv_divide()
334 tv_mult(struct timeval32 tv, int multiplier) in tv_mult()
347 struct timeval32 tv; in usec_to_tv() local
/illumos-gate/usr/src/boot/sys/sys/
H A Dtimespec.h41 #define TIMEVAL_TO_TIMESPEC(tv, ts) \ argument
46 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ argument
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c86 uniqtime(struct timeval *tv) in uniqtime()
158 struct timeval tv; in uniqtime32() local
741 itimerfix(struct timeval *tv, int minimum) in itimerfix()
758 itimerspecfix(timespec_t *tv) in itimerspecfix()
880 hzto(struct timeval *tv) in hzto()
896 timespectohz(timespec_t *tv, timespec_t now) in timespectohz()
942 timespectohz64(timespec_t *tv) in timespectohz64()
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h63 #define TIMEVAL32_TO_TIMEVAL(tv, tv32) { \ argument
68 #define TIMEVAL_TO_TIMEVAL32(tv32, tv) { \ argument
76 #define TIMEVAL_OVERFLOW(tv) \ argument
419 #define TIMESPEC_TO_TIMEVAL(tv, ts) { \ argument
424 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ argument
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dresource.c575 struct timeval tv; in sunFmResourceTable_return() local
681 struct timeval tv; in sunFmResourceTable_handler() local
717 struct timeval tv; in sunFmResourceCount_return() local
766 struct timeval tv; in sunFmResourceCount_handler() local
H A Dproblem.c706 struct timeval tv; in sunFmProblemTable_return() local
833 struct timeval tv; in sunFmProblemTable_handler() local
874 struct timeval tv; in sunFmFaultEventTable_return() local
1060 struct timeval tv; in sunFmFaultEventTable_handler() local
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_clnt.c401 struct timeval tv; in srvsvc_timesync() local
427 struct timeval tv; in srvsvc_gettime() local
470 srvsvc_net_remote_tod(char *server, char *domain, struct timeval *tv, in srvsvc_net_remote_tod()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_stat.c52 cpr_time_t tv; in cpr_stat_event_start() local
83 cpr_time_t tv; in cpr_stat_event_end() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxgettime.c40 Tv_t tv; in tmxgettime() local
H A Dtmxsettime.c40 Tv_t tv; in tmxsettime() local
H A Dtmxsleep.c36 Tv_t tv; in tmxsleep() local
H A Dtvgettime.c30 tvgettime(Tv_t* tv) in tvgettime()
H A Dtvsettime.c31 tvsettime(const Tv_t* tv) in tvsettime()
H A Dtmsleep.c37 Tv_t tv; in tmsleep() local
H A Dtvsleep.c36 int tvsleep(const Tv_t *tv, Tv_t *rv) { in tvsleep()
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.c25 gettimeofday(struct timeval *tv, void *tz __unused) in gettimeofday()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dclnt_subr.c35 mountprog_client_create(const char *host, struct timeval *tv) in mountprog_client_create()
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c1066 struct timeval32 tv; in bpfioctl() local
1086 struct timeval32 tv; in bpfioctl() local
1146 struct timeval tv; in bpfioctl() local
1166 struct timeval tv; in bpfioctl() local
1495 struct timeval tv; in bpf_deliver() local
1576 cp_fn_t cpfn, struct timeval *tv) in catchpacket()
/illumos-gate/usr/src/cmd/refer/
H A Drefer6.c148 class(int nt, char *tv[]) in class()
166 hastype(int nt, char *tv[], char c) in hastype()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmttv.c32 fmttv(const char* fmt, Tv_t* tv) in fmttv()
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_info.c47 timestruc_t tv[2]; in lwp_info() local
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c362 struct timeval tv; in ldap_ufn_search_s() local
450 struct timeval tv; in ldap_ufn_expand() local
528 struct timeval *tv; in ldap_ufn_timeout() local
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv.c71 struct timeval tv; in setup_resolv() local
292 struct timeval tv; in resolv_req() local
/illumos-gate/usr/src/ucbcmd/rusage/
H A Drusage.c41 fprintt(s, tv) in fprintt() argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.timed/
H A Din.timed.c51 struct timeval tv; in machtime() local

1234567