/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 in typeref:typename:int 215 if (wake(bpf, argv[n])) 216 warn("Cannot send Wake on LAN frame over `%s' to `%s'",
|
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 in typeref:typename:int 215 if (wake(bpf, argv[n])) 216 warn("Cannot send Wake on LAN frame over `%s' to `%s'",
|
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 in typeref:typename:int 215 if (wake(bpf, argv[n])) 216 warn("Cannot send Wake on LAN frame over `%s' to `%s'",
|
/src/games/worm/ |
worm.c | 94 static void wake(int); 117 signal(SIGALRM, wake); 220 wake(int dummy) function in typeref:typename:void 222 signal(SIGALRM, wake);
|
worm.c | 94 static void wake(int); 117 signal(SIGALRM, wake); 220 wake(int dummy) function in typeref:typename:void 222 signal(SIGALRM, wake);
|
worm.c | 94 static void wake(int); 117 signal(SIGALRM, wake); 220 wake(int dummy) function in typeref:typename:void 222 signal(SIGALRM, wake);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_fence.c | 227 bool wake = false; local in function:radeon_fence_activity 269 wake = true; 284 return wake;
|
radeon_fence.c | 227 bool wake = false; local in function:radeon_fence_activity 269 wake = true; 284 return wake;
|
radeon_fence.c | 227 bool wake = false; local in function:radeon_fence_activity 269 wake = true; 284 return wake;
|
/src/lib/librumpuser/ |
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 in typeref:typename:void 623 wake(w->who); 635 wake(w->who);
|
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 in typeref:typename:void 623 wake(w->who); 635 wake(w->who);
|
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 in typeref:typename:void 623 wake(w->who); 635 wake(w->who);
|
/src/lib/libpthread/ |
pthread.c | 451 * here to the correct lid so we go to sleep and wake 879 bool wake; local in function:pthread_cancel 896 wake = false; 899 wake = true; 905 if (wake)
|
pthread.c | 451 * here to the correct lid so we go to sleep and wake 879 bool wake; local in function:pthread_cancel 896 wake = false; 899 wake = true; 905 if (wake)
|
pthread.c | 451 * here to the correct lid so we go to sleep and wake 879 bool wake; local in function:pthread_cancel 896 wake = false; 899 wake = true; 905 if (wake)
|