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

12345678910

/freebsd-12-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-12-stable/usr.bin/procstat/tests/
H A Dwhile1.c39 pause();
/freebsd-12-stable/lib/libc/gen/
H A Dpause.c33 __SCCSID("@(#)pause.c 8.1 (Berkeley) 6/4/93");
44 * Backwards compatible pause.
56 __weak_reference(__pause, pause);
/freebsd-12-stable/contrib/netbsd-tests/rump/rumpkern/h_server/
H A Dh_simpleserver.c57 pause();
60 pause();
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Dsystm.h43 #define delay(x) pause("soldelay", (x))
/freebsd-12-stable/sys/dev/usb/
H A Dusb_dynamic.c134 pause("WAIT", hz);
150 pause("WAIT", hz);
164 pause("WAIT", hz);
179 pause("WAIT", hz);
/freebsd-12-stable/stand/usb/test/
H A Dbsd_usbloader_test.c67 pause(const char *what, int timeout) function
/freebsd-12-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-12-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-12-stable/sys/dev/cxgb/common/
H A Dcxgb_tn1010.c137 int err, sp = -1, pause = 0; local
159 pause = PAUSE_RX | PAUSE_TX;
163 pause = PAUSE_TX;
166 pause = PAUSE_RX;
174 *fc = pause;
H A Dcxgb_vsc8211.c137 int err, sp = -1, dplx = -1, pause = 0; local
187 pause = PAUSE_RX | PAUSE_TX;
191 pause = PAUSE_TX;
194 pause = PAUSE_RX;
202 *fc = pause;
210 int err, sp = -1, dplx = -1, pause = 0; local
255 pause = PAUSE_RX | PAUSE_TX;
258 pause = PAUSE_TX;
261 pause = PAUSE_RX;
269 *fc = pause;
[all...]
H A Dcxgb_mv88e1xxx.c193 int sp = -1, dplx = -1, pause = 0; local
198 pause |= PAUSE_RX;
200 pause |= PAUSE_TX;
218 *fc = pause;
/freebsd-12-stable/contrib/ntp/util/
H A Dtestrs6000.c37 pause();
/freebsd-12-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-12-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-12-stable/contrib/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-12-stable/sys/amd64/vmm/amd/
H A Dsvm_support.S122 1: pause
125 1: pause
/freebsd-12-stable/gnu/lib/libdialog/
H A DMakefile10 mixedgauge.c mouse.c mousewget.c msgbox.c pause.c prgbox.c \
/freebsd-12-stable/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c97 pause();
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c212 pause("W", 1);
252 pause("W", 1);
/freebsd-12-stable/sys/tests/epoch/
H A Depoch_test.c125 pause("W", 500);
208 pause("epoch unload", 3*hz);

Completed in 297 milliseconds

12345678910