Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c431 struct timeval mytime; in synchronize() local
438 (void) gettimeofday(&mytime, (struct timezone *)NULL); in synchronize()
439 timep->tv_sec -= mytime.tv_sec; in synchronize()
440 if (mytime.tv_usec > timep->tv_usec) { in synchronize()
444 timep->tv_usec -= mytime.tv_usec; in synchronize()
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.c134 xsem_xwait(xsem_t *sem, int timeout, timestruc_t *mytime) in xsem_xwait() argument
155 delay = *mytime; in xsem_xwait()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c99 time_t mytime; in digest_nonce() member
116 time(&cinfo.mytime); in digest_nonce()
132 r = cinfo.mytime - (getpid() *65536) + (random() & 0xffff); in digest_nonce()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h234 extern int copyf __P((char *from, char *to, time_t mytime));