Searched defs:wake (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.c392 int wake = 0; local
408 h->db_pos < hp->db_pos + hp->db_len) wake = 1;
411 if (wake)
H A Dnsc_ncallio.c363 int wake = 0; local
382 wake = 1;
386 if (wake)
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dsend.c514 /* wake up anyone waiting in poll */
550 /* No need to wake the app - caller does this */
725 int wake = 0; local
740 wake = 1;
788 if (wake)
/illumos-gate/usr/src/uts/sun/io/
H A Dms.c260 * The framework will wake up qwait_sig when we return from
365 * Now wait for it. Let our read queue put routine wake us up
1022 * is the reply to that code. If so, wake up the
1236 register int wake; local
1265 /* See if we need to wake up anyone waiting for input */
1266 wake = b->mb_off == ms->ms_oldoff;
1293 if (wake || msd->msd_qenable_more)
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c1892 register int wake; local
1928 /* See if we need to wake up anyone waiting for input */
1929 wake = b->mb_off == ms->ms_oldoff;
1959 if (wake) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c689 // and then if the machine fails to wake, 3 goodbye packets).
1020 // When we wake up from sleep, we call ActivateUnicastRegistration. It is possible that just before we went to sleep,
5332 // signal whatever blocking primitive the main thread is using, so that it will wake up and execute one
5382 // 2. On wake from sleep
6093 // We will use this to prevent spurious name conflicts that may occur when we wake up
6226 // If the service type is wake only service and the auth flags match and requires a goodbye
6637 // wake up notification, we might adjust the TimeRcvd based on the time slept
6695 // track of passage of time while asleep, so on wake we refresh our NAT mappings.
6696 // We typically wake up with no interfaces active, so there's no need to rush to try to find our external address.
6804 // we'll be put back to sleep forcibly without the chance to schedule the next maintenance wake
13896 mDNSBool wake = mDNSfalse; local
[all...]

Completed in 101 milliseconds