/titanic_51/usr/src/cmd/sendmail/include/sm/ |
H A D | time.h | 23 # define timersub(tvp, uvp, vvp) \ argument 37 # define timeradd(tvp, uvp, vvp) \ argument 51 # define timercmp(tvp, uvp, cmp) \ argument [all...] |
/titanic_51/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 timevalclear(tvp) global() argument 275 timevalisset(tvp) global() argument 276 timevalcmp(tvp,uvp,cmp) global() argument 287 timerclear(tvp) global() argument 288 timerisset(tvp) global() argument 289 timercmp(tvp,uvp,cmp) global() argument 293 timeradd(tvp,uvp,vvp) global() argument 302 timersub(tvp,uvp,vvp) global() argument [all...] |
/titanic_51/usr/src/uts/common/sys/ |
H A D | time.h | 126 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument 127 #define timercmp(tvp, uvp, cmp) \ argument 134 #define timerclear(tvp) (tvp)->tv_sec = (tvp) argument 142 timeradd(tvp,uvp,vvp) global() argument 153 timersub(tvp,uvp,vvp) global() argument 298 TICK_TO_TIMEVAL(tick,tvp) global() argument 304 TICK_TO_TIMEVAL32(tick,tvp) global() argument 324 TIMEVAL_TO_TICK(tvp) global() argument [all...] |
H A D | timer.h | 126 #define timerspecisset(tvp) ((tvp)->tv_sec || (tvp)->tv_nsec) argument 127 #define timerspeccmp(tvp, uvp) (((tvp)->tv_sec - (uvp)->tv_sec) ? \ argument 129 #define timerspecclear(tvp) ((tvp)->tv_sec = (tvp) argument [all...] |
/titanic_51/usr/src/lib/libbc/inc/include/sys/ |
H A D | time.h | 42 #define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument 43 #define timercmp(tvp, uvp, cmp) \ argument 46 #define timerclear(tvp) (tvp)->tv_sec = (tvp) argument [all...] |
/titanic_51/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_lookup.c | 87 vnode_t *tvp; /* addressable temp ptr */ in lookuppnvp() local 497 vnode_t *tvp; in traverse() local [all...] |
/titanic_51/usr/src/lib/libresolv2/common/bsd/ |
H A D | utimes.c | 31 __utimes(char *filename, struct timeval *tvp) { in __utimes() argument
|
H A D | gettimeofday.c | 47 gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp) { in gettimeofday() argument
|
/titanic_51/usr/src/uts/common/syscall/ |
H A D | lwp_info.c | 48 lwp_info(timestruc_t *tvp) in lwp_info() argument
|
/titanic_51/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_time.c | 39 fmd_time_gettimeofday(struct timeval *tvp) in fmd_time_gettimeofday() argument 254 fmd_simulator_tod(struct timeval *tvp, void *tzp) in fmd_simulator_tod() argument
|
H A D | fmd_protocol.c | 145 struct timeval *tvp, int injected) in fmd_protocol_list() argument 212 struct timeval *tvp, boolean_t repaired, boolean_t replaced, in fmd_protocol_rsrc_asru() argument
|
/titanic_51/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_subr.c | 160 hs_parse_dirdate(dp, tvp) in hs_parse_dirdate() argument 197 hs_parse_longdate(dp, tvp) in hs_parse_longdate() argument [all...] |
H A D | hsfs_rrip.c | 150 form_time(int time_length, uchar_t *file_time, struct timeval *tvp) in form_time() argument
|
/titanic_51/usr/src/lib/libbc/libc/compat/4.1/ |
H A D | vtimes.c | 87 scale60(struct timeval *tvp) in scale60() argument
|
/titanic_51/usr/src/uts/common/os/ |
H A D | timers.c | 64 #define TVTSCMP(tvp, tsp, cmp) \ argument 1240 tv2hrt(struct timeval *tvp) in tv2hrt() argument 1247 hrt2tv(hrtime_t hrt, struct timeval *tvp) in hrt2tv() argument [all...] |
/titanic_51/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_osdep.h | 76 #define timespeccmp(tvp, uvp, cmp) \ argument
|
/titanic_51/usr/src/uts/common/fs/pcfs/ |
H A D | pc_subr.c | 118 timestruc_t *tvp, /* UNIX time input */ in pc_tvtopct() argument
|
/titanic_51/usr/src/uts/common/fs/ |
H A D | lookup.c | 671 vnode_t *tvp; in traverse() local 821 dirfindvp(vnode_t *vrootp, vnode_t *dvp, vnode_t *tvp, cred_t *cr, char *dbuf, in dirfindvp() argument
|
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | result.c | 275 struct timeval tv, *tvp; local
|
/titanic_51/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 1080 hs_parse_dirdate(uchar_t *dp, struct timeval *tvp) in hs_parse_dirdate() argument 1115 hs_parse_longdate(uchar_t *dp, struct timeval *tvp) in hs_parse_longdate() argument [all...] |
/titanic_51/usr/src/uts/common/rpc/sec/ |
H A D | auth_des.c | 68 #define gettimeofday(tvp, tzp) uniqtime(tvp) argument
|
/titanic_51/usr/src/uts/common/io/ |
H A D | sundlpi.c | 192 dl_error_ack_t *dleap, timestruc_t *tvp) in dl_op() argument
|
/titanic_51/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_ns.c | 877 vnode_t *tvp, *nextvp; in untraverse() local [all...] |
/titanic_51/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 740 struct timeval tv, *tvp; in pselect() local
|
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop.c | 562 struct timeval *tvp, int drops, int len) in show_pktinfo() argument
|