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

/freebsd-9.3-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-9.3-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-9.3-release/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c37 int wake; variable
44 while (wake == 0)
62 wake = 0;
68 wake = 1;
/freebsd-9.3-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-9.3-release/sys/kern/
H A Dkern_intr.c1202 * the list of handlers and wake up the sleeper.
1238 * the list of handlers and wake up the sleeper.
1330 int wake; local
1339 wake = 0;
1387 wake = 1;
1391 if (wake) {
1393 wake = 0;
1509 int wake; local
1520 wake = 0;
1571 wake
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_fence.c135 bool wake = false; local
175 wake = true;
187 if (wake) {
/freebsd-9.3-release/sys/dev/mxge/
H A Dif_mxge_var.h176 int wake; /* #times irq re-enabled xmit */ member in struct:__anon8547
H A Dif_mxge.c1311 ss->tx.wake = 0;
1675 CTLFLAG_RD, &ss->tx.wake,
2874 ss->tx.wake++;
/freebsd-9.3-release/usr.sbin/
H A DMakefile96 wake \
/freebsd-9.3-release/sys/dev/pccbb/
H A Dpccbb.c420 int wake = 0; local
432 wake++;
436 if (wake > 0)
/freebsd-9.3-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.h904 struct sctp_sbwake_log wake; member in union:sctp_cwnd_log::__anon9976
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdaa.c2449 uint32_t data, wake, unsol, sticky; local
2454 wake = hda_command(dev,
2464 (wake & (1 << i)) ? " wake" : "",
2475 uint32_t data, dir, enable, wake, unsol, sticky; local
2484 wake = hda_command(dev,
2500 (wake & (1 << i)) ? " wake" : "");
/freebsd-9.3-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 133 milliseconds