Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 25 of 163) sorted by path

1234567

/illumos-gate/usr/src/boot/common/
H A Dhelp.common28 Displays <prompt> or a default prompt, and counts down <delay> seconds
189 Sets the default delay for the autoboot command to <value> seconds.
340 received after <value> seconds. (Any keypress will cancel the
/illumos-gate/usr/src/boot/efi/libefi/
H A Dtime.c110 time_t seconds; in to_efi_time() local
116 seconds = CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()
117 while (time > seconds) { in to_efi_time()
118 time -= seconds; in to_efi_time()
121 seconds = CumulativeDays[lyear][month] * SECSPERDAY; in to_efi_time()
/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 @ >
H A Dmenu.4th47 10 constant menu_timeout_default \ default timeout (in seconds)
590 seconds ( get current time: -- N )
630 \ No [detectable] time has elapsed (in seconds)
939 seconds menu_time ! ( store the time we started )
H A Dmenu.rc210 \ customize the timeout; default is 10-seconds)
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.h476 uint16_t seconds; /* seconds since did initial bootstrap */ member
/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/cmd/bnu/
H A DDevconfig41 # and msgtime specify an integer number of seconds.
H A DDialers38 # \d - delay (2 seconds)
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME399 o a periodic check of link state that occurs every N seconds
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME350 by RFC2131. This is defined as a positive number of seconds (relative
358 seconds. However, here the value `-1' is not special and of course
385 time types are in seconds. As a result, yet another time type, the
387 in seconds, and is really no more than (hrtime_t / NANOSEC). Note
461 An upper bound of 58 seconds is imposed on how long the user program
462 can run. If the user program does not exit after 55 seconds, the signal
464 seconds, the signal SIGKILL is sent to it. Since the event handler is
H A DREADME.v6584 that are within REN_TIMEOUT (10 seconds) of reaching T1 as well.
H A Ddhcpagent.dfl73 # By default, the DHCP agent waits 3 seconds to collect OFFER
75 # then waits for another 3 seconds, and so forth. To change this
79 # is specified in seconds.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c238 if (!xdr_int64_t(xdrs, &objp->seconds)) in xdr_nfstime4()
H A Dsnoop_nfs4.c4633 format_time(val.seconds, val.nseconds)); in prt_time_access()
4645 format_time(val.settime4_u.time.seconds, in prt_time_access_set()
4661 format_time(val.seconds, val.nseconds)); in prt_time_backup()
4672 format_time(val.seconds, val.nseconds)); in prt_time_create()
4683 val.seconds, val.nseconds); in prt_time_delta()
4694 format_time(val.seconds, val.nseconds)); in prt_time_metadata()
4705 format_time(val.seconds, val.nseconds)); in prt_time_modify()
4718 format_time(val.settime4_u.time.seconds, in prt_time_modify_set()
/illumos-gate/usr/src/cmd/cron/
H A Dat.c935 int seconds = 0; in parse_time() local
947 seconds = atoi_for2(p+1); in parse_time()
978 tm.tm_sec = seconds; in parse_time()
/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Ddenorm.d41 this->seconds = (timestamp - start) / 1000000000;
42 printf("Ran for %d seconds.\n", this->seconds);
45 normalize(@func, this->seconds);
/illumos-gate/usr/src/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c60 int i = 0, seconds; in badioctl() local
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java41 static int seconds; field in TestDrop
46 if (seconds <= 0) { in startTimer()
56 }, seconds * 1000L); in startTimer()
115 seconds = Integer.parseInt(args[0]); in main()
/illumos-gate/usr/src/cmd/fm/dicts/
H A DZFS.po138seconds of data\n will have to be discarded, irreversibly. Recovery can be\n attemp…
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h91 L_DECL(seconds);
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dneptune_xfp.esc43 * Add 5 seconds constraint so that multiple identical ereports
44 * occuring within 10 seconds are considered symptoms of a single fault
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c70 nsleep(int seconds) in nsleep() argument
74 tspec.tv_sec = seconds; in nsleep()
/illumos-gate/usr/src/cmd/fm/modules/common/sp-monitor/
H A Dsp_monitor.c90 uint32_t seconds, generation; in sp_timeout() local
92 if (ipmi_sunoem_uptime(smp->sm_hdl, &seconds, &generation) != 0) { in sp_timeout()
107 if (seconds < smp->sm_seconds || in sp_timeout()
112 smp->sm_seconds = seconds; in sp_timeout()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x109 unsigned seconds; member
245 wnl_uint32 seconds; member

1234567