Searched refs:reloaded (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_prefetch/ |
H A D | zpool_prefetch_001_pos.ksh | 124 typeset -A reloaded 126 log_must getddtstats reloaded $TESTPOOL 127 log_note "reloaded stats: ${reloaded}"
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | rtw8852a_rfk.c | 2595 bool is_fail = true, reloaded[RTW8852A_DPK_RF_PATH] = {false}; in _dpk_cal_select() local 2602 reloaded[path] = _dpk_reload_check(rtwdev, phy, path); in _dpk_cal_select() 2603 if (!reloaded[path] && dpk->bp[path][0].ch != 0) in _dpk_cal_select() 2613 if ((kpath == RF_A && reloaded[RF_PATH_A]) || in _dpk_cal_select() 2614 (kpath == RF_B && reloaded[RF_PATH_B]) || in _dpk_cal_select() 2615 (kpath == RF_AB && reloaded[RF_PATH_A] && reloaded[RF_PATH_B])) in _dpk_cal_select() 2621 if (!(kpath & BIT(path)) || reloaded[path]) in _dpk_cal_select() 2633 if (!(kpath & BIT(path)) || reloaded[path]) in _dpk_cal_select() 2644 if (!(kpath & BIT(path)) || reloaded[path]) in _dpk_cal_select()
|
H A D | rtw8852b_rfk.c | 2501 bool is_fail = true, reloaded[RTW8852B_DPK_RF_PATH] = {}; in _dpk_cal_select() 2506 reloaded[path] = _dpk_reload_check(rtwdev, phy, path); in _dpk_cal_select() 2507 if (!reloaded[path] && dpk->bp[path][0].ch) in _dpk_cal_select() 2500 bool is_fail = true, reloaded[RTW8852B_DPK_RF_PATH] = {}; _dpk_cal_select() local
|
H A D | rtw8852c_rfk.c | 2699 bool is_fail = true, reloaded[RTW8852C_DPK_RF_PATH] = {false}; in _dpk_cal_select() 2712 reloaded[path] = _dpk_reload_check(rtwdev, phy, path); in _dpk_cal_select() 2713 if (!reloaded[path] && dpk->bp[path][0].ch != 0) in _dpk_cal_select() 2698 bool is_fail = true, reloaded[RTW8852C_DPK_RF_PATH] = {false}; _dpk_cal_select() local
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_supplicant.conf.sgml | 30 <para>Changes to configuration file can be reloaded be sending
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | zstd.1.md | 536 Determine `overlapSize`, amount of data reloaded from previous job. 542 9 means "full overlap", meaning up to `windowSize` is reloaded from previous job. 543 Reducing _ovlog_ by 1 reduces the reloaded amount by a factor 2.
|
/freebsd/sys/dev/alc/ |
H A D | if_alc.c | 804 int i, reloaded; in alc_get_macaddr_816x() local 806 reloaded = 0; in alc_get_macaddr_816x() 823 reloaded++; in alc_get_macaddr_816x() 830 if (reloaded == 0) { in alc_get_macaddr_816x()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README | 513 Changes to configuration file can be reloaded be sending SIGHUP signal
|
H A D | ChangeLog | 556 module gets removed and reloaded without restarting wpa_supplicant
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SVEInstrInfo.td | 2658 // type, and reloaded as another type.
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 3252 as needed, and the CA index file is automatically reloaded 10919 static variable. This allows them to be cleanly unloaded and reloaded. 12098 static variable. This allows them to be cleanly unloaded and reloaded.
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 5140 Persistent host status data is not reloaded disk when current data
|