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

/freebsd-10.1-release/usr.sbin/wake/
H A DMakefile3 PROG= wake
4 MAN= wake.8
H A Dwake.c63 static int wake(int bpf, const char *host);
69 (void)fprintf(stderr, "usage: wake [interface] lladdr [lladdr ...]\n");
74 wake(int bpf, const char *host) function
209 if (wake(bpf, argv[n]) != 0) {
/freebsd-10.1-release/contrib/gcclibs/libgomp/config/linux/
H A Dsem.c54 int old, tmp = *sem, wake; local
59 wake = old > 0 ? old + 1 : 1;
60 tmp = __sync_val_compare_and_swap (sem, old, wake);
64 futex_wake (sem, wake);
/freebsd-10.1-release/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c38 int wake; variable
45 while (wake == 0)
63 wake = 0;
69 wake = 1;
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh53 xdt:sched::wake,
92 /wake/ {
H A Dtst.schedenable.ksh61 xdt:sched::wake,
/freebsd-10.1-release/sys/kern/
H A Dkern_intr.c1193 * the list of handlers and wake up the sleeper.
1229 * the list of handlers and wake up the sleeper.
1321 int wake; local
1330 wake = 0;
1378 wake = 1;
1382 if (wake) {
1384 wake = 0;
1500 int wake; local
1511 wake = 0;
1562 wake
[all...]
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_fence.c135 bool wake = false; local
175 wake = true;
187 if (wake) {
/freebsd-10.1-release/sys/dev/mxge/
H A Dif_mxge_var.h189 int wake; /* #times irq re-enabled xmit */ member in struct:__anon9362
H A Dif_mxge.c1312 ss->tx.wake = 0;
1676 CTLFLAG_RD, &ss->tx.wake,
2875 ss->tx.wake++;
/freebsd-10.1-release/usr.sbin/
H A DMakefile98 wake \
/freebsd-10.1-release/sys/dev/pccbb/
H A Dpccbb.c420 int wake = 0; local
432 wake++;
436 if (wake > 0)
/freebsd-10.1-release/sys/netinet/
H A Dsctputil.c448 sctp_clog.x.wake.stcb = (void *)stcb;
449 sctp_clog.x.wake.wake_cnt = wake_cnt;
450 sctp_clog.x.wake.flight = stcb->asoc.total_flight_count;
451 sctp_clog.x.wake.send_q = stcb->asoc.send_queue_cnt;
452 sctp_clog.x.wake.sent_q = stcb->asoc.sent_queue_cnt;
455 sctp_clog.x.wake.stream_qcnt = (uint8_t) stcb->asoc.stream_queue_cnt;
457 sctp_clog.x.wake.stream_qcnt = 0xff;
460 sctp_clog.x.wake.chunks_on_oque = (uint8_t) stcb->asoc.chunks_on_out_queue;
462 sctp_clog.x.wake.chunks_on_oque = 0xff;
464 sctp_clog.x.wake
[all...]
H A Dsctp_uio.h917 struct sctp_sbwake_log wake; member in union:sctp_cwnd_log::__anon10796
/freebsd-10.1-release/sys/dev/sound/pci/hda/
H A Dhdaa.c2843 uint32_t data, wake, unsol, sticky; local
2848 wake = hda_command(dev,
2858 (wake & (1 << i)) ? " wake" : "",
2869 uint32_t data, dir, enable, wake, unsol, sticky; local
2878 wake = hda_command(dev,
2894 (wake & (1 << i)) ? " wake" : "");
/freebsd-10.1-release/sys/dev/firewire/
H A Dfwohci.c2728 struct fwohcidb_tr *db_tr, uint32_t off, int wake)
2738 if (wake)
2727 fwohci_arcv_free_buf(struct fwohci_softc *sc, struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr, uint32_t off, int wake) argument

Completed in 330 milliseconds