Searched defs:gtime (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dtime.c45 gtime(void) function
/illumos-gate/usr/src/ucbcmd/touch/
H A Dtouch.c72 gtime() function
168 if ((tp = gtime()) == NULL) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c226 struct tm *gtime, gtimebuf; local
251 gtime = gmtime(&gmt_time);
252 if (gtime == NULL)
254 memcpy(&gtimebuf, gtime, sizeof(gtimebuf));
256 gtime = &gtimebuf;
258 if (gtime->tm_year > 8099 || gtime->tm_mon > 11 ||
259 gtime->tm_mday > 31 || gtime->tm_hour > 23 ||
260 gtime
[all...]
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtime.c94 struct tm ltime, gtime; local
101 (void) memcpy((void *)&gtime, (void *)gmtime(&secs), sizeof (gtime));
108 gsecs = tm_to_secs(&gtime);
475 struct tm gtime; local
477 (void) memcpy((void *) & gtime, (void *)gmtime(&clock), sizeof (gtime));
479 (void) sprintf(buf, "%4d", gtime.tm_year + 1900);
480 (void) sprintf(buf + 4, "%.2d", gtime.tm_mon + 1);
481 (void) sprintf(buf + 6, "%.2d", gtime
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c104 u64 gtime, timeout; local
115 gtime = rd32(hw, I40E_GLVFGEN_TIMER);
118 hw->nvm.hw_semaphore_timeout = I40E_MS_TO_GTIME(time_left) + gtime;
127 timeout = I40E_MS_TO_GTIME(I40E_MAX_NVM_TIMEOUT) + gtime;
128 while ((gtime < timeout) && time_left) {
130 gtime = rd32(hw, I40E_GLVFGEN_TIMER);
137 I40E_MS_TO_GTIME(time_left) + gtime;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c66 static long gtime( struct tm *tm );
960 gmttime = gtime( &t );
973 /* gtime.c - inverse gmtime */
979 /* gtime(): the inverse of localtime().
998 static long gtime ( struct tm *tm )
997 static long gtime ( struct tm *tm ) function
/illumos-gate/usr/src/cmd/cron/
H A Dat.c103 static time_t gtime(struct tm *);
338 when = gtime(&at);
517 gtime(tptr) function

Completed in 52 milliseconds