| /src/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_chains.c | 13 #define chains_lock(chains) ((chains)->lock) argument 14 #define chains_xa(chains) ((chains)->chains_xa) argument 15 #define prios_xa(chains) ((chains)->prios_xa) argument 16 #define chains_default_ft(chains) ((chains)->chains_default_ft) argument 17 #define chains_end_ft(chains) ((chains)->chains_end_ft) argument 45 struct mlx5_fs_chains *chains; member 88 bool mlx5_chains_prios_supported(struct mlx5_fs_chains *chains) in mlx5_chains_prios_supported() argument 90 return chains->flags & MLX5_CHAINS_AND_PRIOS_SUPPORTED; in mlx5_chains_prios_supported() 93 bool mlx5_chains_ignore_flow_level_supported(struct mlx5_fs_chains *chains) in mlx5_chains_ignore_flow_level_supported() argument 95 return chains->flags & MLX5_CHAINS_IGNORE_FLOW_LEVEL_SUPPORTED; in mlx5_chains_ignore_flow_level_supported() [all …]
|
| H A D | fs_chains.h | 27 mlx5_chains_prios_supported(struct mlx5_fs_chains *chains); 28 bool mlx5_chains_ignore_flow_level_supported(struct mlx5_fs_chains *chains); 30 mlx5_chains_backwards_supported(struct mlx5_fs_chains *chains); 32 mlx5_chains_get_prio_range(struct mlx5_fs_chains *chains); 34 mlx5_chains_get_chain_range(struct mlx5_fs_chains *chains); 36 mlx5_chains_get_nf_ft_chain(struct mlx5_fs_chains *chains); 39 mlx5_chains_get_table(struct mlx5_fs_chains *chains, u32 chain, u32 prio, 42 mlx5_chains_put_table(struct mlx5_fs_chains *chains, u32 chain, u32 prio, 46 mlx5_chains_get_tc_end_ft(struct mlx5_fs_chains *chains); 49 mlx5_chains_create_global_table(struct mlx5_fs_chains *chains); [all …]
|
| /src/contrib/xz/src/xz/ |
| H A D | 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() 197 for (filters_count = 0; chains[0][filters_count].id in coder_add_filters_from_str() 211 lzma_filters_free(chains[slot], NULL); in coder_add_block_filters() 258 for (uint32_t i = 0; i < ARRAY_SIZE(chains); i++) { in get_chains_memusage() 266 mt_local.filters = chains[i]; in get_chains_memusage() [all …]
|
| /src/sys/dev/mlx5/mlx5_accel/ |
| H A D | mlx5_ipsec_fs.c | 127 struct mlx5_fs_chains *chains; member 156 struct mlx5_fs_chains *chains; member 240 struct mlx5_fs_chains *chains; in ipsec_chains_create() local 251 chains = mlx5_chains_create(mdev, &attr); in ipsec_chains_create() 252 if (IS_ERR(chains)) in ipsec_chains_create() 253 return chains; in ipsec_chains_create() 256 ft = mlx5_chains_get_table(chains, 0, 1, 0); in ipsec_chains_create() 263 return chains; in ipsec_chains_create() 266 mlx5_chains_destroy(chains); in ipsec_chains_create() 270 static void ipsec_chains_destroy(struct mlx5_fs_chains *chains) in ipsec_chains_destroy() argument [all …]
|
| /src/contrib/openpam/lib/libpam/ |
| H A D | 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()
|
| H A D | openpam_impl.h | 86 pam_chain_t *chains[PAM_NUM_FACILITIES]; member 109 pam_chain_t *chains[PAM_NUM_FACILITIES]; member
|
| H A D | openpam_configure.c | 324 for (next = &pamh->chains[fclt]; *next != NULL; in openpam_parse_chain() 503 if (pamh->chains[fclt] != NULL) in openpam_configure() 513 openpam_clear_chains(pamh->chains); in openpam_configure()
|
| H A D | pam_end.c | 81 openpam_clear_chains(pamh->chains); in pam_end()
|
| /src/sys/contrib/dev/iwlwifi/fw/ |
| H A D | acpi.c | 458 struct iwl_sar_profile_chain *chains, in iwl_acpi_parse_chains_table() argument 466 chains[chain].subbands[subband] = 0; in iwl_acpi_parse_chains_table() 471 chains[chain].subbands[subband] = in iwl_acpi_parse_chains_table() 560 ret = iwl_acpi_parse_chains_table(table, fwrt->sar_profiles[0].chains, in iwl_acpi_get_wrds_table() 665 fwrt->sar_profiles[i + 1].chains, in iwl_acpi_get_ewrd_table() 681 struct iwl_sar_profile_chain *chains; in iwl_acpi_get_ewrd_table() local 685 chains = &fwrt->sar_profiles[i + 1].chains[ACPI_SAR_NUM_CHAINS_REV0]; in iwl_acpi_get_ewrd_table() 687 chains, in iwl_acpi_get_ewrd_table() 837 fwrt->geo_profiles[i].bands[j].chains[k] = in iwl_acpi_get_wgds_table() 838 fwrt->geo_profiles[i].bands[1].chains[k]; in iwl_acpi_get_wgds_table() [all …]
|
| H A D | regulatory.c | 224 fwrt->geo_profiles[i].bands[j].chains[0]; in iwl_sar_geo_fill_table() 226 fwrt->geo_profiles[i].bands[j].chains[1]; in iwl_sar_geo_fill_table() 230 fwrt->geo_profiles[i].bands[j].chains[0], in iwl_sar_geo_fill_table() 231 fwrt->geo_profiles[i].bands[j].chains[1], in iwl_sar_geo_fill_table() 279 cpu_to_le16(prof->chains[i].subbands[j]); in iwl_sar_fill_table() 281 j, prof->chains[i].subbands[j]); in iwl_sar_fill_table()
|
| H A D | regulatory.h | 78 struct iwl_sar_profile_chain chains[BIOS_SAR_MAX_CHAINS_PER_PROFILE]; member 90 u8 chains[BIOS_GEO_NUM_CHAINS]; member
|
| H A D | uefi.h | 81 struct iwl_sar_profile_chain chains[BIOS_SAR_MAX_CHAINS_PER_PROFILE]; member 243 u32 chains[4]; member
|
| H A D | uefi.c | 435 memcpy(&fwrt->sar_profiles[prof_index].chains, uefi_sar_prof, in iwl_uefi_set_sar_profile() 836 ARRAY_SIZE(data->chains)); in iwl_uefi_get_phy_filters() 839 filters->filter_cfg_chains[i] = cpu_to_le32(data->chains[i]); in iwl_uefi_get_phy_filters() 840 IWL_DEBUG_RADIO(fwrt, "WPFC: chain %d: %u\n", i, data->chains[i]); in iwl_uefi_get_phy_filters()
|
| /src/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | 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()
|
| H A D | rs.h | 57 uint8_t chains; member 76 uint8_t chains; member
|
| H A D | 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() 594 .chains = rs_fw_set_active_chains(iwl_mvm_get_valid_tx_ant(mvm)), in iwl_mvm_rs_fw_rate_init() 650 cfg_cmd.chains, cfg_cmd.sgi_ch_width_supp, cfg_cmd.flags); in iwl_mvm_rs_fw_rate_init() 667 .chains = cfg_cmd.chains, in iwl_mvm_rs_fw_rate_init() 712 lq_sta->pers.chains = 0; in iwl_mvm_rs_add_sta_link()
|
| /src/contrib/bearssl/samples/ |
| H A D | 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
|
| /src/contrib/openpam/bin/openpam_dump_policy/ |
| H A D | 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()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | 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
|
| H A D | 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
|
| H A D | 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
|
| /src/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | rs.h | 165 u8 chains; member 198 u8 chains; member 229 u8 chains; member
|
| /src/lib/libc/locale/ |
| H A D | collate.c | 130 int i, chains, z; in __collate_load_tables_l() local 185 ((chains = info->chain_count) < 0)) { in __collate_load_tables_l() 192 (sizeof (collate_chain_t) * chains) + in __collate_load_tables_l() 221 if (chains > 0) { in __collate_load_tables_l() 223 TMP += chains * sizeof (collate_chain_t); in __collate_load_tables_l()
|
| /src/sys/contrib/dev/iwlwifi/mld/ |
| H A D | tlc.c | 97 u8 chains = iwl_mld_get_valid_tx_ant(mld); in iwl_mld_get_fw_chains() local 100 if (chains & ANT_A) in iwl_mld_get_fw_chains() 102 if (chains & ANT_B) in iwl_mld_get_fw_chains() 488 .chains = iwl_mld_get_fw_chains(mld), in iwl_mld_send_tlc_cmd()
|
| /src/sys/contrib/zlib/doc/ |
| H A D | 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
|