HomeSort by relevance Sort by last modified time
    Searched defs:when (Results 1 - 25 of 30) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
Message.java 14 * When distributing Covered Code, include this CDDL HEADER in each
49 public long when; field in class:Message
73 this.when = System.currentTimeMillis();
82 this.when = msg.when;
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
disp4.c 13 * When distributing Covered Code, include this CDDL HEADER in each
180 ushort when, local
184 getmessage (m, S_DISABLE_DEST, &destination, &reason, &when);
187 (reason ? reason : "NULL"), when);
205 if (pps->request && when == 2)
208 if (disable(pps, reason, (int)when) == -1) {
358 * For printer faults the alert will be reactivated when:
363 * For forms/print-wheels the alert will be reactivated when:
  /onnv/onnv-gate/usr/src/lib/sun_fc/common/
FCSyseventBridge.cc 13 * When distributing Covered Code, include this CDDL HEADER in each
219 hrtime_t when; local
236 sysevent_get_time(ev, &when);
  /onnv/onnv-gate/usr/src/uts/sun4v/os/
wdt.c 13 * When distributing Covered Code, include this CDDL HEADER in each
195 * Regular pat occurs when the system runs normally.
196 * Long pat is when system panics.
269 cyc_time_t when; local
275 when.cyt_when = 0;
276 when.cyt_interval = wdt_cyclic_interval;
279 (void) cyclic_add(&hdlr, &when);
  /onnv/onnv-gate/usr/src/uts/i86pc/io/
cbe.c 13 * When distributing Covered Code, include this CDDL HEADER in each
258 * disabled on CPU 0, and cbe_enable is called when we resume.
333 cyc_time_t when; local
363 when.cyt_when = 0;
364 when.cyt_interval = nsec_per_tick;
366 cbe_hres_cyclic = cyclic_add(&hdlr, &when);
  /onnv/onnv-gate/usr/src/uts/sun4/io/
cbe.c 13 * When distributing Covered Code, include this CDDL HEADER in each
239 * to be close to %tick when we suspended the system,
268 cyc_time_t when; local
311 when.cyt_when = 0;
312 when.cyt_interval = nsec_per_tick;
314 cbe_hres_cyclic = cyclic_add(&hdlr, &when);
  /onnv/onnv-gate/usr/src/cmd/pwconv/
pwconv.c 13 * When distributing Covered Code, include this CDDL HEADER in each
101 time_t when, minweeks, maxweeks; local
265 when = (long)a64l(pwdp->pw_age);
266 maxweeks = when & 077;
267 minweeks = (when >> 6) & 077;
268 when >>= 12;
269 sp->sp_lstchg = when * 7;
351 when = (long)a64l(pwdp->pw_age);
352 maxweeks = when & 077;
353 minweeks = (when >> 6) & 077
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
timer.c 13 * When distributing Covered Code, include this CDDL HEADER in each
115 * have the opportunity to run; when they see the ITLK_REMOVE flag
384 * There are some conditions during a fork or an exit when we can
613 * This timer is programmed to use event port notification when
617 * - when the timer fires :
626 * free the event structure when required.
710 itimerspec_t when; local
716 error = it->it_backend->clk_timer_gettime(it, &when);
722 if (copyout(&when, val, sizeof (itimerspec_t)))
725 if (ITIMERSPEC_OVERFLOW(&when))
743 itimerspec_t when; local
    [all...]
timers.c 13 * When distributing Covered Code, include this CDDL HEADER in each
78 * timers when they expire.
338 cyc_time_t when; local
371 * at the same time, even when we drop p->p_lock below.
433 when.cyt_when = (ts = gethrtime() + tv2hrt(&aitv.it_value));
434 when.cyt_interval = tv2hrt(&aitv.it_interval);
436 if (when.cyt_interval == 0) {
439 * set the interval to be INT64_MAX - when.cyt_when to
443 when.cyt_interval = INT64_MAX - when.cyt_when
    [all...]
cyclic.c 13 * When distributing Covered Code, include this CDDL HEADER in each
335 * cypc_buf[cypc_consndx] and bumping cypc_consndx. The buffer is empty when
400 * When cyclic_softint() discovers a cyclic in the producer/consumer buffer,
483 * allows cyclic_expand() to know when the resize operation is complete;
494 * cyclic_expand_xcall(), we are zeroing out every cy_pend count; when
533 * When cyclic_softint() sees the zero cy_pend count, it knows that it's been
555 * the current time and the cyclic interval. But there are situations when
562 * When cyclic_reprogram() is called for an omni-cyclic, the operation is
1645 cyc_time_t *when = arg->cyx_when; local
2017 cyc_time_t when; local
2040 cyc_time_t when; local
2482 cyc_time_t when; local
    [all...]
callout.c 13 * When distributing Covered Code, include this CDDL HEADER in each
137 * callout list. When a callout is created, we first look for
465 * We don't want any callout activity. When the CPR resume phase is
644 * There are some situations when the entire heap is walked and processed.
647 * 1. When the reap count reaches its threshold, the heap has to be cleared
650 * 2. When the system enters and exits KMDB/OBP, all entries in the heap
653 * 3. When system time is changed, the heap has to be scanned for
1623 cyc_time_t when; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/touch/
touch.c 13 * When distributing Covered Code, include this CDDL HEADER in each
280 time_t when; local
340 if ((when = mktime(&tm)) == -1 && errno != 0)
343 when -= (timezone - altzone);
383 ts->tv_sec = when;
393 time_t when; local
408 when = time(0);
409 tm.tm_year = localtime(&when)->tm_year;
439 if ((when = mktime(&tm)) == -1)
442 when -= (timezone-altzone)
451 time_t when; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/logadm/
main.c 13 * When distributing Covered Code, include this CDDL HEADER in each
152 "Options which control when a logfile is rotated:\n"\
308 * last opportunity, when we're sure they haven't been overridden
360 * make sense when lognames are given specifically
439 * the error output when this after command is executed.
646 off_t when = opts_optarg_int(opts, "p"); local
650 if (when != OPTP_NOW) {
652 * "when" holds the number of seconds that must have
659 * "when". this way, if a log should be rotated every
665 if (when >= 60 * 60
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/dtrace/
profile.c 13 * When distributing Covered Code, include this CDDL HEADER in each
333 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when)
345 when->cyt_interval = prof->prof_interval;
346 when->cyt_when = dtrace_gethrtime() + when->cyt_interval;
348 pcpu->profc_expected = when->cyt_when;
349 pcpu->profc_interval = when->cyt_interval;
369 cyc_time_t when; local
379 when.cyt_interval = prof->prof_interval;
380 when.cyt_when = dtrace_gethrtime() + when.cyt_interval
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/io/
ntwdt.c 13 * When distributing Covered Code, include this CDDL HEADER in each
728 cyc_time_t *when = &ntwdt_state->ntwdt_cycl_time; local
733 when->cyt_interval = ntwdt_state->ntwdt_cyclic_interval;
734 when->cyt_when = gethrtime() + when->cyt_interval;
741 ntwdt_ptr->ntwdt_cycl_id = cyclic_add(hdlr, when);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/nca/
ncab2clf.c 14 * When distributing Covered Code, include this CDDL HEADER in each
389 time_t when; local
404 when = time(0);
406 tm->tm_year = localtime(&when)->tm_year;
  /onnv/onnv-gate/usr/src/cmd/sendmail/aux/
vacation.c 39 * VACATION -- return a message to the sender when on vacation.
42 * when someone is on vacation. It returns a message
281 time_t when; member in struct:entry
314 (char *)&(which->when));
335 bcopy(content.dptr, (char *)&(new_entry->when),
336 sizeof (new_entry->when));
345 new_entry->when > curr->when; curr = curr->next)
454 * May read the header from standard input. When this
1020 * When invoked with no arguments, we fall into an automatic installatio
    [all...]
  /onnv/onnv-gate/usr/src/lib/libslp/clib/
slp_net.c 14 * When distributing Covered Code, include this CDDL HEADER in each
117 * tcp_thread to free the target list when finished; this is useful
118 * when a target needs to be synthesised by another message thread
124 * Callers interested in knowing when the transaction has completed
997 * sent IN time when message was sent
1154 * side effect: 'now' is set to the time when poll found data on the pipe.
1163 int when, pollerr; local
1183 when = (int)(*now - sent);
1186 when > *timeout)
1188 *timeout = *timeout - when;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
asm10k.c 13 * When distributing Covered Code, include this CDDL HEADER in each
873 char when[128]; local
898 strftime(when, sizeof (when), "%c", localtime(&now));
899 (void) fprintf(f, banner, progname, when);
  /onnv/onnv-gate/usr/src/uts/sun4u/lw8/io/
ntwdt.c 13 * When distributing Covered Code, include this CDDL HEADER in each
127 * What is different when ntwdt is running is that
129 * and not the normal client (todsg). When ntwdt
136 * created when the user enables the AWDT (DOGCTL)
152 * current timeout value. When ntwdt computes
174 * When the user enters OBP via the System Controller,
242 * when Solaris is re-loaded while in AWDT mode; having
262 * use when ntwdt is aware of the need to reboot/reload Solaris.
265 * to the specified number of seconds when either a) Solaris
1582 cyc_time_t *when = &wdog_state->ntwdt_cycl_time; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/cpu/amd_opteron/
ao_mca.c 13 * When distributing Covered Code, include this CDDL HEADER in each
104 * machine-check registers. When Solaris runs on a system with this feature,
385 * triggers a machine check exception when no response to an NB system access
546 uint8_t when; local
572 if ((when = aed->aed_panic_when) == AO_AED_PANIC_NEVER)
575 if ((when & AO_AED_PANIC_ALWAYS) ||
576 ((when & AO_AED_PANIC_IFMCE) && (en || ismc)))
  /onnv/onnv-gate/usr/src/cmd/cron/
at.c 13 * When distributing Covered Code, include this CDDL HEADER in each
165 time_t when = 0; local
269 when = parse_time(optarg);
304 when = now;
306 if (when == 0) { /* figure out what time to run the job */
337 when = gtime(&at);
339 when += timezone;
340 if (localtime(&when)->tm_isdst)
341 when -= (timezone-altzone);
347 when = mktime(ct)
943 time_t when = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
pp_sys.c 198 /* Digital UNIX (when the EFF_ONLY_OK gets fixed), UnixWare */
4429 Time_t when; local
4503 Time_t when; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/crypto/io/
dca.c 13 * When distributing Covered Code, include this CDDL HEADER in each
633 * incorrect false failures when the bus is just a little
2599 clock_t when; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/xen/dtrace/
xdt.c 13 * When distributing Covered Code, include this CDDL HEADER in each
44 * event traces from the hypervisor. When tracing is enabled, compiled in
364 * These provide context when probes fire. They can be accessed
1824 cyc_time_t when; local
    [all...]

Completed in 6119 milliseconds

1 2