| /src/external/gpl3/gcc.old/dist/libgomp/config/linux/ |
| sem.c | 59 unsigned int wake = count & ~SEM_WAIT; local 62 if (wake != 0) 63 newval |= wake - SEM_INC; 67 if (wake != 0) 69 /* If we can wake more threads, do so now. */ 70 if (wake > SEM_INC)
|
| /src/lib/librumpuser/ |
| rumpfiber.h | 57 void wake(struct thread *thread);
|
| rumpfiber.c | 149 wakeup = tm + 1000; /* wake up in 1s max */ 155 wake(thread); 278 wake(jw_iter->jw_thread); 322 wake(joinable); 363 void wake(struct thread *thread) function 623 wake(w->who); 635 wake(w->who);
|
| /src/usr.sbin/wakeonlan/ |
| wakeonlan.c | 29 /* Send Wake on LAN packets to hosts on a local Ethernet network */ 68 static int wake(int, const char *); 83 wake(int bpf, const char *host) function 215 if (wake(bpf, argv[n])) 216 warn("Cannot send Wake on LAN frame over `%s' to `%s'",
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun5i-a13-utoo-p66.dts | 104 /* The icn8318 binding expects wake-gpios instead of power-gpios */ 105 wake-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
|
| sun5i-r8-chip.dts | 261 device-wake-gpios = <&axp_gpio 3 GPIO_ACTIVE_HIGH>; 262 host-wake-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
|
| sun4i-a10-inet1.dts | 120 wake-gpios = <&pio 1 13 GPIO_ACTIVE_HIGH>; /* PB13 */
|
| sun4i-a10-pov-protab2-ips9.dts | 112 wake-gpios = <&pio 1 13 GPIO_ACTIVE_LOW>;
|
| /src/games/worm/ |
| worm.c | 94 static void wake(int); 117 signal(SIGALRM, wake); 220 wake(int dummy) function 222 signal(SIGALRM, wake);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_mutex.h | 186 // thread does not wake up other threads. 256 // thread does not wake up other threads. 282 bool wake; local 289 wake = (new_state & 292 if (wake) 296 if (UNLIKELY(wake)) 339 // After wake up both writers and readers compete to lock the
|
| /src/lib/libpthread/ |
| pthread.c | 453 * here to the correct lid so we go to sleep and wake 881 bool wake; local 898 wake = false; 901 wake = true; 907 if (wake)
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/ |
| imx53-tx53-x03x.dts | 247 wake-gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>; 270 MX53_PAD_EIM_A17__GPIO2_21 0x04 /* Wake */
|
| imx6qdl-tx6.dtsi | 340 wake-gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>; 457 MX6QDL_PAD_EIM_A17__GPIO2_IO21 0x1b0b0 /* Wake */
|
| imx6ul-tx6ul.dtsi | 357 wake-gpios = <&gpio5 8 GPIO_ACTIVE_HIGH>; 667 MX6UL_PAD_SNVS_TAMPER8__GPIO5_IO08 0x1b0b0 /* Wake */
|
| /src/sys/external/bsd/acpica/dist/tools/examples/ |
| extables.c | 356 RTC wake not in fixed reg space (V1) : 0 357 RTC can wake system from S4 (V1) : 0 366 RTC_STS valid on S4 wake (V4) : 0 465 64-bit Wake Supported (V2) : 0 470 64-bit Wake Env Required (V2) : 0
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_fence.c | 227 bool wake = false; local 269 wake = true; 284 return wake;
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| daemon.c | 1142 int wake, 1188 WAKE_LISTENER(DAEMON_ID(lr->sl_sd), wake); 1199 WAKE_LISTENER(id, wake || slapd_gentle_shutdown == 2); 1203 slapd_clr_write( ber_socket_t s, int wake ) 1216 WAKE_LISTENER(id,wake); 1220 slapd_set_write( ber_socket_t s, int wake ) 1233 WAKE_LISTENER(id,wake); 1237 slapd_clr_read( ber_socket_t s, int wake ) 1249 WAKE_LISTENER(id,wake); 1254 slapd_set_read( ber_socket_t s, int wake ) [all...] |
| proto-slap.h | 865 int wasactive, int wake, int locked )); 877 LDAP_SLAPD_F (void) slapd_set_write LDAP_P((ber_socket_t s, int wake)); 878 LDAP_SLAPD_F (void) slapd_clr_write LDAP_P((ber_socket_t s, int wake)); 879 LDAP_SLAPD_F (void) slapd_set_read LDAP_P((ber_socket_t s, int wake)); 880 LDAP_SLAPD_F (int) slapd_clr_read LDAP_P((ber_socket_t s, int wake));
|
| /src/sys/netinet/ |
| if_arp.c | 1901 goto wake; 1914 wake: /* Do wakeup every time in case it was missed. */
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| arc-regs.h | 345 DEF (0x451, ARC_OPCODE_ARC600, NONE, wake)
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| arc-regs.h | 345 DEF (0x451, ARC_OPCODE_ARC600, NONE, wake)
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| mDNS.c | 1042 // and then if the machine fails to wake, 3 goodbye packets). 1404 // When we wake up from sleep, we call ActivateUnicastRegistration. It is possible that just before we went to sleep, 7019 // signal whatever blocking primitive the main thread is using, so that it will wake up and execute one 7069 // 2. On wake from sleep 7267 // MARK: - Power Management (Sleep/Wake) 7763 // We will use this to prevent spurious name conflicts that may occur when we wake up 8224 // If the machine wakes and then immediately tries to sleep again (e.g. a maintenance wake) 8271 // wake up notification, we might adjust the TimeRcvd based on the time slept 8330 // track of passage of time while asleep, so on wake we refresh our NAT mappings. 8331 // We typically wake up with no interfaces active, so there's no need to rush to try to find our external address [all...] |
| mDNSEmbeddedAPI.h | 432 mStatus_TransientErr = -65562, // transient failures, e.g. sending packets shortly after a network transition or wake from sleep 887 mDNSs8 seq; // Sleep/wake epoch 2207 mDNSu8 NetWake; // Set if Wake-On-Magic-Packet is enabled on this interface 2328 mDNSu32 WakeOnResolves; // Number of times we did a wake on resolve 2407 mDNSs32 DelaySleep; // To inhibit re-sleeping too quickly right after wake 3479 // (This refers to heavyweight laptop-style sleep/wake that disables network access, 3517 extern void mDNSCoreMachineSleep(mDNS *const m, mDNSBool wake); 3749 mDNS_NoWake = 0, // System does not support Wake on LAN 3750 mDNS_WakeOnAC = 1, // System supports Wake on LAN when connected to AC power only 3751 mDNS_WakeOnBattery = 2 // System supports Wake on LAN on batter [all...] |
| /src/sys/dev/ieee1394/ |
| fwohci.c | 2334 stat & OHCI_CNTL_DMA_WAKE ? "WAKE," : "", 2471 stat & OHCI_CNTL_DMA_WAKE ? "WAKE," : "", 2729 struct fwohcidb_tr *db_tr, int wake) 2745 if (wake)
|