Searched refs:seconds (Results 26 - 50 of 109) sorted by relevance

12345

/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c390 register long seconds; local
397 seconds = isleap(myy) ? SECSPERLYEAR : SECSPERNYEAR;
399 if (t > absolute_max_time - seconds) {
403 t += seconds;
406 seconds = isleap(myy) ? SECSPERLYEAR : SECSPERNYEAR;
407 if (t < absolute_min_time + seconds) {
411 t -= seconds;
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subr.h191 void smb_time_local2server(struct timespec *tsp, int tzoff, long *seconds);
192 void smb_time_server2local(ulong_t seconds, int tzoff, struct timespec *tsp);
/illumos-gate/usr/src/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c62 int i = 0, seconds; local
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x111 unsigned seconds;
247 wnl_uint32 seconds;
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.h144 double seconds; /* time spent here in seconds */ member in struct:profrec
H A Dprofv.c231 cumsecs += profsym[i].seconds;
233 profsym[i].seconds, cumsecs);
332 psym->seconds = (double)nl->nticks;
339 psym->seconds = (double)nl->nticks / (double)hz;
342 ((double)psym->seconds * 1000.0) /
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_evaccess.c275 time_t seconds; local
277 seconds = (time_t)fmev_time_sec(ev);
278 return (localtime_r(&seconds, tm));
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c219 vap->va_atime.tv_sec = na->atime.seconds;
223 vap->va_ctime.tv_sec = na->ctime.seconds;
227 vap->va_mtime.tv_sec = na->mtime.seconds;
H A Dnfs3_xdr.c70 if (!xdr_u_int(xdrs, &objp->atime.seconds))
74 if (!xdr_u_int(xdrs, &objp->mtime.seconds))
78 if (!xdr_u_int(xdrs, &objp->ctime.seconds))
H A Dnfs3ops.c227 vap->va_atime.tv_sec = na->atime.seconds;
231 vap->va_ctime.tv_sec = na->ctime.seconds;
235 vap->va_mtime.tv_sec = na->mtime.seconds;
H A Dnfs4_xdr.c243 b_fattr4_time_access.seconds))
254 b_fattr4_time_metadata.seconds))
265 b_fattr4_time_modify.seconds))
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c235 * mm : ss minutes and seconds (for CPU time only)
251 char *seconds = strtok_r(NULL, " \t", &lastc); local
254 if (seconds != NULL && strtok_r(NULL, " \t", &lastc) != NULL)
259 if (seconds == NULL || *seconds == '\0')
262 sec = strtoull(seconds, &lastc, 10);
404 s = " time(seconds)\t\t";
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_log.c161 ktime.seconds = timestamp.tv_sec;
325 errlast.last_time.seconds = (unsigned int)0;
735 tdiff = timestamp.tv_sec - ulog->kdb_last_time.seconds;
771 if ((indx_log->kdb_time.seconds == last.last_time.seconds) &&
827 ulog_handle->lastentry.last_time.seconds =
828 ulog->kdb_last_time.seconds;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/conf/
H A Dplatsvcd.conf37 * TIMEOUT <seconds>
38 * Specifies a maximum interval in seconds that an application
41 * INTERVAL <poll interval in seconds> <#tasks at this interval>
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/silverstone/conf/
H A Dplatsvcd.conf37 * TIMEOUT <seconds>
38 * Specifies a maximum interval in seconds that an application
41 * INTERVAL <poll interval in seconds> <#tasks at this interval>
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c391 int seconds = 0; local
403 seconds = atoi_for2(p+1);
433 tm.tm_sec = seconds;
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.c414 smb_netbios_sleep(time_t seconds) argument
421 if (seconds == 0)
422 seconds = 1;
423 reltimeout.tv_sec = seconds;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c517 na->atime.seconds = IXDR_GET_U_INT32(ptr);
519 na->mtime.seconds = IXDR_GET_U_INT32(ptr);
521 na->ctime.seconds = IXDR_GET_U_INT32(ptr);
535 IXDR_PUT_U_INT32(ptr, na->atime.seconds);
537 IXDR_PUT_U_INT32(ptr, na->mtime.seconds);
539 IXDR_PUT_U_INT32(ptr, na->ctime.seconds);
555 xdr_u_int(xdrs, &na->atime.seconds) &&
557 xdr_u_int(xdrs, &na->mtime.seconds) &&
559 xdr_u_int(xdrs, &na->ctime.seconds) &&
893 attrp->mtime.seconds
[all...]
/illumos-gate/usr/src/cmd/krb5/iprop/
H A Diprop.x34 uint32_t seconds;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_thread.c276 smb_thread_continue_timedwait(smb_thread_t *thread, int seconds) argument
284 SEC_TO_TICK(seconds));
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dvariables.sh580 float seconds
582 seconds=SECONDS
583 (( seconds < 12 || seconds > 12.1 )) && err_exit "SECONDS is $seconds and should be close to 12"
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh302 HELP - The amount of time in seconds after which an LDAP bind operation
303 will timeout. Default is $DEF_nisLDAPbindTimeout seconds.
310 HELP - The amount of time in seconds after which an LDAP search operation
311 will timeout. Default is $DEF_nisLDAPsearchTimeout seconds.
318 HELP - The amount of time in seconds after which an LDAP modify operation
319 will timeout. Default is $DEF_nisLDAPmodifyTimeout seconds.
326 HELP - The amount of time in seconds after which an LDAP add operation
327 will timeout. Default is $DEF_nisLDAPaddTimeout seconds.
334 HELP - The amount of time in seconds after which an LDAP delete operation
335 will timeout. Default is $DEF_nisLDAPdeleteTimeout seconds
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c72 static boolean_t parse_s(char *, uint_t *); /* seconds */
104 * MUST be either zero or between MaxRtrAdvInterval and 9000 seconds.
549 "MaxRtrAdrInterval (%u) and 9000 seconds\n",
557 "MaxRtrAdrInterval and 9000 seconds\n",
822 * Parse something with a unit of seconds.
902 * Return the difference (measured in seconds) between that date/time and
938 logmsg(LOG_DEBUG, "parse_date: <%s>, delta %ld seconds\n",
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c388 int seconds = 0; local
399 if (!atoi_for2(p+1, &seconds))
441 tm->tm_sec = seconds;
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c427 double seconds; local
430 seconds = difftime(Statistics.end, Statistics.start);
441 "in %.0f seconds, at %.1f lines/minute.\n",
446 seconds, Statistics.lines*60.0/seconds);

Completed in 120 milliseconds

12345