/freebsd/sbin/ipf/ipsend/ |
H A D | iptests.c | 85 # define PAUSE() ts.tv_sec = 0; ts.tv_nsec = 10000000; \ macro 88 # define PAUSE() tv.tv_sec = 0; tv.tv_usec = 10000; \ macro 134 PAUSE(); in ip_test1() 150 PAUSE(); in ip_test1() 167 PAUSE(); in ip_test1() 183 PAUSE(); in ip_test1() 203 PAUSE(); in ip_test1() 215 PAUSE(); in ip_test1() 234 PAUSE(); in ip_test1() 246 PAUSE(); in ip_test1() [all …]
|
/freebsd/lib/libc/gen/ |
H A D | pause.3 | 32 .Nm pause 39 .Fn pause void 41 .Sy Pause is made obsolete by 45 .Fn pause 47 forces a process to pause until 55 .Fn pause , 57 .Fn pause 63 .Fn pause 76 .Fn pause
|
/freebsd/tools/test/stress2/misc/ |
H A D | pause.sh | 36 sed '1,/^EOF/d' < $odir/$0 > $dir/pause.c 37 mycc -o pause -Wall -Wextra -O0 -g pause.c || exit 1 38 rm -f pause.c 40 pkill pause 41 $dir/pause & 44 while pgrep -q pause; do 47 { echo "Timed out"; pgrep pause | xargs ps -lp; exit 1; } 53 rm -rf $dir/pause 97 pause(); function
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/ |
H A D | raidz_expand_005_pos.ksh | 146 # Set pause to some random value near halfway point 148 pause=$((((RANDOM << 15) + RANDOM) % reflow_size / 2)) 149 log_must set_tunable64 RAIDZ_EXPAND_MAX_REFLOW_BYTES $pause 159 # Increase pause by about 25% 160 pause=$((pause + (((RANDOM << 15) + RANDOM) % \ 162 log_must set_tunable64 RAIDZ_EXPAND_MAX_REFLOW_BYTES $pause 167 # Set pause past largest possible value for this pool 168 pause=$((devs*dev_size_mb*1024*1024)) 169 log_must set_tunable64 RAIDZ_EXPAND_MAX_REFLOW_BYTES $pause
|
H A D | raidz_expand_003_pos.ksh | 113 # Pause at half total bytes to be copied for expansion 116 pause=$((reflow_size/2)) 117 log_must set_tunable64 RAIDZ_EXPAND_MAX_REFLOW_BYTES $pause 131 # Set pause past largest possible value for this pool 132 pause=$((devs*dev_size_mb*1024*1024)) 133 log_must set_tunable64 RAIDZ_EXPAND_MAX_REFLOW_BYTES $pause
|
/freebsd/sys/contrib/ncsw/inc/flib/ |
H A D | fsl_fman_tgec.h | 158 uint32_t pause_quant; /* 0x018 Pause quanta */ 262 * @pause_ignore: Ignore Pause Frame Quanta. If set to 1 received pause 265 * amount of time specified in the pause quanta received 266 * within a pause frame. 268 * Terminate / Forward Pause Frames. If set to 1 pause 270 * to 0 (Reset value) pause frames are terminated and 279 * (Reset Value) only Pause Frames are accepted and all 314 * @pause_quant: Pause quanta value used with transmitted pause frames. 405 * fman_tgec_set_tx_pause_frames() - Sets the Pause Quanta Register 407 * @pause_time: Pause quanta value used with transmitted pause frames. [all …]
|
H A D | fsl_fman_dtsec.h | 108 * %DTSEC_IEVENT_RXC - Receive control (pause frame) interrupt. A pause 109 * control frame was received while Rx pause frame handling is enabled. 116 * complete. The transmitter is in a stopped state, in which only pause frames 123 * %DTSEC_IEVENT_TXC - Transmit control (pause frame) interrupt. his bit 413 uint32_t ptv; /* 0x018 Pause time value register */ 459 uint32_t rxpf; /* 0x234 receive pause frame packet counter */ 474 uint32_t txpf; /* 0x270 transmit pause control frame counter */ 667 * a DA match. Received pause control frames are passed to 670 * @tx_pause_time: Transmit pause time value. This pause value is used as 671 * part of the pause frame to be sent when a transmit pause [all …]
|
H A D | fsl_fman_memac.h | 56 #define CMD_CFG_PAUSE_IGNORE 0x00000100 /* 23 Ignore Pause frame quanta */ 57 #define CMD_CFG_PAUSE_FWD 0x00000080 /* 24 Terminate/frwd Pause frames */ 206 uint32_t pause_quanta[4]; /* 0x054 Pause quanta */ 207 uint32_t pause_thresh[4]; /* 0x064 Pause quanta threshold */ 208 uint32_t rx_pause_status; /* 0x074 Receive pause status */ 322 uint32_t hg_pause_quanta; /* 0x350 Pause quanta */ 324 uint32_t hg_pause_thresh; /* 0x360 Pause quanta threshold */ 326 uint32_t hgrx_pause_status; /* 0x370 Receive pause status */
|
/freebsd/sys/dev/mii/ |
H A D | xmphyreg.h | 63 #define XMPHY_ANAR_PAUSEBITS 0x0180 /* Pause bits */ 71 #define XMPHY_ANLPAR_PAUSEBITS 0x0180 /* Pause bits */ 80 #define XMPHY_PAUSE_NOPAUSE 0x0000 /* No pause possible */ 81 #define XMPHY_PAUSE_ASYMETRIC 0x0080 /* Asymetric pause toward LP */ 82 #define XMPHY_PAUSE_SYMETRIC 0x0100 /* Symetric pause */ 83 #define XMPHY_PAUSE_BOTH 0x0180 /* Both sym and asym pause */ 111 #define XMPHY_RESAB_PAUSEBITS 0x0180 /* Pause bits */ 115 #define XMPHY_RESAB_PAUSEMIS 0x0008 /* Pause mismatch */
|
/freebsd/contrib/dialog/ |
H A D | pause.c | 2 * $Id: pause.c,v 1.48 2020/11/23 00:38:19 tom Exp $ 4 * pause.c -- implements the pause dialog 39 * A pause box displays a meter along the bottom of the box. The meter 40 * indicates how many seconds remain until the end of the pause. The pause 82 DLG_TRACE(("# pause args:\n")); in dialog_pause() 121 dlg_register_window(dialog, "pause", binding); in dialog_pause() 122 dlg_register_buttons(dialog, "pause", buttons); in dialog_pause()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ethernet-controller.yaml | 187 Pause configuration. 0 for no pause, 1 for pause 191 Asymmetric pause configuration. 0 for no asymmetric 192 pause, 1 for asymmetric pause 208 pause: 211 Indicates that pause should be enabled. 213 asym-pause:
|
/freebsd/contrib/dialog/samples/ |
H A D | pause | 2 # $Id: pause,v 1.6 2020/11/26 00:05:11 tom Exp $ 6 $DIALOG --title "PAUSE" "$@" --pause "Hi, this is a pause widget" 20 70 10
|
H A D | pause-help | 2 # $Id: pause-help,v 1.6 2020/11/26 00:05:11 tom Exp $ 6 $DIALOG --title "PAUSE" \ 8 --pause "Hi, this is a pause widget" 20 70 10
|
H A D | pause-extra | 2 # $Id: pause-extra,v 1.2 2020/11/26 00:05:11 tom Exp $ 6 $DIALOG --title "PAUSE" \ 8 --pause "Hi, this is a pause widget" 20 70 10
|
H A D | pause-both | 2 # $Id: pause-both,v 1.2 2020/11/26 00:05:11 tom Exp $ 6 $DIALOG --title "PAUSE" \ 9 --pause "Hi, this is a pause widget" 20 70 10
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_pause.c | 55 atf_tc_set_md_var(tc, "descr", "A basic test of pause(3), #1"); in ATF_TC_HEAD() 67 if (pause() != -1 || fail != false) in ATF_TC_BODY() 68 atf_tc_fail("pause(3) did not cancel out from a signal"); in ATF_TC_BODY() 74 atf_tc_set_md_var(tc, "descr", "A basic test of pause(3), #2"); in ATF_TC_HEAD() 89 (void)pause(); in ATF_TC_BODY() 104 atf_tc_fail("pause(3) did not cancel from SIGKILL"); in ATF_TC_BODY()
|
/freebsd/sys/dev/igc/ |
H A D | igc_mac.c | 540 * for both 'rx' and 'tx' pause frames. in igc_setup_link_generic() 559 /* Initialize the flow control address, type, and PAUSE timer in igc_setup_link_generic() 613 * ability to transmit pause frames is not enabled, then these in igc_set_fc_watermarks_generic() 661 * 1: Rx flow control is enabled (we can receive pause in igc_force_mac_fc_generic() 662 * frames but not send pause frames). in igc_force_mac_fc_generic() 663 * 2: Tx flow control is enabled (we can send pause frames in igc_force_mac_fc_generic() 664 * frames but we do not receive pause frames). in igc_force_mac_fc_generic() 761 * 1999, describes these PAUSE resolution bits and how flow in igc_config_fc_after_link_up_generic() 766 * PAUSE | ASM_DIR | PAUSE | ASM_DIR | NIC Resolution in igc_config_fc_after_link_up_generic() 777 * Are both PAUSE bits set to 1? If so, this implies in igc_config_fc_after_link_up_generic() [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_mac.c | 963 * that determine the hardware's default PAUSE (flow control) mode, in e1000_set_default_fc_generic() 1043 /* Initialize the flow control address, type, and PAUSE timer in e1000_setup_link_generic() 1074 * software will have to set the "PAUSE" bits to the correct value in in e1000_commit_fc_settings_generic() 1082 * 1: Rx flow control is enabled (we can receive pause frames, in e1000_commit_fc_settings_generic() 1083 * but not send pause frames). in e1000_commit_fc_settings_generic() 1084 * 2: Tx flow control is enabled (we can send pause frames but we in e1000_commit_fc_settings_generic() 1085 * do not support receiving pause frames). in e1000_commit_fc_settings_generic() 1096 * advertise that we are capable of Rx Pause ONLY, we will in e1000_commit_fc_settings_generic() 1098 * PAUSE. Later, we will disable the adapter's ability to send in e1000_commit_fc_settings_generic() 1099 * PAUSE frames. in e1000_commit_fc_settings_generic() [all …]
|
/freebsd/share/man/man4/ |
H A D | cgem.4 | 151 Counter of frames transmitted without error excluding pause frames. 154 pause frames. 157 pause frames. 159 Counter of pause frames transmitted without error. 193 A 64-bit counter of bytes received without error excluding pause 196 Counter of frames received without error excluding pause frames. 198 Counter of broadcast frames receive without error excluding pause frames. 200 Counter of multicast frames receive without error excluding pause frames. 202 Counter of pause frames received without error.
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evrpc.c | 97 struct evrpc_hook_ctx *pause; in evrpc_free() local 104 while ((pause = TAILQ_FIRST(&base->paused_requests)) != NULL) { in evrpc_free() 105 TAILQ_REMOVE(&base->paused_requests, pause, next); in evrpc_free() 106 mm_free(pause); in evrpc_free() 542 struct evrpc_hook_ctx *pause; in evrpc_pool_free() local 551 while ((pause = TAILQ_FIRST(&pool->paused_requests)) != NULL) { in evrpc_pool_free() 552 TAILQ_REMOVE(&pool->paused_requests, pause, next); in evrpc_pool_free() 553 mm_free(pause); in evrpc_pool_free() 767 struct evrpc_hook_ctx *pause = mm_malloc(sizeof(*pause)); in evrpc_pause_request() local 768 if (pause == NULL) in evrpc_pause_request() [all …]
|
/freebsd/contrib/libevent/ |
H A D | evrpc.c | 97 struct evrpc_hook_ctx *pause; in evrpc_free() local 104 while ((pause = TAILQ_FIRST(&base->paused_requests)) != NULL) { in evrpc_free() 105 TAILQ_REMOVE(&base->paused_requests, pause, next); in evrpc_free() 106 mm_free(pause); in evrpc_free() 542 struct evrpc_hook_ctx *pause; in evrpc_pool_free() local 551 while ((pause = TAILQ_FIRST(&pool->paused_requests)) != NULL) { in evrpc_pool_free() 552 TAILQ_REMOVE(&pool->paused_requests, pause, next); in evrpc_pool_free() 553 mm_free(pause); in evrpc_pool_free() 767 struct evrpc_hook_ctx *pause = mm_malloc(sizeof(*pause)); in evrpc_pause_request() local 768 if (pause == NULL) in evrpc_pause_request() [all …]
|
/freebsd/share/man/man9/ |
H A D | sleep.9 | 34 .Nm pause , 58 .Fn pause "const char *wmesg" "int timo" 80 .Fn pause , 93 .Fn pause , 253 .Fn pause 265 .Fn pause 411 .Fn pause
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_vsc8211.c | 135 int err, sp = -1, dplx = -1, pause = 0; in vsc8211_get_link_status() local 185 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status() 189 pause = PAUSE_TX; in vsc8211_get_link_status() 192 pause = PAUSE_RX; in vsc8211_get_link_status() 200 *fc = pause; in vsc8211_get_link_status() 208 int err, sp = -1, dplx = -1, pause = 0; in vsc8211_get_link_status_fiber() local 253 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status_fiber() 256 pause = PAUSE_TX; in vsc8211_get_link_status_fiber() 259 pause = PAUSE_RX; in vsc8211_get_link_status_fiber() 267 *fc = pause; in vsc8211_get_link_status_fiber()
|
/freebsd/sys/contrib/device-tree/src/arm/mediatek/ |
H A D | mt7623a.dtsi | 27 pause; 38 pause; 102 pause; 115 pause;
|
/freebsd/usr.sbin/ppp/ |
H A D | chat.c | 90 timer_Stop(&c->pause); in chat_PauseTimer() 91 c->pause.load = 0; in chat_PauseTimer() 97 timer_Stop(&c->pause); in chat_Pause() 98 c->pause.load += load; in chat_Pause() 99 c->pause.func = chat_PauseTimer; in chat_Pause() 100 c->pause.name = "chat pause"; in chat_Pause() 101 c->pause.arg = c; in chat_Pause() 102 timer_Start(&c->pause); in chat_Pause() 147 if (c->pause.state == TIMER_RUNNING) in chat_UpdateSet() 565 memset(&c->pause, '\0', sizeof c->pause); in chat_Init() [all …]
|