Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Switch/t/
H A Dgiven.t14 # NON-when THINGS;
16 $when->{when} = { when => "when" };
18 *when = \&when;
20 # PREMATURE when
22 eval { when 1 { ok(0) }; ok(0) } || ok(1);
28 when 1 { ok(0) } else { ok(1) }
29 when 2 { ok(0) } else { ok(1) }
30 when 3 { ok(1) } else { ok(0) }
35 eval { when __ <= 1 || __ > 2 { ok(0) } } || ok(1);
36 when __ <= 2 { ok(0) };
[all …]
/onnv-gate/usr/src/cmd/touch/
H A Dtouch.c280 time_t when; in parse_datetime() local
340 if ((when = mktime(&tm)) == -1 && errno != 0) in parse_datetime()
343 when -= (timezone - altzone); in parse_datetime()
383 ts->tv_sec = when; in parse_datetime()
393 time_t when; in parse_time() local
408 when = time(0); in parse_time()
409 tm.tm_year = localtime(&when)->tm_year; in parse_time()
439 if ((when = mktime(&tm)) == -1) in parse_time()
442 when -= (timezone-altzone); in parse_time()
444 ts->tv_sec = when; in parse_time()
[all …]
/onnv-gate/usr/src/uts/common/os/
H A Dclock_highres.c101 const struct itimerspec *when) in clock_highres_timer_settime() argument
112 cyctime.cyt_when = ts2hrt(&when->it_value); in clock_highres_timer_settime()
113 cyctime.cyt_interval = ts2hrt(&when->it_interval); in clock_highres_timer_settime()
178 it->it_itime = *when; in clock_highres_timer_settime()
210 clock_highres_timer_gettime(itimer_t *it, struct itimerspec *when) in clock_highres_timer_gettime() argument
227 *when = it->it_itime; in clock_highres_timer_gettime()
229 if (!timerspecisset(&when->it_value)) in clock_highres_timer_gettime()
243 timerspecclear(&when->it_value); in clock_highres_timer_gettime()
260 timerspecclear(&when->it_value); in clock_highres_timer_gettime()
271 hrt2ts(diff, &when->it_value); in clock_highres_timer_gettime()
H A Dclock_realtime.c183 const struct itimerspec *when) in clock_realtime_timer_settime() argument
204 it->it_itime = *when; in clock_realtime_timer_settime()
246 clock_realtime_timer_gettime(itimer_t *it, struct itimerspec *when) in clock_realtime_timer_gettime() argument
257 *when = it->it_itime; in clock_realtime_timer_gettime()
260 if (!timerspecisset(&when->it_value)) in clock_realtime_timer_gettime()
263 if (timerspeccmp(&when->it_value, &now) < 0) { in clock_realtime_timer_gettime()
268 timerspecclear(&when->it_value); in clock_realtime_timer_gettime()
270 timespecsub(&when->it_value, &now); in clock_realtime_timer_gettime()
H A Dtimer.c710 itimerspec_t when; in timer_gettime() local
716 error = it->it_backend->clk_timer_gettime(it, &when); in timer_gettime()
722 if (copyout(&when, val, sizeof (itimerspec_t))) in timer_gettime()
725 if (ITIMERSPEC_OVERFLOW(&when)) in timer_gettime()
730 ITIMERSPEC_TO_ITIMERSPEC32(&w32, &when) in timer_gettime()
743 itimerspec_t when; in timer_settime() local
755 if (copyin(val, &when, sizeof (itimerspec_t))) in timer_settime()
763 ITIMERSPEC32_TO_ITIMERSPEC(&when, &w32); in timer_settime()
766 if (itimerspecfix(&when.it_value) || in timer_settime()
767 (itimerspecfix(&when.it_interval) && in timer_settime()
[all …]
H A Dcyclic.c1645 cyc_time_t *when = arg->cyx_when; in cyclic_add_xcall() local
1657 "add-xcall", when->cyt_when, when->cyt_interval); in cyclic_add_xcall()
1674 cyclic->cy_interval = when->cyt_interval; in cyclic_add_xcall()
1676 if (when->cyt_when == 0) { in cyclic_add_xcall()
1684 cyclic->cy_expire = when->cyt_when; in cyclic_add_xcall()
1710 cyc_time_t *when, uint16_t flags) in cyclic_add_here() argument
1720 ASSERT(when->cyt_when >= 0 && when->cyt_interval > 0); in cyclic_add_here()
1738 arg.cyx_when = when; in cyclic_add_here()
1887 cyclic_remove_here(cyc_cpu_t *cpu, cyc_index_t ndx, cyc_time_t *when, int wait) in cyclic_remove_here() argument
1900 arg.cyx_when = when; in cyclic_remove_here()
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dexpmod_t.t80 $when{$_} = now($_);
82 print "not " unless close_enough($when{$_}, time());
99 if (very_close($when{$_}, $again{$_})) {
102 print "not ok $n # expected $when{$_}, got $again{$_}\n";
133 print "not ok $n # expected $when{$_}, got $again{$_}\n";
/onnv-gate/usr/src/cmd/pwconv/
H A Dpwconv.c101 time_t when, minweeks, maxweeks; in main() local
265 when = (long)a64l(pwdp->pw_age); in main()
266 maxweeks = when & 077; in main()
267 minweeks = (when >> 6) & 077; in main()
268 when >>= 12; in main()
269 sp->sp_lstchg = when * 7; in main()
351 when = (long)a64l(pwdp->pw_age); in main()
352 maxweeks = when & 077; in main()
353 minweeks = (when >> 6) & 077; in main()
354 when >>= 12; in main()
[all …]
/onnv-gate/usr/src/cmd/cron/
H A Dat.c165 time_t when = 0; in main() local
269 when = parse_time(optarg); in main()
304 when = now; in main()
306 if (when == 0) { /* figure out what time to run the job */ in main()
337 when = gtime(&at); in main()
339 when += timezone; in main()
340 if (localtime(&when)->tm_isdst) in main()
341 when -= (timezone-altzone); in main()
347 when = mktime(ct); in main()
351 if (when < now) /* time has already past */ in main()
[all …]
/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DMessage.java49 public long when; field in Message
73 this.when = System.currentTimeMillis(); in Message()
82 this.when = msg.when; in Message()
/onnv-gate/usr/src/uts/common/dtrace/
H A Dprofile.c333 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) in profile_online() argument
345 when->cyt_interval = prof->prof_interval; in profile_online()
346 when->cyt_when = dtrace_gethrtime() + when->cyt_interval; in profile_online()
348 pcpu->profc_expected = when->cyt_when; in profile_online()
349 pcpu->profc_interval = when->cyt_interval; in profile_online()
369 cyc_time_t when; in profile_enable() local
379 when.cyt_interval = prof->prof_interval; in profile_enable()
380 when.cyt_when = dtrace_gethrtime() + when.cyt_interval; in profile_enable()
389 prof->prof_cyclic = cyclic_add(&hdlr, &when); in profile_enable()
/onnv-gate/usr/src/lib/libshell/common/
H A DRELEASE27 < SIGCHLD when a trap for a signal > SIGCHLD was set has been fixed.
30 09-12-15 A bug that produced a syntax error when a multibyte character
44 a pipeline when the command had more than 63 arguments that did
58 when IFS did not contain a new line has been fixed.
66 09-10-31 A bug that corrupted saved exit status when pids wrapped around has
73 09-10-12 A bug in converting a printf %d operand to a number when the operand
84 09-09-16 A bug in which a pipeline in a here-document could hang when the
87 occurred when a buffer began with <escape><new-line> has been fixed.
94 when it was converted from a compound variable by adding an another
100 09-09-01 An error message is not displayed when * and @ are used as subscripts.
[all …]
H A DRELEASE9355 b. A bug that caused a core dump when a script that did not
58 c. A bug which caused a core dump on some machines when
61 performed arithmetic evaluation when the discipline
69 h. A bug was fixed which caused ksh to loop when execution trace
72 to be disabled when a script that enabled monitor mode
75 when the pattern began with a [ or +( has been fixed.
76 k. A bug which prevented ~ expansion from occurring when
98 t. A bug which caused 2<&1- when applied to a shell built-in
110 directed to /dev/null for background jobs when
120 g. A bug which could cause a core dump when a discipline
[all …]
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DRSA_get_ex_new_index.pod39 are called when the parent structure (in this case an RSA structure) is
40 initially created, when it is copied and when it is freed up. If any or all of
59 B<new_func()> is called when a structure is initially allocated (for example
64 B<free_func()> is called when a structure is being freed up. The dynamic parent
65 structure members should not be accessed because they will be freed up when
74 B<RSA_get_ex_new_index()> when the functions were initially registered. Finally
76 corresponding parameters when B<RSA_get_ex_new_index()> was called.
78 B<dup_func()> is called when a structure is being copied. Pointers to the
81 the source application data when the function is called, when the function returns
109 present in the parent RSA structure when it is called.
H A DBIO_f_buffer.pod36 when the buffer is resized.
49 Data is only written to the next BIO in the chain when the write buffer fills
50 or when BIO_flush() is called. It is therefore important to call BIO_flush()
51 whenever any pending data should be written such as when removing a buffering
/onnv-gate/usr/src/lib/libsqlite/test/
H A Dnull.test60 select ifnull(case when b<>0 then 1 else 0 end, 99) from t1;
65 select ifnull(case when not b<>0 then 1 else 0 end, 99) from t1;
70 select ifnull(case when b<>0 and c<>0 then 1 else 0 end, 99) from t1;
75 select ifnull(case when not (b<>0 and c<>0) then 1 else 0 end, 99) from t1;
80 select ifnull(case when b<>0 or c<>0 then 1 else 0 end, 99) from t1;
85 select ifnull(case when not (b<>0 or c<>0) then 1 else 0 end, 99) from t1;
90 select ifnull(case b when c then 1 else 0 end, 99) from t1;
95 select ifnull(case c when b then 1 else 0 end, 99) from t1;
180 # Ticket #461 - Make sure nulls are handled correctly when doing a
/onnv-gate/usr/src/uts/sun4v/os/
H A Dwdt.c269 cyc_time_t when; in watchdog_cyclic_init() local
275 when.cyt_when = 0; in watchdog_cyclic_init()
276 when.cyt_interval = wdt_cyclic_interval; in watchdog_cyclic_init()
279 (void) cyclic_add(&hdlr, &when); in watchdog_cyclic_init()
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_set_options.pod51 www.microsoft.com - when talking SSLv2, if session-id reuse is
57 Netscape-Commerce/1.12, when talking SSLv2, accepts a 32 byte
58 challenge but then appears to only use 16 bytes when generating the
61 when operating in SSLv2/v3 compatibility mode, but as mentioned above,
71 It only really shows up when connecting via SSLv2/v3 then reconnecting
76 RC4-MD5, but a re-connect tries to use DES-CBC-SHA. So netscape, when
138 Always create a new key when using temporary/ephemeral DH parameters
140 This option must be used to prevent small subgroup attacks, when
142 (e.g. when using DSA-parameters, see L<dhparam(1)|dhparam(1)>).
150 Always use ephemeral (temporary) RSA key when doing RSA operations
[all …]
H A DSSL_CTX_set_client_CA_list.pod6 SSL_add_client_CA - set list of CAs sent to the client when requesting a
20 SSL_CTX_set_client_CA_list() sets the B<list> of CAs sent to the client when
23 SSL_set_client_CA_list() sets the B<list> of CAs sent to the client when
28 list of CAs sent to the client when requesting a client certificate for
32 list of CAs sent to the client when requesting a client certificate for
/onnv-gate/usr/src/uts/sun4/io/
H A Dcbe.c268 cyc_time_t when; in cbe_init() local
311 when.cyt_when = 0; in cbe_init()
312 when.cyt_interval = nsec_per_tick; in cbe_init()
314 cbe_hres_cyclic = cyclic_add(&hdlr, &when); in cbe_init()
/onnv-gate/usr/src/uts/sun4v/ml/
H A Dwbuf.s55 ! This happens when a user tries to spill to an unmapped or
99 ! This happens when sys_trap's save spills to an unmapped stack.
191 ! This happens when a user tries to spill to an unmapped or
235 ! This happens when sys_trap's save spills to an unmapped stack.
392 ! This happens when a user tries to fill to an unmapped or
413 ! sys_trap wants %cwp to be the same as when the trap occured,
432 ! This happens when user_rtt's restore fills from an unmapped or
/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisena.c37 disable(PSTATUS *pps, char *reason, int when) in disable() argument
50 switch (when) { in disable()
/onnv-gate/usr/src/uts/i86pc/io/
H A Dcbe.c341 cyc_time_t when; in cbe_init() local
371 when.cyt_when = 0; in cbe_init()
372 when.cyt_interval = nsec_per_tick; in cbe_init()
374 cbe_hres_cyclic = cyclic_add(&hdlr, &when); in cbe_init()
/onnv-gate/usr/src/uts/common/io/e1000g/
H A DREADME135 …und added. e1000g_smartspeed called from LocalTimer function every two seconds when link is down.
268 4971416 e1000g seems to hang system when no network connected
269 4997067 e1000gattach panicks when the going gets tough
270 4990064 e1000g leaks memory when it runs out of transmit descriptors
275 5014625 e1000g driver panicked when snoop(1M) exited
297 5055132 E1000g crashes when injected with Jumbo Frame packets.
305 6185022 Port hang when unplumb interface under heavy traffic
340 6286414 snmp: ifOperStatus for e1000g driver doesn't change when cable is unplugged.
343 6304657 e1000g_PktAlloc_buffers() causes a panic when ddi_dma_addr_bind_handle() fails.
375 6327693 e1000g should use MSIs when possible
[all …]
/onnv-gate/usr/src/uts/sun4u/ml/
H A Dwbuf.s54 ! This happens when a user tries to spill to an unmapped or
98 ! This happens when sys_trap's save spills to an unmapped stack.
188 ! This happens when a user tries to spill to an unmapped or
232 ! This happens when sys_trap's save spills to an unmapped stack.
330 ! This happens when a user tries to fill to an unmapped or
351 ! sys_trap wants %cwp to be the same as when the trap occured,
367 ! This happens when user_rtt's restore fills from an unmapped or

12345678910>>...28