/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | time.h | 21 # define timersub(tvp, uvp, vvp) \ argument 35 # define timeradd(tvp, uvp, vvp) \ argument 49 # define timercmp(tvp, uvp, cmp) \ argument
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | time.h | 247 #define timespecclear(tvp) ((tvp)->tv_sec = (tvp)->tv_nsec = 0) argument 248 #define timespecisset(tvp) ((tvp)->tv_sec || (tvp)->tv_nsec) argument 249 #define timespeccmp(tvp, uvp, cmp) \ argument 274 #define timevalclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument 275 #define timevalisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument 276 #define timevalcmp(tvp, uvp, cmp) \ argument 287 #define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument 288 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument 289 #define timercmp(tvp, uvp, cmp) \ argument 293 #define timeradd(tvp, uvp, vvp) \ argument [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | time.h | 128 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument 129 #define timercmp(tvp, uvp, cmp) \ argument 136 #define timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0 argument 144 #define timeradd(tvp, uvp, vvp) \ argument 155 #define timersub(tvp, uvp, vvp) \ argument 303 #define TICK_TO_TIMEVAL(tick, tvp) { \ argument 309 #define TICK_TO_TIMEVAL32(tick, tvp) { \ argument 329 #define TIMEVAL_TO_TICK(tvp) \ argument
|
H A D | timer.h | 135 #define timerspecisset(tvp) ((tvp)->tv_sec || (tvp)->tv_nsec) argument 136 #define timerspeccmp(tvp, uvp) (((tvp)->tv_sec - (uvp)->tv_sec) ? \ argument 138 #define timerspecclear(tvp) ((tvp)->tv_sec = (tvp)->tv_nsec = 0) argument
|
/illumos-gate/usr/src/lib/libresolv2/common/bsd/ |
H A D | utimes.c | 31 __utimes(char *filename, struct timeval *tvp) { in __utimes()
|
H A D | gettimeofday.c | 43 gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp) { in gettimeofday()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwp_info.c | 45 lwp_info(timestruc_t *tvp) in lwp_info()
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_lookup.c | 173 vnode_t *tvp; /* addressable temp ptr */ in lookuppnvp() local 583 vnode_t *tvp; in traverse() local
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_time.c | 39 fmd_time_gettimeofday(struct timeval *tvp) in fmd_time_gettimeofday() 254 fmd_simulator_tod(struct timeval *tvp, void *tzp) in fmd_simulator_tod()
|
H A D | fmd_protocol.c | 145 struct timeval *tvp, int injected) in fmd_protocol_list() 212 struct timeval *tvp, boolean_t repaired, boolean_t replaced, in fmd_protocol_rsrc_asru()
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_subr.c | 158 hs_parse_dirdate(dp, tvp) in hs_parse_dirdate() argument 195 hs_parse_longdate(dp, tvp) in hs_parse_longdate() argument
|
H A D | hsfs_rrip.c | 150 form_time(int time_length, uchar_t *file_time, struct timeval *tvp) in form_time()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | timers.c | 65 #define TVTSCMP(tvp, tsp, cmp) \ argument 1258 tv2hrt(struct timeval *tvp) in tv2hrt() 1265 hrt2tv(hrtime_t hrt, struct timeval *tvp) in hrt2tv()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_osdep.h | 101 #define timespeccmp(tvp, uvp, cmp) \ argument
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_subr.c | 118 timestruc_t *tvp, /* UNIX time input */ in pc_tvtopct()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | lookup.c | 666 vnode_t *tvp; in traverse() local 816 dirfindvp(vnode_t *vrootp, vnode_t *dvp, vnode_t *tvp, cred_t *cr, char *dbuf, in dirfindvp()
|
/illumos-gate/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 1081 hs_parse_dirdate(uchar_t *dp, struct timeval *tvp) in hs_parse_dirdate() 1116 hs_parse_longdate(uchar_t *dp, struct timeval *tvp) in hs_parse_longdate()
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | result.c | 273 struct timeval tv, *tvp; local
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | auth_des.c | 66 #define gettimeofday(tvp, tzp) uniqtime(tvp) argument
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | sundlpi.c | 192 dl_error_ack_t *dleap, timestruc_t *tvp) in dl_op()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_ns.c | 916 vnode_t *tvp, *nextvp; in untraverse() local
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 747 struct timeval *tvp = NULL; in pselect() local
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | rdn_parser.c | 638 ava_to_string(KMF_X509_TYPE_VALUE_PAIR *tvp, custr_t *str) in ava_to_string()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_odir.c | 1365 vnode_t *tvp = NULL; in smb_odir_wildcard_fileinfo() local
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop.c | 612 struct timeval *tvp, int drops, int len) in show_pktinfo()
|