Home
last modified time | relevance | path

Searched refs:seconds (Results 26 – 50 of 163) sorted by relevance

1234567

/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dvrtc_ops.c44 configure_timeout(uint_t seconds) in configure_timeout() argument
54 (void) alarm(seconds); in configure_timeout()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/
H A Dplatsvcd.conf34 * TIMEOUT <seconds>
35 * Specifies a maximum interval in seconds that an application
38 * INTERVAL <poll interval in seconds> <#tasks at this interval>
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/
H A Dplatsvcd.conf34 * TIMEOUT <seconds>
35 * Specifies a maximum interval in seconds that an application
38 * INTERVAL <poll interval in seconds> <#tasks at this interval>
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dc_ustime.c92 krb5_crypto_us_timeofday(krb5_int32 *seconds, krb5_int32 *microseconds) in krb5_crypto_us_timeofday() argument
127 *seconds = now.sec; in krb5_crypto_us_timeofday()
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c251 char *seconds = strtok_r(NULL, " \t", &lastc); in limit_value() local
254 if (seconds != NULL && strtok_r(NULL, " \t", &lastc) != NULL) in limit_value()
259 if (seconds == NULL || *seconds == '\0') in limit_value()
262 sec = strtoull(seconds, &lastc, 10); in limit_value()
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_log.c159 ktime.seconds = timestamp.tv_sec; in ulog_add_update()
323 errlast.last_time.seconds = (unsigned int)0; in ulog_replay()
733 tdiff = timestamp.tv_sec - ulog->kdb_last_time.seconds; in ulog_get_entries()
769 if ((indx_log->kdb_time.seconds == last.last_time.seconds) && in ulog_get_entries()
825 ulog_handle->lastentry.last_time.seconds = in ulog_get_entries()
826 ulog->kdb_last_time.seconds; in ulog_get_entries()
/illumos-gate/usr/src/cmd/smbsrv/test-msgbuf/
H A Dtest_misc.c80 uint32_t seconds; in smb_time_nt_to_unix() local
103 seconds = nt_time / 10000000; in smb_time_nt_to_unix()
104 unix_time->tv_sec = seconds; in smb_time_nt_to_unix()
/illumos-gate/usr/src/cmd/login/
H A Dlogin.dfl60 # TIMEOUT sets the number of seconds (between 0 and 900) to wait before
75 # SLEEPTIME controls the number of seconds that the command should
78 # 0 to 5 seconds.
82 # DISABLETIME If present, and greater than zero, the number of seconds
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c516 na->atime.seconds = IXDR_GET_U_INT32(ptr); in xdr_fattr3()
518 na->mtime.seconds = IXDR_GET_U_INT32(ptr); in xdr_fattr3()
520 na->ctime.seconds = IXDR_GET_U_INT32(ptr); in xdr_fattr3()
534 IXDR_PUT_U_INT32(ptr, na->atime.seconds); in xdr_fattr3()
536 IXDR_PUT_U_INT32(ptr, na->mtime.seconds); in xdr_fattr3()
538 IXDR_PUT_U_INT32(ptr, na->ctime.seconds); in xdr_fattr3()
554 xdr_u_int(xdrs, &na->atime.seconds) && in xdr_fattr3()
556 xdr_u_int(xdrs, &na->mtime.seconds) && in xdr_fattr3()
558 xdr_u_int(xdrs, &na->ctime.seconds) && in xdr_fattr3()
913 if (!NFS3_TIME_OK(attrp->mtime.seconds) || in xdr_wcc_data()
[all …]
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_evaccess.c275 time_t seconds; in fmev_localtime() local
277 seconds = (time_t)fmev_time_sec(ev); in fmev_localtime()
278 return (localtime_r(&seconds, tm)); in fmev_localtime()
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh303 will timeout. Default is $DEF_nisLDAPbindTimeout seconds.
311 will timeout. Default is $DEF_nisLDAPsearchTimeout seconds.
319 will timeout. Default is $DEF_nisLDAPmodifyTimeout seconds.
327 will timeout. Default is $DEF_nisLDAPaddTimeout seconds.
335 will timeout. Default is $DEF_nisLDAPdeleteTimeout seconds.
404 HELP - The timeout (in seconds) between each new attempt to retrieve
436 HELP - The timeout (in seconds) between each new attempt to store
437 LDAP data. Default is $DEF_nisLDAPstoreErrorTimeout seconds.
571 HELP - The lower limit for the initial TTL (in seconds) for data
582 HELP - The upper limit for the initial TTL (in seconds).
[all …]
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios.c414 smb_netbios_sleep(time_t seconds) in smb_netbios_sleep() argument
421 if (seconds == 0) in smb_netbios_sleep()
422 seconds = 1; in smb_netbios_sleep()
423 reltimeout.tv_sec = seconds; in smb_netbios_sleep()
/illumos-gate/usr/src/cmd/ssh/etc/
H A Dsshd_config87 # sshd regenerates the key every KeyRegenerationInterval seconds.
89 # The default is 1 hour (3600 seconds).
95 # Length of time in seconds before a client that hasn't completed
97 # Default is 600 seconds. 0 means no time limit.
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs2ops.c219 vap->va_atime.tv_sec = na->atime.seconds; in nfsgetattr()
223 vap->va_ctime.tv_sec = na->ctime.seconds; in nfsgetattr()
227 vap->va_mtime.tv_sec = na->mtime.seconds; in nfsgetattr()
H A Dnfs3_xdr.c70 if (!xdr_u_int(xdrs, &objp->atime.seconds)) in xdr_b_fattr3()
74 if (!xdr_u_int(xdrs, &objp->mtime.seconds)) in xdr_b_fattr3()
78 if (!xdr_u_int(xdrs, &objp->ctime.seconds)) in xdr_b_fattr3()
H A Dnfs3ops.c227 vap->va_atime.tv_sec = na->atime.seconds; in nfs3getattr()
231 vap->va_ctime.tv_sec = na->ctime.seconds; in nfs3getattr()
235 vap->va_mtime.tv_sec = na->mtime.seconds; in nfs3getattr()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dvariables.sh589 float seconds
591 seconds=SECONDS
592 (( seconds < 12 || seconds > 12.1 )) && err_exit "SECONDS is $seconds and should be close to 12"
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x109 unsigned seconds; member
245 wnl_uint32 seconds; member
/illumos-gate/usr/src/boot/forth/
H A Ddelay.4th32 2 constant delay_default \ Default delay (in seconds)
64 seconds delay_tstart ! \ store the time we started
100 seconds delay_tstart @ - delay_delay @ >
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1902 int seconds; in timestamp() local
1911 seconds--; in timestamp()
1917 seconds++; in timestamp()
1922 (void) printf("%2d.%4.4d\t", seconds, fraction); in timestamp()
1925 int oseconds = pri->seconds; in timestamp()
1928 pri->seconds = seconds; in timestamp()
1930 seconds -= oseconds; in timestamp()
1933 seconds--; in timestamp()
1936 (void) printf("%2d.%4.4d\t", seconds, fraction); in timestamp()
1944 seconds--; in timestamp()
[all …]
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c391 int seconds = 0; in parse_time() local
403 seconds = atoi_for2(p+1); in parse_time()
433 tm.tm_sec = seconds; in parse_time()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/silverstone/conf/
H A Dplatsvcd.conf34 * TIMEOUT <seconds>
35 * Specifies a maximum interval in seconds that an application
38 * INTERVAL <poll interval in seconds> <#tasks at this interval>
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/conf/
H A Dplatsvcd.conf34 * TIMEOUT <seconds>
35 * Specifies a maximum interval in seconds that an application
38 * INTERVAL <poll interval in seconds> <#tasks at this interval>
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c425 double seconds; in stats_report() local
428 seconds = difftime(Statistics.end, Statistics.start); in stats_report()
444 seconds, Statistics.lines*60.0/seconds); in stats_report()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c833 int resplen, seconds, n, s; in send_dg() local
905 seconds = (statp->retrans << tries); in send_dg()
907 seconds /= statp->nscount; in send_dg()
908 if (seconds <= 0) in send_dg()
909 seconds = 1; in send_dg()
911 timeout = evConsTime(seconds, 0); in send_dg()

1234567