Home
last modified time | relevance | path

Searched defs:tvp (Results 1 – 25 of 57) sorted by relevance

123

/titanic_51/usr/src/cmd/sendmail/include/sm/
H A Dtime.h23 # 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 Dtime.h247 #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 Dtime.h126 #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 Dtimer.h126 #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 Dtime.h42 #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 Dfake_lookup.c87 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 Dutimes.c31 __utimes(char *filename, struct timeval *tvp) { in __utimes() argument
H A Dgettimeofday.c47 gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp) { in gettimeofday() argument
/titanic_51/usr/src/uts/common/syscall/
H A Dlwp_info.c48 lwp_info(timestruc_t *tvp) in lwp_info() argument
/titanic_51/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.c39 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 Dfmd_protocol.c145 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 Dhsfs_subr.c160 hs_parse_dirdate(dp, tvp) in hs_parse_dirdate() argument
197 hs_parse_longdate(dp, tvp) in hs_parse_longdate() argument
[all...]
H A Dhsfs_rrip.c150 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 Dvtimes.c87 scale60(struct timeval *tvp) in scale60() argument
/titanic_51/usr/src/uts/common/os/
H A Dtimers.c64 #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 Dsmb_osdep.h76 #define timespeccmp(tvp, uvp, cmp) \ argument
/titanic_51/usr/src/uts/common/fs/pcfs/
H A Dpc_subr.c118 timestruc_t *tvp, /* UNIX time input */ in pc_tvtopct() argument
/titanic_51/usr/src/uts/common/fs/
H A Dlookup.c671 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 Dresult.c275 struct timeval tv, *tvp; local
/titanic_51/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c1080 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 Dauth_des.c68 #define gettimeofday(tvp, tzp) uniqtime(tvp) argument
/titanic_51/usr/src/uts/common/io/
H A Dsundlpi.c192 dl_error_ack_t *dleap, timestruc_t *tvp) in dl_op() argument
/titanic_51/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c877 vnode_t *tvp, *nextvp; in untraverse() local
[all...]
/titanic_51/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c740 struct timeval tv, *tvp; in pselect() local
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c562 struct timeval *tvp, int drops, int len) in show_pktinfo() argument

123