Searched refs:wake (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh53 xdt:sched::wake,
92 /wake/ {
H A Dtst.schedenable.ksh61 xdt:sched::wake,
/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/uts/sparc/v9/ml/
H A Dlock_prim.s571 ba,pt %xcc, rw_exit_wakeup ! otherwise, wake waiters
/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...]
H A DmDNSEmbeddedAPI.h364 mStatus_TransientErr = -65562, // transient failures, e.g. sending packets shortly after a network transition or wake from sleep
931 mDNSs8 seq; // Sleep/wake epoch
2278 mDNSu32 WakeOnResolves; // Number of times we did a wake on resolve
2338 mDNSs32 DelaySleep; // To inhibit re-sleeping too quickly right after wake
3276 // (This refers to heavyweight laptop-style sleep/wake that disables network access,
3296 extern void mDNSCoreMachineSleep(mDNS *const m, mDNSBool wake);

Completed in 167 milliseconds