| /freebsd-14-stable/contrib/xz/src/xz/ |
| HD | coder.c | 45 static lzma_filter chains[NUM_FILTER_CHAIN_MAX][LZMA_FILTERS_MAX + 1]; variable 105 lzma_filters_free(chains[0], NULL); in forget_filter_chain() 142 chains[0][filters_count].id = id; in coder_add_filter() 143 chains[0][filters_count].options = options; in coder_add_filter() 147 chains[0][++filters_count].id = LZMA_VLI_UNKNOWN; in coder_add_filter() 164 chains[index], flags, NULL); in str_to_filters() 200 for (filters_count = 0; chains[0][filters_count].id in coder_add_filters_from_str() 214 lzma_filters_free(chains[slot], NULL); in coder_add_block_filters() 261 for (uint32_t i = 0; i < ARRAY_SIZE(chains); i++) { in get_chains_memusage() 269 mt_local.filters = chains[i]; in get_chains_memusage() [all …]
|
| /freebsd-14-stable/contrib/openpam/lib/libpam/ |
| HD | openpam_dispatch.c | 85 chain = pamh->chains[PAM_AUTH]; in openpam_dispatch() 88 chain = pamh->chains[PAM_ACCOUNT]; in openpam_dispatch() 92 chain = pamh->chains[PAM_SESSION]; in openpam_dispatch() 95 chain = pamh->chains[PAM_PASSWORD]; in openpam_dispatch()
|
| HD | openpam_impl.h | 86 pam_chain_t *chains[PAM_NUM_FACILITIES]; member 109 pam_chain_t *chains[PAM_NUM_FACILITIES]; member
|
| HD | openpam_configure.c | 287 for (next = &pamh->chains[fclt]; *next != NULL; in openpam_parse_chain() 466 if (pamh->chains[fclt] != NULL) in openpam_configure() 476 openpam_clear_chains(pamh->chains); in openpam_configure()
|
| HD | pam_end.c | 81 openpam_clear_chains(pamh->chains); in pam_end()
|
| /freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/ |
| HD | rs.c | 197 lq_sta->pers.chains = rx_status->chains; in rs_update_last_rssi() 200 if ((rx_status->chains & BIT(i)) == 0) in rs_update_last_rssi()
|
| HD | rs.h | 57 uint8_t chains; member 76 uint8_t chains; member
|
| HD | rs-fw.c | 29 static u8 rs_fw_set_active_chains(u8 chains) in rs_fw_set_active_chains() argument 33 if (chains & ANT_A) in rs_fw_set_active_chains() 35 if (chains & ANT_B) in rs_fw_set_active_chains() 611 .chains = rs_fw_set_active_chains(iwl_mvm_get_valid_tx_ant(mvm)), in iwl_mvm_rs_fw_rate_init() 670 cfg_cmd.chains, cfg_cmd.sgi_ch_width_supp, cfg_cmd.flags); in iwl_mvm_rs_fw_rate_init() 687 .chains = cfg_cmd.chains, in iwl_mvm_rs_fw_rate_init() 732 lq_sta->pers.chains = 0; in iwl_mvm_rs_add_sta_link()
|
| /freebsd-14-stable/contrib/bearssl/samples/ |
| HD | README.txt | 22 code), it will use one of several certificate chains, that exercise 24 certificate chains link to the trust anchors that are hardcoded 34 The .pem files are certificate and keys corresponding to the chains
|
| /freebsd-14-stable/contrib/openpam/bin/openpam_dump_policy/ |
| HD | openpam_dump_policy.c | 130 if (pamh->chains[fclt] != NULL) { in openpam_dump_policy() 133 ret = openpam_dump_chain(name, pamh->chains[fclt]); in openpam_dump_policy() 147 if (pamh->chains[fclt] != NULL) { in openpam_dump_policy()
|
| /freebsd-14-stable/sys/contrib/dev/iwlwifi/fw/ |
| HD | regulatory.c | 207 fwrt->geo_profiles[i].bands[j].chains[0]; in iwl_sar_geo_fill_table() 209 fwrt->geo_profiles[i].bands[j].chains[1]; in iwl_sar_geo_fill_table() 213 fwrt->geo_profiles[i].bands[j].chains[0], in iwl_sar_geo_fill_table() 214 fwrt->geo_profiles[i].bands[j].chains[1], in iwl_sar_geo_fill_table() 262 cpu_to_le16(prof->chains[i].subbands[j]); in iwl_sar_fill_table() 264 j, prof->chains[i].subbands[j]); in iwl_sar_fill_table()
|
| HD | regulatory.h | 69 struct iwl_sar_profile_chain chains[BIOS_SAR_MAX_CHAINS_PER_PROFILE]; member 81 u8 chains[BIOS_GEO_NUM_CHAINS]; member
|
| HD | acpi.c | 442 profile->chains[i].subbands[j] = 0; in iwl_acpi_sar_set_profile() 448 profile->chains[i].subbands[j] = in iwl_acpi_sar_set_profile() 788 fwrt->geo_profiles[i].bands[j].chains[k] = in iwl_acpi_get_wgds_table() 789 fwrt->geo_profiles[i].bands[1].chains[k]; in iwl_acpi_get_wgds_table() 799 fwrt->geo_profiles[i].bands[j].chains[k] = in iwl_acpi_get_wgds_table()
|
| HD | uefi.h | 75 struct iwl_sar_profile_chain chains[BIOS_SAR_MAX_CHAINS_PER_PROFILE]; member
|
| /freebsd-14-stable/lib/libc/locale/ |
| HD | collate.c | 129 int i, chains, z; in __collate_load_tables_l() local 184 ((chains = info->chain_count) < 0)) { in __collate_load_tables_l() 191 (sizeof (collate_chain_t) * chains) + in __collate_load_tables_l() 220 if (chains > 0) { in __collate_load_tables_l() 222 TMP += chains * sizeof (collate_chain_t); in __collate_load_tables_l()
|
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | SSL_CTX_add1_chain_cert.pod | 105 The chains associate with an SSL_CTX structure are copied to any SSL 107 by any chains subsequently changed in the parent SSL_CTX. 110 an RSA and a DSA certificate can (and often will) have different chains. 115 sending incorrect certificate chains often cause problems with peers. 121 Applications can issue non fatal warnings when checking chains by setting
|
| HD | SSL_check_chain.pod | 60 An application wishing to support multiple certificate chains may call this 66 usable. An application supporting multiple chains with different CA signature
|
| HD | OSSL_DECODER_CTX.pod | 93 The chains may be limited by specifying an input type, which is considered a 136 chains. 139 the decoder chains to be considered, as explained in the general description
|
| HD | SSL_CTX_add_extra_chain_cert.pod | 56 structure. Different chains for different certificates (for example if both
|
| HD | SSL_CTX_set_max_cert_list.pod | 43 chains (OpenSSL's default maximum chain length is 10, see
|
| /freebsd-14-stable/sys/contrib/dev/iwlwifi/fw/api/ |
| HD | rs.h | 159 u8 chains; member 192 u8 chains; member
|
| /freebsd-14-stable/sys/contrib/dev/mediatek/mt76/ |
| HD | mac80211.c | 1060 u8 chains; in mt76_rx_signal() local 1062 for (chains = chain_mask; chains; chains >>= 1, chain_signal++) { in mt76_rx_signal() 1066 if (!(chains & BIT(0)) || in mt76_rx_signal() 1115 status->chains = mstat.chains; in mt76_rx_convert() 1119 status->signal = mt76_rx_signal(mstat.chains, mstat.chain_signal); in mt76_rx_convert()
|
| /freebsd-14-stable/sys/contrib/zlib/doc/ |
| HD | algorithm.txt | 27 The hash chains are searched starting with the most recent strings, to 29 The hash chains are singly linked. There are no deletions from the 30 hash chains, the algorithm simply discards matches that are too old. 32 To avoid a worst-case situation, very long hash chains are arbitrarily
|
| /freebsd-14-stable/sbin/fsck_msdosfs/ |
| HD | fat.c | 1250 size_t chains, chainlength; in checklost() local 1261 chains = fat_get_head_count(fat); in checklost() 1263 chains > 0 && head < boot->NumClusters; in checklost() 1289 chains--; in checklost()
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| D | riscv,cpu-intc.txt | 35 - Source 9 is the supervisor external interrupt, which chains to all other
|