| /netbsd/src/external/gpl3/gcc/dist/libgomp/config/linux/ |
| D | sem.c | 59 unsigned int wake = count & ~SEM_WAIT; in gomp_sem_wait_slow() local 62 if (wake != 0) in gomp_sem_wait_slow() 63 newval |= wake - SEM_INC; in gomp_sem_wait_slow() 67 if (wake != 0) in gomp_sem_wait_slow() 70 if (wake > SEM_INC) in gomp_sem_wait_slow()
|
| /netbsd/src/usr.sbin/wakeonlan/ |
| D | wakeonlan.c | 68 static int wake(int, const char *); 83 wake(int bpf, const char *host) in wake() function 215 if (wake(bpf, argv[n])) in main()
|
| /netbsd/src/games/worm/ |
| D | worm.c | 94 static void wake(int); 117 signal(SIGALRM, wake); in main() 220 wake(int dummy) in wake() function 222 signal(SIGALRM, wake); in wake()
|
| /netbsd/src/lib/librumpuser/ |
| D | rumpfiber.c | 155 wake(thread); in schedule() 278 wake(jw_iter->jw_thread); in exit_thread() 322 wake(joinable); in join_thread() 363 void wake(struct thread *thread) in wake() function 623 wake(w->who); in wakeup_one() 635 wake(w->who); in wakeup_all()
|
| D | rumpfiber.h | 57 void wake(struct thread *thread);
|
| /netbsd/src/external/ibm-public/postfix/dist/proto/ |
| D | master | 149 # Automatically wake up the named service after the specified 150 # number of seconds. The wake up is implemented by connecting 151 # to the service and sending a wake up request. A ? at the 152 # end of the wake-up time field requests that no wake up 154 # Specify 0 for no automatic wake up. 157 # daemons require a wake up timer.
|
| /netbsd/src/sys/external/bsd/acpica/dist/tools/examples/ |
| D | extables.c | 464 RTC wake not in fixed reg space (V1) : 0 465 RTC can wake system from S4 (V1) : 0 474 RTC_STS valid on S4 wake (V4) : 0
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | daemon.c | 1143 int wake, in slapd_remove() argument 1189 WAKE_LISTENER(DAEMON_ID(lr->sl_sd), wake); in slapd_remove() 1200 WAKE_LISTENER(id, wake || slapd_gentle_shutdown == 2); in slapd_remove() 1204 slapd_clr_write( ber_socket_t s, int wake ) in slapd_clr_write() argument 1217 WAKE_LISTENER(id,wake); in slapd_clr_write() 1221 slapd_set_write( ber_socket_t s, int wake ) in slapd_set_write() argument 1234 WAKE_LISTENER(id,wake); in slapd_set_write() 1238 slapd_clr_read( ber_socket_t s, int wake ) in slapd_clr_read() argument 1250 WAKE_LISTENER(id,wake); in slapd_clr_read() 1255 slapd_set_read( ber_socket_t s, int wake ) in slapd_set_read() argument [all …]
|
| D | proto-slap.h | 888 int wasactive, int wake, int locked )); 900 LDAP_SLAPD_F (void) slapd_set_write LDAP_P((ber_socket_t s, int wake)); 901 LDAP_SLAPD_F (void) slapd_clr_write LDAP_P((ber_socket_t s, int wake)); 902 LDAP_SLAPD_F (void) slapd_set_read LDAP_P((ber_socket_t s, int wake)); 903 LDAP_SLAPD_F (int) slapd_clr_read LDAP_P((ber_socket_t s, int wake));
|
| /netbsd/src/lib/libpthread/ |
| D | pthread.c | 879 bool wake; in pthread_cancel() local 896 wake = false; in pthread_cancel() 899 wake = true; in pthread_cancel() 905 if (wake) in pthread_cancel()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | shared_mutex | 276 // and the count is zero then signal gate2 to wake a queued writer, 278 // to wake a reader. 283 // To release, unset the write-entered flag and signal gate1 to wake all
|
| /netbsd/src/doc/roadmaps/ |
| D | mobile | 95 There are a number of things on the system that unnecessarily wake up
|
| /netbsd/src/sys/dev/dm/doc/ |
| D | locking.txt | 134 * Decrement io reference counter and wake up all callers, with table_head cv.
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | whatsnew-2.1.txt | 533 Libevent 2.0 would wake up a polling event loop whenever the first 641 running needs to wake the thread running the main event loop, Libevent 643 to wake up. On Linux, we've been able to use eventfd() instead. Now 645 EVFILT_USER extension), we can use EVFILT_USER to wake up the main
|
| D | whatsnew-2.0.txt | 302 When we need to wake the event loop up from another thread, we use
|
| /netbsd/src/external/bsd/libevent/dist/ |
| D | whatsnew-2.1.txt | 533 Libevent 2.0 would wake up a polling event loop whenever the first 641 running needs to wake the thread running the main event loop, Libevent 643 to wake up. On Linux, we've been able to use eventfd() instead. Now 645 EVFILT_USER extension), we can use EVFILT_USER to wake up the main
|
| /netbsd/src/sys/netinet/ |
| D | if_arp.c | 1900 goto wake; in in_revarpinput() 1913 wake: /* Do wakeup every time in case it was missed. */ in in_revarpinput()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | arc-regs.h | 345 DEF (0x451, ARC_OPCODE_ARC600, NONE, wake)
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | arc-regs.h | 345 DEF (0x451, ARC_OPCODE_ARC600, NONE, wake)
|
| /netbsd/src/external/gpl3/gcc/dist/libobjc/ |
| D | THREADS | 289 opportunity to wake. It is legal to dealloc a condition only
|
| /netbsd/src/games/hack/ |
| D | data | 55 seen among men it left in its wake a trail of destruction and
|
| /netbsd/src/external/public-domain/xz/dist/ |
| D | README | 307 someone may wake up.
|
| /netbsd/src/sys/external/bsd/acpica/dist/ |
| D | changes.txt | 996 Enable sleep button on ACPI legacy wake: Hibernation (S4) is triggered 1006 problem by enabling the sleep button in ACPI legacy wake. From Anchal 1012 not to wake up the system from suspend-to-idle. 1409 events are set when they are enabled, it could result in premature wake 1413 set when they are enabled, it could result in premature wake from S0ix. 1750 This regression could cause some systems to incorrectly wake immediately. 2742 control-c correctly. For example, a control-c could incorrectly wake the 4755 simple mechanism to enable wake GPEs that have no associated handler or 6171 Resource Manager: Add support for the new ACPI 5.0 wake bit in the IRQ, 6173 both get and set the new wake bit in these descriptors, separately from [all …]
|
| /netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| D | mDNS.c | 17895 mDNSBool wake = mDNSfalse; in mDNSCoreReceiveRawTransportPacket() local 17900 #define XX wake ? "Received" : "Ignoring", end-p in mDNSCoreReceiveRawTransportPacket() 17921 wake = ((t->tcp.flags & TH_RST) || (t->tcp.flags & TH_FIN)) ; in mDNSCoreReceiveRawTransportPacket() 17922 if (!wake) in mDNSCoreReceiveRawTransportPacket() 17950 wake = ((int)(pack - seq) > 0) && ((int)(pseq - ack) >= 0) && data; in mDNSCoreReceiveRawTransportPacket() 17960 … end, tcphlen, end - ((const mDNSu8 *)t + tcphlen), pack, seq, pseq, ack, wake); in mDNSCoreReceiveRawTransportPacket() 17963 kaWake = wake; in mDNSCoreReceiveRawTransportPacket() 17970 wake = (!(t->tcp.flags & TH_RST) && (t->tcp.flags & (TH_FIN|TH_SYN)) != TH_FIN); in mDNSCoreReceiveRawTransportPacket() 17974 if (!mDNSSameIPPort(port, SSHPort) && !(t->tcp.flags & 2)) wake = mDNSfalse; in mDNSCoreReceiveRawTransportPacket() 17992 wake = mDNStrue; in mDNSCoreReceiveRawTransportPacket() [all …]
|
| /netbsd/src/sys/dev/ieee1394/ |
| D | fwohci.c | 2729 struct fwohcidb_tr *db_tr, int wake) argument 2745 if (wake)
|