Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/freebsd-13.1/sys/dev/cxgb/common/
H A Dcxgb_vsc8211.c137 int err, sp = -1, dplx = -1, pause = 0; in vsc8211_get_link_status() local
187 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status()
191 pause = PAUSE_TX; in vsc8211_get_link_status()
194 pause = PAUSE_RX; in vsc8211_get_link_status()
202 *fc = pause; in vsc8211_get_link_status()
210 int err, sp = -1, dplx = -1, pause = 0; in vsc8211_get_link_status_fiber() local
255 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status_fiber()
258 pause = PAUSE_TX; in vsc8211_get_link_status_fiber()
261 pause = PAUSE_RX; in vsc8211_get_link_status_fiber()
269 *fc = pause; in vsc8211_get_link_status_fiber()
H A Dcxgb_tn1010.c137 int err, sp = -1, pause = 0; in tn1010_get_link_status() local
159 pause = PAUSE_RX | PAUSE_TX; in tn1010_get_link_status()
163 pause = PAUSE_TX; in tn1010_get_link_status()
166 pause = PAUSE_RX; in tn1010_get_link_status()
174 *fc = pause; in tn1010_get_link_status()
H A Dcxgb_mv88e1xxx.c193 int sp = -1, dplx = -1, pause = 0; in mv88e1xxx_get_link_status() local
198 pause |= PAUSE_RX; in mv88e1xxx_get_link_status()
200 pause |= PAUSE_TX; in mv88e1xxx_get_link_status()
218 *fc = pause; in mv88e1xxx_get_link_status()
/freebsd-13.1/sys/dev/usb/
H A Dusb_dynamic.c134 pause("WAIT", hz); in usb_quirk_unload()
150 pause("WAIT", hz); in usb_temp_unload()
164 pause("WAIT", hz); in usb_bus_unload()
179 pause("WAIT", hz); in usb_linux_unload()
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devrpc.c97 struct evrpc_hook_ctx *pause; in evrpc_free() local
106 mm_free(pause); in evrpc_free()
552 mm_free(pause); in evrpc_pool_free()
766 struct evrpc_hook_ctx *pause = mm_malloc(sizeof(*pause)); in evrpc_pause_request() local
767 if (pause == NULL) in evrpc_pause_request()
770 pause->ctx = ctx; in evrpc_pause_request()
771 pause->cb = cb; in evrpc_pause_request()
785 if (pause->ctx == ctx) in evrpc_resume_request()
789 if (pause == NULL) in evrpc_resume_request()
792 (*pause->cb)(pause->ctx, res); in evrpc_resume_request()
[all …]
/freebsd-13.1/contrib/libevent/
H A Devrpc.c97 struct evrpc_hook_ctx *pause; in evrpc_free() local
106 mm_free(pause); in evrpc_free()
552 mm_free(pause); in evrpc_pool_free()
766 struct evrpc_hook_ctx *pause = mm_malloc(sizeof(*pause)); in evrpc_pause_request() local
767 if (pause == NULL) in evrpc_pause_request()
770 pause->ctx = ctx; in evrpc_pause_request()
771 pause->cb = cb; in evrpc_pause_request()
785 if (pause->ctx == ctx) in evrpc_resume_request()
789 if (pause == NULL) in evrpc_resume_request()
792 (*pause->cb)(pause->ctx, res); in evrpc_resume_request()
[all …]
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-compactflash.c80 int pause; in cvmx_compactflash_generate_dma_tim() local
160 pause = 25 - dma_arq * 1000/(cvmx_clock_get_rate(CVMX_CLOCK_SCLK)/1000000); // Tz in cvmx_compactflash_generate_dma_tim()
175 pause = 25 - dma_arq * 1000/(cvmx_clock_get_rate(CVMX_CLOCK_SCLK)/1000000); // Tz in cvmx_compactflash_generate_dma_tim()
197 pause = 25 - dma_arq * 1000/(cvmx_clock_get_rate(CVMX_CLOCK_SCLK)/1000000); // Tz in cvmx_compactflash_generate_dma_tim()
221 dma_tim.s.pause = ns_to_tim_reg(tim_mult, pause); in cvmx_compactflash_generate_dma_tim()
232 …im.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); in cvmx_compactflash_generate_dma_tim()
422 mio_boot_reg_tim.s.pause = 0; /* Time after CE that signals stay valid */ in cvmx_compactflash_set_piomode()
/freebsd-13.1/usr.sbin/ppp/
H A Dchat.c92 timer_Stop(&c->pause); in chat_PauseTimer()
93 c->pause.load = 0; in chat_PauseTimer()
99 timer_Stop(&c->pause); in chat_Pause()
100 c->pause.load += load; in chat_Pause()
101 c->pause.func = chat_PauseTimer; in chat_Pause()
102 c->pause.name = "chat pause"; in chat_Pause()
103 c->pause.arg = c; in chat_Pause()
104 timer_Start(&c->pause); in chat_Pause()
567 memset(&c->pause, '\0', sizeof c->pause); in chat_Init()
594 timer_Stop(&c->pause); in chat_Setup()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dethernet-controller.yaml171 Pause configuration. 0 for no pause, 1 for pause
175 Asymmetric pause configuration. 0 for no asymmetric
176 pause, 1 for asymmetric pause
195 asym-pause:
H A Dbrcm,bcm7445-switch-v4.0.txt40 - brcm,fcb-pause-override: boolean property, if present indicates that the switch
41 supports Failover Control Block pause override capability
84 brcm,fcb-pause-override;
121 brcm,fcb-pause-override;
/freebsd-13.1/contrib/netbsd-tests/rump/rumpkern/h_server/
H A Dh_simpleserver.c57 pause(); in main()
60 pause(); in main()
/freebsd-13.1/contrib/netbsd-tests/lib/libc/gen/
H A Dt_pause.c67 if (pause() != -1 || fail != false) in ATF_TC_BODY()
89 (void)pause(); in ATF_TC_BODY()
/freebsd-13.1/sys/dev/ipmi/
H A Dipmi_ssif.c180 pause("ssifwt", hz / 10); in ssif_polled_request()
195 pause("ssifwt", hz / 100); in ssif_polled_request()
333 pause("retry", 60 * hz / 1000); in ssif_loop()
348 pause("delay", hz / 100); in ssif_loop()
/freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kill.c66 pause(); in ATF_TC_BODY()
234 pause(); in ATF_TC_BODY()
281 pause(); in ATF_TC_BODY()
/freebsd-13.1/tests/sys/file/
H A Dflock_helper.c215 pause(); in test2()
286 pause(); in test3()
355 pause(); in test4()
527 pause(); in test6()
630 pause(); in test7()
702 pause(); in test8()
779 pause(); in test9()
854 pause(); in test10()
1368 pause(); in test15()
1476 pause(); in test16()
/freebsd-13.1/sys/contrib/device-tree/src/mips/cavium-octeon/
H A Docteon_3xxx.dtsi137 cavium,t-pause = <0>;
154 cavium,t-pause = <320>;
171 cavium,t-pause = <0>;
188 cavium,t-pause = <0>;
/freebsd-13.1/tests/sys/kern/
H A Dreaper.c423 pause(); in ATF_TC_BODY()
611 pause(); in ATF_TC_BODY()
614 pause(); in ATF_TC_BODY()
670 pause(); in ATF_TC_BODY()
673 pause(); in ATF_TC_BODY()
687 pause(); in ATF_TC_BODY()
690 pause(); in ATF_TC_BODY()
762 pause(); in ATF_TC_BODY()
/freebsd-13.1/contrib/dialog/package/freebsd/
H A Dpkg-plist145 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pause
146 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pause-both
147 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pause-extra
148 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pause-help
/freebsd-13.1/sys/amd64/vmm/amd/
H A Dsvm_support.S122 1: pause
125 1: pause
/freebsd-13.1/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dbootbus.txt44 - cavium,t-pause: A cell specifying the PAUSE timing (in nS).
94 cavium,t-pause = <0>;
114 cavium,t-pause = <0>;
/freebsd-13.1/usr.bin/procstat/tests/
H A Dwhile1.c39 pause(); in main()
/freebsd-13.1/contrib/dialog/samples/
H A Dpause6 $DIALOG --title "PAUSE" "$@" --pause "Hi, this is a pause widget" 20 70 10
H A Dpause-help8 --pause "Hi, this is a pause widget" 20 70 10
H A Dpause-extra8 --pause "Hi, this is a pause widget" 20 70 10
/freebsd-13.1/sys/dev/iicbus/
H A Dds1631.c143 pause("ds1631_write", hz); in ds1631_write()
171 pause("ds1631_read_1", hz); in ds1631_read_1()
199 pause("ds1631_read_2", hz); in ds1631_read_2()

12345678910>>...14