HomeSort by: relevance | last modified time | path
    Searched refs:wake (Results 1 - 16 of 16) sorted by relevancy

  /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/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/sys/netinet/
if_arp.c 1901 goto wake;
1914 wake: /* Do wakeup every time in case it was missed. */
  /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)

Completed in 31 milliseconds