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

/freebsd-11-stable/usr.sbin/wake/
H A DMakefile3 PROG= wake
4 MAN= wake.8
H A Dwake.c30 __FBSDID("$FreeBSD: stable/11/usr.sbin/wake/wake.c 330449 2018-03-05 07:26:05Z eadler $");
65 static int wake(int bpf, const char *host);
71 (void)fprintf(stderr, "usage: wake [interface] lladdr [lladdr ...]\n");
76 wake(int bpf, const char *host) function
211 if (wake(bpf, argv[n]) != 0) {
/freebsd-11-stable/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-11-stable/tools/regression/pthread/cv_cancel1/
H A Dcv_cancel1.c38 int wake; variable
45 while (wake == 0)
63 wake = 0;
69 wake = 1;
/freebsd-11-stable/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-11-stable/sys/kern/
H A Dkern_intr.c1275 * the list of handlers and wake up the sleeper.
1311 * the list of handlers and wake up the sleeper.
1404 int wake; local
1413 wake = 0;
1457 wake = 1;
1461 if (wake) {
1463 wake = 0;
1578 int wake; local
1589 wake = 0;
1637 wake
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_fence.c135 bool wake = false; local
175 wake = true;
187 if (wake) {
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge_var.h185 int wake; /* #times irq re-enabled xmit */ member in struct:__anon11162
H A Dif_mxge.c1313 ss->tx.wake = 0;
1677 CTLFLAG_RD, &ss->tx.wake,
2871 ss->tx.wake++;
/freebsd-11-stable/usr.sbin/
H A DMakefile99 wake \
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb.c416 int wake = 0; local
428 wake++;
432 if (wake > 0)
/freebsd-11-stable/sys/netinet/
H A Dsctputil.c503 sctp_clog.x.wake.stcb = (void *)stcb;
504 sctp_clog.x.wake.wake_cnt = wake_cnt;
505 sctp_clog.x.wake.flight = stcb->asoc.total_flight_count;
506 sctp_clog.x.wake.send_q = stcb->asoc.send_queue_cnt;
507 sctp_clog.x.wake.sent_q = stcb->asoc.sent_queue_cnt;
510 sctp_clog.x.wake.stream_qcnt = (uint8_t)stcb->asoc.stream_queue_cnt;
512 sctp_clog.x.wake.stream_qcnt = 0xff;
515 sctp_clog.x.wake.chunks_on_oque = (uint8_t)stcb->asoc.chunks_on_out_queue;
517 sctp_clog.x.wake.chunks_on_oque = 0xff;
519 sctp_clog.x.wake
[all...]
H A Dsctp_uio.h925 struct sctp_sbwake_log wake; member in union:sctp_cwnd_log::__anon5442
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c2844 uint32_t data, wake, unsol, sticky; local
2849 wake = hda_command(dev,
2859 (wake & (1 << i)) ? " wake" : "",
2870 uint32_t data, dir, enable, wake, unsol, sticky; local
2879 wake = hda_command(dev,
2895 (wake & (1 << i)) ? " wake" : "");
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci.c2716 struct fwohcidb_tr *db_tr, uint32_t off, int wake)
2726 if (wake)
2715 fwohci_arcv_free_buf(struct fwohci_softc *sc, struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr, uint32_t off, int wake) argument
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend776 usr.sbin/wake \

Completed in 314 milliseconds