Home
last modified time | relevance | path

Searched refs:mytime (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/rpc/sec/
H A Dauth_des.c433 struct timeval mytime; in synchronize() local
440 (void) gettimeofday(&mytime, (struct timezone *)NULL); in synchronize()
441 timep->tv_sec -= mytime.tv_sec; in synchronize()
442 if (mytime.tv_usec > timep->tv_usec) { in synchronize()
446 timep->tv_usec -= mytime.tv_usec; in synchronize()
/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.c136 xsem_xwait(xsem_t *sem, int timeout, timestruc_t *mytime) in xsem_xwait() argument
157 delay = *mytime; in xsem_xwait()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c101 time_t mytime; in digest_nonce() member
118 time(&cinfo.mytime); in digest_nonce()
134 r = cinfo.mytime - (getpid() *65536) + (random() & 0xffff); in digest_nonce()
/titanic_41/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h231 extern int copyf __P((char *from, char *to, time_t mytime));