/freebsd/crypto/openssl/doc/man3/ |
H A D | ASYNC_start_job.pod | 32 that point the code can be paused and control returns to user code until some 80 The job was successfully started but was "paused" before it completed (see 96 (you can have many that are paused). ASYNC_get_current_job() can be used to get 124 the paused work flow without polling. An engine could be written to look whether 276 printf("Job was paused\n"); 309 Job was paused
|
H A D | SSL_set_async_callback.pod | 32 cryptography operation to notify the application to resume the paused work flow. 39 paused work flow.
|
H A D | SSL_want.pod | 79 An asynchronous operation partially completed and was then paused. See
|
H A D | SSL_CTX_set_info_callback.pod | 105 handshake is paused to allow the exchange of early data.
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | ps.c | 38 rtwdev->hci.paused = true; in rtw89_ps_power_mode_change_with_hci() 47 rtwdev->hci.paused = false; in rtw89_ps_power_mode_change_with_hci()
|
H A D | pci.c | 1191 if (rtwdev->hci.paused) in rtw89_pci_fill_txaddr_info_v1() 1233 if (rtwdev->hci.paused) { in rtw89_pci_txwd_submit() 1804 WARN(!rtwdev->hci.paused, "HCI isn't paused\n"); in rtw89_pci_check_mdio()
|
/freebsd/sys/netinet/ |
H A D | tcp_syncache.c | 309 V_tcp_syncache.paused = false; in syncache_init() 469 bool paused; in syncache_timer() local 487 paused = V_tcp_syncache.paused; in syncache_timer() 491 if (paused) { in syncache_timer() 556 return (V_tcp_syncookies && (V_tcp_syncache.paused || in syncache_cookiesonly() 2431 if (V_tcp_syncache.paused) in syncache_pause() 2445 if (V_tcp_syncache.paused) { in syncache_pause() 2451 V_tcp_syncache.paused = true; in syncache_pause() 2506 sc->paused = false; in syncache_unpause()
|
H A D | tcp_syncache.h | 138 volatile bool paused; member
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.h | 1235 void ahc_run_tqinfifo(struct ahc_softc *ahc, int paused); 1310 u_int width, u_int type, int paused); 1316 u_int type, int paused);
|
H A D | aic79xx.h | 1445 void ahd_run_tqinfifo(struct ahd_softc *ahd, int paused); 1520 u_int width, u_int type, int paused); 1525 u_int type, int paused);
|
H A D | aic79xx.c | 3051 u_int type, int paused) in ahd_set_syncrate() argument 3151 if (!paused) in ahd_set_syncrate() 3154 if (!paused) in ahd_set_syncrate() 3195 u_int width, u_int type, int paused) in ahd_set_width() argument 3229 if (!paused) in ahd_set_width() 3232 if (!paused) in ahd_set_width() 3370 int paused; in ahd_update_pending_scbs() local 3407 paused = 1; in ahd_update_pending_scbs() 3409 paused = 0; in ahd_update_pending_scbs() 3442 if (paused == 0) in ahd_update_pending_scbs() [all …]
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | task.c | 153 isc_condition_t paused; member 1212 SIGNAL(&manager->paused); in dispatch() 1304 (void)isc_condition_destroy(&manager->paused); in manager_free() 1387 if (isc_condition_init(&manager->paused) != ISC_R_SUCCESS) { in isc__taskmgr_create() 1621 WAIT(&manager->paused, &manager->lock); in isc__taskmgr_pause()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | utils.c | 1127 if (mvm->tcm.paused || !time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_tcm_add_vif() 1141 if (!mvm->tcm.paused && time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_get_systime() 1169 mvm->tcm.paused = true; in iwl_mvm_get_sync_time() 1194 /* The TCM data needs to be reset before "paused" flag changes */ 1196 mvm->tcm.paused = false; in iwl_mvm_vif_is_active()
|
H A D | rx.c | 460 if (!mvm->tcm.paused && len >= sizeof(*hdr) && in iwl_mvm_rx_rx_mpdu()
|
H A D | mvm.h | 759 bool paused; 622 bool paused; global() member
|
H A D | tx.c | 1160 if (mvm->tcm.paused) in iwl_mvm_tx_airtime()
|
H A D | rxmq.c | 2256 if (!mvm->tcm.paused && len >= sizeof(*hdr) && in iwl_mvm_rx_fill_status()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx.c | 2872 if (tid->paused) in ath_tx_tid_can_tx_or_sched() 3314 atid->paused = 0; in ath_tx_tid_init() 3338 tid->paused++; in ath_tx_tid_pause() 3343 tid->paused); in ath_tx_tid_pause() 3359 if (tid->paused == 0) { in ath_tx_tid_resume() 3366 tid->paused--; in ath_tx_tid_resume() 3374 tid->paused); in ath_tx_tid_resume() 3376 if (tid->paused) in ath_tx_tid_resume() 3880 tid->sched, tid->paused, in ath_tx_tid_drain_print() 4003 tid->paused = tid->sched = tid->addba_tx_pending = 0; in ath_tx_tid_reset() [all …]
|
H A D | if_athvar.h | 145 int paused; /* >0 if the TID has been paused */ member
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 179 static int paused = FALSE; variable 1274 if (!paused) in moused() 1290 if (!paused) in moused() 1313 if (!paused) in moused() 1339 paused = !paused; in pause_mouse() 2613 if (!paused) in r_click()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-NAN-USD | 124 paused state to continue exchange with the subscriber):
|
/freebsd/sys/contrib/xen/ |
H A D | domctl.h | 783 uint8_t paused; /* is the domain paused */ member
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | README.md | 111 | paused_t | seconds | elapsed time while paused |
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | libtest.shlib | 1999 # is_pool_scrub_paused - to check if the pool scrub has paused 2045 check_pool_status "$1" "scan" "scrub paused since " $2 2050 check_pool_status "$1" "scrub" "error scrub paused since " $2
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa.c | 10825 boolean_t scanning, paused, is_scrub; local 10830 paused = dsl_scan_is_paused_scrub(scn); 10831 *in_progress = (scanning && !paused &&
|