Searched refs:pause (Results 1 - 25 of 227) sorted by relevance

12345678910

/freebsd-11-stable/contrib/dialog/samples/
H A Dpause2 # $Id: pause,v 1.5 2010/01/14 00:27:23 tom Exp $
6 $DIALOG --title "PAUSE" "$@" --pause "Hi, this is a pause widget" 20 70 10
H A Dpause-help2 # $Id: pause-help,v 1.5 2010/01/13 10:36:00 tom Exp $
8 --pause "Hi, this is a pause widget" 20 70 10
H A Dpause-both2 # $Id: pause-both,v 1.1 2011/01/18 09:49:24 tom Exp $
9 --pause "Hi, this is a pause widget" 20 70 10
H A Dpause-extra2 # $Id: pause-extra,v 1.1 2011/01/18 09:49:07 tom Exp $
8 --pause "Hi, this is a pause widget" 20 70 10
/freebsd-11-stable/usr.bin/procstat/tests/
H A Dwhile1.c39 pause();
/freebsd-11-stable/lib/libc/gen/
H A Dpause.c31 static char sccsid[] = "@(#)pause.c 8.1 (Berkeley) 6/4/93";
44 * Backwards compatible pause.
56 __weak_reference(__pause, pause);
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/h_server/
H A Dh_simpleserver.c57 pause();
60 pause();
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dsystm.h43 #define delay(x) pause("soldelay", (x))
/freebsd-11-stable/sys/dev/usb/
H A Dusb_dynamic.c132 pause("WAIT", hz);
148 pause("WAIT", hz);
162 pause("WAIT", hz);
177 pause("WAIT", hz);
/freebsd-11-stable/sys/i386/include/
H A Dpcaudioio.h48 unsigned char pause; /* !=0 pause, ==0 continue */ member in struct:audio_prinfo
/freebsd-11-stable/stand/usb/test/
H A Dbsd_usbloader_test.c67 pause(const char *what, int timeout) function
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_pause.c55 atf_tc_set_md_var(tc, "descr", "A basic test of pause(3), #1");
67 if (pause() != -1 || fail != false)
68 atf_tc_fail("pause(3) did not cancel out from a signal");
74 atf_tc_set_md_var(tc, "descr", "A basic test of pause(3), #2");
89 (void)pause();
104 atf_tc_fail("pause(3) did not cancel from SIGKILL");
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-compactflash.c80 int pause; local
160 pause = 25 - dma_arq * 1000/(cvmx_clock_get_rate(CVMX_CLOCK_SCLK)/1000000); // Tz
175 pause = 25 - dma_arq * 1000/(cvmx_clock_get_rate(CVMX_CLOCK_SCLK)/1000000); // Tz
197 pause = 25 - dma_arq * 1000/(cvmx_clock_get_rate(CVMX_CLOCK_SCLK)/1000000); // Tz
198 // no fudge needed on pause
221 dma_tim.s.pause = ns_to_tim_reg(tim_mult, pause);
231 cvmx_dprintf("oe_n: %d, oe_a: %d, dmack_s: %d, dmack_h: %d, dmarq: %d, pause: %d\n",
232 dma_tim.s.oe_n, dma_tim.s.oe_a, dma_tim.s.dmack_s, dma_tim.s.dmack_h, dma_tim.s.dmarq, dma_tim.s.pause);
422 mio_boot_reg_tim.s.pause
[all...]
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_tn1010.c136 int err, sp = -1, pause = 0; local
158 pause = PAUSE_RX | PAUSE_TX;
162 pause = PAUSE_TX;
165 pause = PAUSE_RX;
173 *fc = pause;
H A Dcxgb_vsc8211.c136 int err, sp = -1, dplx = -1, pause = 0; local
186 pause = PAUSE_RX | PAUSE_TX;
190 pause = PAUSE_TX;
193 pause = PAUSE_RX;
201 *fc = pause;
209 int err, sp = -1, dplx = -1, pause = 0; local
254 pause = PAUSE_RX | PAUSE_TX;
257 pause = PAUSE_TX;
260 pause = PAUSE_RX;
268 *fc = pause;
[all...]
H A Dcxgb_mv88e1xxx.c192 int sp = -1, dplx = -1, pause = 0; local
197 pause |= PAUSE_RX;
199 pause |= PAUSE_TX;
217 *fc = pause;
/freebsd-11-stable/contrib/ntp/util/
H A Dtestrs6000.c37 pause();
/freebsd-11-stable/usr.sbin/ppp/
H A Dchat.h73 struct pppTimer pause; /* Inactivity timer */ member in struct:chat
H A Dchat.c92 timer_Stop(&c->pause);
93 c->pause.load = 0;
99 timer_Stop(&c->pause);
100 c->pause.load += load;
101 c->pause.func = chat_PauseTimer;
102 c->pause.name = "chat pause";
103 c->pause.arg = c;
104 timer_Start(&c->pause);
149 if (c->pause
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devrpc.c97 struct evrpc_hook_ctx *pause; local
104 while ((pause = TAILQ_FIRST(&base->paused_requests)) != NULL) {
105 TAILQ_REMOVE(&base->paused_requests, pause, next);
106 mm_free(pause);
541 struct evrpc_hook_ctx *pause; local
550 while ((pause = TAILQ_FIRST(&pool->paused_requests)) != NULL) {
551 TAILQ_REMOVE(&pool->paused_requests, pause, next);
552 mm_free(pause);
766 struct evrpc_hook_ctx *pause = mm_malloc(sizeof(*pause)); local
782 struct evrpc_hook_ctx *pause; local
[all...]
/freebsd-11-stable/gnu/lib/libdialog/
H A DMakefile10 mixedgauge.c mouse.c mousewget.c msgbox.c pause.c prgbox.c \
/freebsd-11-stable/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c97 pause();
/freebsd-11-stable/release/
H A Drc.local57 dialog --backtitle "FreeBSD Installer" --title "Complete" --no-cancel --ok-label "Reboot" --pause "Installation of FreeBSD complete! Rebooting in 10 seconds" 10 30 10
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm_support.S126 1: pause
129 1: pause
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c198 pause("W", 1);
215 pause("W", 1);

Completed in 147 milliseconds

12345678910