HomeSort by relevance Sort by last modified time
    Searched defs:wakeup (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/cmd/syslogd/
dataq.h 42 int wakeup; member in struct:dataq_waiter
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/
nfslog_ipaddr.c 88 wakeup(int n) function
122 (void) signal(SIGALRM, wakeup);
166 (void) signal(SIGALRM, wakeup);
  /onnv/onnv-gate/usr/src/lib/libnisdb/
nis_hashitem.c 584 int wakeup = 0; local
603 wakeup = 1;
611 wakeup = 1;
619 if (wakeup) {
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
timers.c 32 double wakeup; member in struct:_timer
116 if(tp->wakeup <=now)
118 if(!tpold || tpold->wakeup>tp->wakeup)
123 if(!tpmin || tpmin->wakeup>tp->wakeup)
140 while((tp->wakeup += tp->incr) <= now);
141 if(!tpmin || tpmin->wakeup>tp->wakeup)
144 if(tpmin && (left==0 || (tp && tpmin->wakeup < (now+left)))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ipaddr.c 82 wakeup(int n) function
116 (void) snoop_alarm(3, wakeup);
125 (void) snoop_alarm(0, wakeup);
162 (void) snoop_alarm(3, wakeup);
165 (void) snoop_alarm(0, wakeup);
  /onnv/onnv-gate/usr/src/uts/common/os/
port_subr.c 493 int wakeup; local
506 wakeup = (portq->portq_flags & PORTQ_POLLOUT);
511 if (wakeup)
msg.c 206 * are being copied out. The process is guaranted to wakeup
217 * to complete it needs to wakeup the next receiver blocked on
227 * b) The message that was sent that triggered the wakeup is no
229 * We issue a wakeup on copy queue and then go back to
246 * After process copying finishes the copy out, it must wakeup (either
264 * d) If the message type is not found then we wakeup the next
724 * Don't forget to wakeup a sleeper that blocked because
1261 msgq_wakeup_t *wakeup; local
    [all...]
zone.c 2363 boolean_t wakeup; local
2401 boolean_t wakeup; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
emlxs_event.c 147 uint32_t wakeup = 0; local
151 /* Clear all event masks and broadcast a wakeup */
156 wakeup = 1;
164 wakeup = 1;
168 if (wakeup) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/dev/
sdev_comm.c 113 clock_t wakeup = drv_usectohz(2 * 1000000); local
134 &dv->sdev_lookup_lock, wakeup, TR_CLOCK_TICK);
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_db.c 807 clock_t rc, time, wakeup; local
816 wakeup = SEC_TO_TICK(time);
822 &table->dbt_reaper_cv_lock, wakeup, TR_CLOCK_TICK);
  /onnv/onnv-gate/usr/src/cmd/isns/isnsd/
esi.c 60 static int wakeup = 0; variable
440 wakeup = 1; /* wake up naturally */
633 wakeup = 2; /* wake up manually */
636 wakeup = 0; /* clear previous interruption */
862 * Check the wakeup flag of an ESI event. The idle might need to
866 * return - 0: no wakeup, otherwise yes.
1053 * Idle for certain amount of time or a wakeup signal is recieved.
1085 while (wakeup == 0) {
1088 if (wakeup == 2) {
1091 /* clean wakeup flag *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/model/
lp.tell.c 52 static void wakeup();
377 oldsignal = signal(SIGALRM, wakeup);
484 ** wakeup() - TRAP ALARM
487 static void wakeup () function
  /onnv/onnv-gate/usr/src/uts/common/fs/cachefs/
cachefs_resource.c 980 clock_t wakeup; local
1002 wakeup = (clock_t)(cachefs_ppend_time * hz);
1006 /* wait for a wakeup call */
1011 &cachep->c_contentslock, wakeup, TR_CLOCK_TICK);
    [all...]
cachefs_subr.c 162 clock_t wakeup = (60 * hz); local
174 &cachep->c_contentslock, wakeup, TR_CLOCK_TICK);
442 clock_t wakeup = (60 * hz); local
553 &cachep->c_contentslock, wakeup, TR_CLOCK_TICK);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
sockcommon_subr.c 72 /* Wakeup a single consumer */
1557 clock_t wakeup = drv_usectohz(10); local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/
zs_async.c 2088 boolean_t m_break = B_FALSE, wakeup = B_FALSE; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/init/
init.c 147 * nothing else requires this "init" wakeup.
427 static union WAKEUP {
434 } wakeup; variable in typeref:union:WAKEUP
819 if (wakeup.w_flags.w_powerhit) {
852 if (wakeup.w_mask == 0) {
866 * the current wakeup.
878 if (wakeup.w_flags.w_usersignal) {
904 if (wakeup.w_flags.w_powerhit)
908 * Clear all wakeup reasons.
910 wakeup.w_mask = 0
    [all...]

Completed in 1080 milliseconds