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

1234567

/freebsd-9.3-release/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-9.3-release/sys/ofed/include/linux/
H A Ddelay.h37 pause("lnxsleep", msecs_to_jiffies(ms));
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dcleantic.cmd37 pause
/freebsd-9.3-release/lib/libc/gen/
H A Dpause.c31 static char sccsid[] = "@(#)pause.c 8.1 (Berkeley) 6/4/93";
42 * Backwards compatible pause.
53 __weak_reference(__pause, pause);
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_pause.c42 __weak_reference(_pause, pause);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dsystm.h43 #define delay(x) pause("soldelay", (x))
/freebsd-9.3-release/sys/i386/include/
H A Dpcaudioio.h48 unsigned char pause; /* !=0 pause, ==0 continue */ member in struct:audio_prinfo
/freebsd-9.3-release/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-9.3-release/gnu/lib/libodialog/
H A Dprgbox.c32 * Display a message box. Program will pause and display an "OK" button
33 * if the parameter 'pause' is non-zero.
35 int dialog_prgbox(unsigned char *title, const unsigned char *line, int height, int width, int pause, int use_shell) argument
103 print_autowrap(dialog, buf, height-(pause?3:1), width-2, width, 1, 2, FALSE, TRUE);
113 print_autowrap(dialog, buf, height-(pause?3:1), width-2, width, 1, 2, FALSE, TRUE);
114 print_autowrap(dialog, "\n", height-(pause?3:1), width-2, width, 1, 2, FALSE, FALSE);
125 if (pause) {
/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_tn1010.c136 int err, sp = -1, pause = 0; local
157 pause = PAUSE_RX | PAUSE_TX;
161 pause = PAUSE_TX;
164 pause = PAUSE_RX;
172 *fc = pause;
H A Dcxgb_vsc8211.c136 int err, sp = -1, dplx = -1, pause = 0; local
185 pause = PAUSE_RX | PAUSE_TX;
189 pause = PAUSE_TX;
192 pause = PAUSE_RX;
200 *fc = pause;
208 int err, sp = -1, dplx = -1, pause = 0; local
252 pause = PAUSE_RX | PAUSE_TX;
255 pause = PAUSE_TX;
258 pause = PAUSE_RX;
266 *fc = pause;
[all...]
H A Dcxgb_mv88e1xxx.c192 int sp = -1, dplx = -1, pause = 0; local
197 pause |= PAUSE_RX;
199 pause |= PAUSE_TX;
216 *fc = pause;
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_dynamic.c117 pause("WAIT", hz);
133 pause("WAIT", hz);
147 pause("WAIT", hz);
/freebsd-9.3-release/usr.sbin/ppp/
H A Dchat.h71 struct pppTimer pause; /* Inactivity timer */ member in struct:chat
H A Dchat.c90 timer_Stop(&c->pause);
91 c->pause.load = 0;
97 timer_Stop(&c->pause);
98 c->pause.load += load;
99 c->pause.func = chat_PauseTimer;
100 c->pause.name = "chat pause";
101 c->pause.arg = c;
102 timer_Start(&c->pause);
147 if (c->pause
[all...]
/freebsd-9.3-release/contrib/ntp/util/
H A Dtestrs6000.c37 pause();
/freebsd-9.3-release/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-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh122 pause(); function
136 syscall::pause:entry
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Ddbiterator.h84 isc_result_t (*pause)(dns_dbiterator_t *iterator); member in struct:dns_dbiteratormethods
/freebsd-9.3-release/gnu/lib/libdialog/
H A DMakefile10 mouse.c mousewget.c msgbox.c pause.c prgbox.c progressbox.c \
/freebsd-9.3-release/sys/dev/ipmi/
H A Dipmi_ssif.c178 pause("ssifwt", hz / 10);
193 pause("ssifwt", hz / 100);
331 pause("retry", 60 * hz / 1000);
346 pause("delay", hz / 100);
/freebsd-9.3-release/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c97 pause();

Completed in 139 milliseconds

1234567