Home
last modified time | relevance | path

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

12345678910>>...16

/titanic_44/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 …]
/titanic_44/usr/src/uts/common/os/
H A Dclock_highres.c103 const struct itimerspec *when) in clock_highres_timer_settime() argument
114 cyctime.cyt_when = ts2hrt(&when->it_value); in clock_highres_timer_settime()
115 cyctime.cyt_interval = ts2hrt(&when->it_interval); in clock_highres_timer_settime()
126 it->it_itime = *when; in clock_highres_timer_settime()
196 it->it_itime = *when; in clock_highres_timer_settime()
226 clock_highres_timer_gettime(itimer_t *it, struct itimerspec *when) in clock_highres_timer_gettime() argument
243 *when = it->it_itime; in clock_highres_timer_gettime()
245 if (!timerspecisset(&when->it_value)) in clock_highres_timer_gettime()
259 timerspecclear(&when->it_value); in clock_highres_timer_gettime()
276 timerspecclear(&when->it_value); in clock_highres_timer_gettime()
[all …]
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.c712 itimerspec_t when; in timer_gettime() local
718 error = it->it_backend->clk_timer_gettime(it, &when); in timer_gettime()
724 if (copyout(&when, val, sizeof (itimerspec_t))) in timer_gettime()
727 if (ITIMERSPEC_OVERFLOW(&when)) in timer_gettime()
732 ITIMERSPEC_TO_ITIMERSPEC32(&w32, &when) in timer_gettime()
745 itimerspec_t when; in timer_settime() local
756 if (copyin(val, &when, sizeof (itimerspec_t))) in timer_settime()
764 ITIMERSPEC32_TO_ITIMERSPEC(&when, &w32); in timer_settime()
767 if (itimerspecfix(&when.it_value) || in timer_settime()
768 (itimerspecfix(&when.it_interval) && in timer_settime()
[all …]
H A Dcyclic.c1652 cyc_time_t *when = arg->cyx_when; in cyclic_add_xcall() local
1664 "add-xcall", when->cyt_when, when->cyt_interval); in cyclic_add_xcall()
1681 cyclic->cy_interval = when->cyt_interval; in cyclic_add_xcall()
1683 if (when->cyt_when == 0) { in cyclic_add_xcall()
1691 cyclic->cy_expire = when->cyt_when; in cyclic_add_xcall()
1717 cyc_time_t *when, uint16_t flags) in cyclic_add_here() argument
1727 ASSERT(when->cyt_when >= 0 && when->cyt_interval > 0); in cyclic_add_here()
1745 arg.cyx_when = when; in cyclic_add_here()
1894 cyclic_remove_here(cyc_cpu_t *cpu, cyc_index_t ndx, cyc_time_t *when, int wait) in cyclic_remove_here() argument
1907 arg.cyx_when = when; in cyclic_remove_here()
[all …]
/titanic_44/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 …]
/titanic_44/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 …]
/titanic_44/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()
/titanic_44/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 …]
/titanic_44/usr/src/uts/common/dtrace/
H A Dprofile.c336 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) in profile_online() argument
348 when->cyt_interval = prof->prof_interval; in profile_online()
349 when->cyt_when = dtrace_gethrtime() + when->cyt_interval; in profile_online()
351 pcpu->profc_expected = when->cyt_when; in profile_online()
352 pcpu->profc_interval = when->cyt_interval; in profile_online()
372 cyc_time_t when; in profile_enable() local
382 when.cyt_interval = prof->prof_interval; in profile_enable()
383 when.cyt_when = dtrace_gethrtime() + when.cyt_interval; in profile_enable()
392 prof->prof_cyclic = cyclic_add(&hdlr, &when); in profile_enable()
/titanic_44/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
/titanic_44/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()
/titanic_44/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()
/titanic_44/usr/src/lib/libm/amd64/src/
H A Dpowl.s104 cmpb $0x40,%cl / C3=1 C2=0 C1=? C0=0 when +-0
129 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
138 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
159 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
161 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
171 cmpb $0x40,%cl / C3=1 C2=0 C1=0 C0=0 when +0
173 cmpb $0x42,%cl / C3=1 C2=0 C1=1 C0=0 when -0
181 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
183 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
327 cmpb $0x05,%cl / C3=0 C2=1 C1=? C0=1 when +-inf
[all …]
/titanic_44/usr/src/lib/libm/i386/src/
H A Dpow.s107 cmpb $0x40,%cl / C3=1 C2=0 C1=? C0=0 when +-0
111 cmpb $0x40,%cl / C3=1 C2=0 C1=? C0=0 when +-0
149 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
158 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
180 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
182 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
192 cmpb $0x40,%cl / C3=1 C2=0 C1=0 C0=0 when +0
194 cmpb $0x42,%cl / C3=1 C2=0 C1=1 C0=0 when -0
202 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
204 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
[all …]
H A Dpowf.s108 cmpb $0x40,%cl / C3=1 C2=0 C1=? C0=0 when +-0
135 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
144 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
166 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
168 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
178 cmpb $0x40,%cl / C3=1 C2=0 C1=0 C0=0 when +0
180 cmpb $0x42,%cl / C3=1 C2=0 C1=1 C0=0 when -0
188 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
190 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
349 cmpb $0x05,%cl / C3=0 C2=1 C1=? C0=1 when +-inf
[all …]
H A Dpowl.s104 cmpb $0x40,%cl / C3=1 C2=0 C1=? C0=0 when +-0
131 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
140 cmpb $0x01,%cl / C3=0 C2=0 C1=? C0=1 when +-NaN
162 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
164 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
174 cmpb $0x40,%cl / C3=1 C2=0 C1=0 C0=0 when +0
176 cmpb $0x42,%cl / C3=1 C2=0 C1=1 C0=0 when -0
184 cmpb $0x05,%cl / C3=0 C2=1 C1=0 C0=1 when +inf
186 cmpb $0x07,%cl / C3=0 C2=1 C1=1 C0=1 when -inf
341 cmpb $0x05,%cl / C3=0 C2=1 C1=? C0=1 when +-inf
[all …]
/titanic_44/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
/titanic_44/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()
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/e1000api/
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 …]
/titanic_44/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 …]
/titanic_44/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
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_009_neg.ksh72 log_assert "zfs rename -r failed, when snapshot name is already existing."
101 log_pass "zfs rename -r failed, when snapshot name is already existing passed."

12345678910>>...16