Home
last modified time | relevance | path

Searched refs:time (Results 51 – 75 of 1020) sorted by relevance

12345678910>>...41

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests39 [t!:time?Include the current date/time in the test identification
172 integer debug=0 locale=0 time=1
189 t) time=$OPTARG
328 echo test $o begins ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"}
337 then echo test $o passed ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"} "[ $t $T 0 ${E}s ]"
342 echo test $o failed ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"} with exit code $e "[ $t $T $e $E ]"
349 echo test $o begins ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"}
353 then echo test $o passed ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"} "[ $t $T 0 ${E}s ]"
358 echo test $o failed ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"} with exit code $e "[ $t $T $e $E ]"
363 …echo test $o failed to compile ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"} with exit code $e "[ $t $T…
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_gids.c137 uint32_t time; in sip_guid() local
155 time = (uint32_t)tspec.tv_nsec; in sip_guid()
160 time = (uint32_t)gethrtime(); in sip_guid()
162 (void) snprintf(guid, SIP_RANDOM_LEN + 1, "%u%u", random, time); in sip_guid()
284 tval = time(NULL); in sip_get_cseq()
294 tval = time(NULL); in sip_get_rseq()
H A Dsip_miscdefs.h99 #define SIP_SET_TIMEOUT(timer, time) { \ argument
100 int mtime = (time); \
108 #define SIP_INIT_TIMER(timer, time) { \ argument
109 SIP_SET_TIMEOUT(timer, time); \
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c505 t = time(NULL); in main()
532 t = time(NULL); in main()
618 next_event->time = in main()
622 next_event->time = in main()
1079 e->time = init_time; in add_atevent()
1081 e->time = tim; in add_atevent()
2268 t_old = time(NULL); in ex()
2566 now = time(NULL); in idle()
2968 t = time(NULL); in msg()
2991 event->time); in ignore_msg()
[all …]
/illumos-gate/usr/src/lib/libmail/common/
H A Dmaillock.c81 locktime = time(0); in maillock()
133 return (time(0)); in lock1()
168 if (time(&t) < locktime + 180) in touchlock()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_msg.c147 clock_t time; in emlxs_msg_log() local
229 (void) drv_getparm(LBOLT, &time); in emlxs_msg_log()
230 entry2->time = time - log->start_time; in emlxs_msg_log()
258 (void) drv_getparm(LBOLT, &time); in emlxs_msg_log()
259 entry->time = time - log->start_time; in emlxs_msg_log()
616 hsecs = (entry->time % 100); in emlxs_msg_sprintf()
617 secs = entry->time / 100; in emlxs_msg_sprintf()
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtime3 /* : : generated from contrib/ast/src/lib/libast/features/time by iffe version 2012-07-17 : : */
68 #define _hdr_time 1 /* #include <time.h> ok */
69 #define _sys_time 1 /* #include <sys/time.h> ok */
75 #include <sys/time.h>
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtime3 /* : : generated from contrib/ast/src/lib/libast/features/time by iffe version 2012-07-17 : : */
68 #define _hdr_time 1 /* #include <time.h> ok */
69 #define _sys_time 1 /* #include <sys/time.h> ok */
75 #include <sys/time.h>
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtime3 /* : : generated from contrib/ast/src/lib/libast/features/time by iffe version 2012-07-17 : : */
68 #define _hdr_time 1 /* #include <time.h> ok */
69 #define _sys_time 1 /* #include <sys/time.h> ok */
75 #include <sys/time.h>
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtime3 /* : : generated from contrib/ast/src/lib/libast/features/time by iffe version 2012-07-17 : : */
68 #define _hdr_time 1 /* #include <time.h> ok */
69 #define _sys_time 1 /* #include <sys/time.h> ok */
75 #include <sys/time.h>
/illumos-gate/usr/src/cmd/bnu/
H A Dsecurity.c71 char time[MODSTR]; /* date and time that command was member
120 copyText(reptr->time, sizeof(reptr->time), NOTAVAIL);
427 copyText(scptr->time, sizeof(scptr->time), timeStamp());
451 scptr->time, FS, in scWlog()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c93 *telapsed += time((time_t *)0) - *tstart_writing; in query_once()
168 (void) time(tstart_writing); in query_once()
275 clock = time((time_t *)0); in broadcast()
303 *tschedule = time((time_t *)0) + EST_SEC; in timeest()
304 (void) time(&tnow); in timeest()
372 (void) time(&tnow); in lastdump()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_trace.c112 hrtime_t time = gethrtime(); in fmd_trace_lite() local
121 trp->tr_time = time; in fmd_trace_lite()
144 hrtime_t time = gethrtime(); in fmd_trace_full() local
159 trp->tr_time = time; in fmd_trace_full()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_srv_oplock.c651 clock_t time, rv; in smb_oplock_wait_ack() local
656 time = ddi_get_lbolt() + in smb_oplock_wait_ack()
695 rv = cv_timedwait(cv_p, &ol->ol_mutex, time); in smb_oplock_wait_ack()
816 clock_t time, rv; in smb_oplock_wait_break() local
825 time = MSEC_TO_TICK(timeout) + ddi_get_lbolt(); in smb_oplock_wait_break()
844 &ol->ol_mutex, time); in smb_oplock_wait_break()
904 clock_t time, rv; in smb_oplock_wait_break_fem() local
914 time = MSEC_TO_TICK(timeout) + ddi_get_lbolt(); in smb_oplock_wait_break_fem()
919 &ol->ol_mutex, time); in smb_oplock_wait_break_fem()
/illumos-gate/usr/src/boot/forth/
H A Ddelay.4th51 \ read custom time-duration (if set)
64 seconds delay_tstart ! \ store the time we started
75 \ Loop until we have exceeded the desired time duration
81 ." ." \ dots visually aid in the perception of time
96 \ if the time duration is set to zero, loop forever
99 \ calculate elapsed time
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c189 sdp_free_time(sdp_time_t *time) in sdp_free_time() argument
193 while (time != NULL) { in sdp_free_time()
194 next_time = time->t_next; in sdp_free_time()
195 sdp_free_repeat(time->t_repeat); in sdp_free_time()
196 free(time); in sdp_free_time()
197 time = next_time; in sdp_free_time()
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c125 hrtime_t time; in hci1394_tlabel_alloc() local
153 time = tlabel_handle->tb_bad_timestamp[node_number]; in hci1394_tlabel_alloc()
164 if (gethrtime() > time) { in hci1394_tlabel_alloc()
203 tlabel_handle->tb_bad_timestamp[node_number] = time; in hci1394_tlabel_alloc()
225 tlabel_handle->tb_bad_timestamp[node_number] = time; in hci1394_tlabel_alloc()
/illumos-gate/usr/src/uts/sun4/io/
H A Dcbe.c111 cbe_reprogram(cyb_arg_t arg, hrtime_t time) in cbe_reprogram() argument
113 if (time >= cbe_hrtime_max) in cbe_reprogram()
114 time = cbe_hrtime_max; in cbe_reprogram()
116 tickcmpr_set(unscalehrtime(time)); in cbe_reprogram()
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dtime.c27 #pragma weak _time = time
35 time(time_t *tloc) in time() function
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc321 if (source->stat.time == file_doesnt_exist) { in find_suffix_rule()
379 stat.time), in find_suffix_rule()
391 source->stat.time); in find_suffix_rule()
394 out_of_date = (Boolean) OUT_OF_DATE_SEC(target->stat.time, in find_suffix_rule()
397 out_of_date = (Boolean) OUT_OF_DATE(target->stat.time, in find_suffix_rule()
1078 time_to_string(depe->name->stat.time), in find_percent_rule()
1084 MAX(line->body.line.dependency_time, depe->name->stat.time); in find_percent_rule()
1089 out_of_date = (Boolean) OUT_OF_DATE_SEC(target->stat.time, depe->name->stat.time); in find_percent_rule()
1091 out_of_date = (Boolean) OUT_OF_DATE(target->stat.time, depe->name->stat.time); in find_percent_rule()
1118 if ((true_target->stat.time <= file_doesnt_exist) || in find_percent_rule()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME43 responsible for managing more than one interface at a time, the
123 lease expiration timer, time-to-first-renewal (t1) timer, and so
128 amount of time has passed.
137 timers were set to expire at the same time).
283 time expires, the ipc_action is terminated, as well as the
344 five ways that time is represented in the source: as lease_t's,
351 to some fixed point in time) or the value `-1' (DHCP_PERM) which
357 The `uint32_t' type is also used to represent a relative time in
372 only be used either when wall time must be displayed (such as in
385 time types are in seconds. As a result, yet another time type, the
[all …]
H A Dscript_handler.c86 now = time(NULL); in sigalarm_handler()
105 timeout = time(NULL) + SCRIPT_TIMEOUT_GRACE; in sigterm_handler()
152 timeout = time(NULL) + SCRIPT_TIMEOUT; in run_script()
171 now = time(NULL); in run_script()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod175 Return numeric utilization for the time interval represented by two PG objects
182 Return numeric software utilization for the time interval represented by two PG
198 Return numeric capacity for the time interval represented by two PG objects for
206 determined based on the total time spent running and not running the counters.
207 If T1 is the time counters were running during the period and T2 is the time
212 Return time interval between two snapshots for the given PG. The time is expressed in seconds and i…
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Darcs.c160 arcp->arc_time = childp->time in timepropagate()
190 childp->time, childp->childtime, in timepropagate()
218 cyclenlp->time += childp->time; in cycletime()
220 cyclenlp->propself = cyclenlp->propfraction * cyclenlp->time; in cycletime()
288 cyclenlp->time = 0.0; /* ticks in routine */ in cyclelink()
558 childp->propself = childp->time * childp->propfraction; in doflags()
568 childp->time, childp->propself, printtime); in doflags()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_sched.h35 uint32_t time; member
44 uint32_t time; member

12345678910>>...41