Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 1751) sorted by relevance

12345678910>>...71

/aosp_15_r20/external/flashrom/
H A Dboard_enable.c149 static int fdc37b787_gpio50_raise_3f0(struct board_cfg *cfg) in fdc37b787_gpio50_raise_3f0()
460 static int w83627hf_gpio24_raise_2e(struct board_cfg *cfg) in w83627hf_gpio24_raise_2e()
471 static int w83627hf_gpio25_raise_2e(struct board_cfg *cfg) in w83627hf_gpio25_raise_2e()
482 static int w83627ehf_gpio22_raise_2e(struct board_cfg *cfg) in w83627ehf_gpio22_raise_2e()
493 static int w83627thf_gpio44_raise_2e(struct board_cfg *cfg) in w83627thf_gpio44_raise_2e()
504 static int w83627thf_gpio44_raise_4e(struct board_cfg *cfg) in w83627thf_gpio44_raise_4e()
560 static int w83697xx_memw_enable_2e(struct board_cfg *cfg) in w83697xx_memw_enable_2e()
582 static int w836xx_memw_enable_2e(struct board_cfg *cfg) in w836xx_memw_enable_2e()
593 static int w836xx_memw_enable_4e(struct board_cfg *cfg) in w836xx_memw_enable_4e()
728 static int it8707f_write_enable_2e(struct board_cfg *cfg) in it8707f_write_enable_2e()
[all …]
H A Dchipset_enable.c45 static int enable_flash_ali_m1533(const struct programmer_cfg *cfg, struct pci_dev *dev, const char… in enable_flash_ali_m1533()
60 static int enable_flash_rdc_r8610(const struct programmer_cfg *cfg, struct pci_dev *dev, const char… in enable_flash_rdc_r8610()
86 static int enable_flash_sis85c496(const struct programmer_cfg *cfg, struct pci_dev *dev, const char… in enable_flash_sis85c496()
97 static int enable_flash_sis_mapping(const struct programmer_cfg *cfg, struct pci_dev *dev, const ch… in enable_flash_sis_mapping()
136 static int enable_flash_sis501(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *n… in enable_flash_sis501()
161 static int enable_flash_sis5511(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *… in enable_flash_sis5511()
181 static int enable_flash_sis5x0(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *n… in enable_flash_sis5x0()
208 static int enable_flash_sis530(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *n… in enable_flash_sis530()
213 static int enable_flash_sis540(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *n… in enable_flash_sis540()
224 static int enable_flash_piix4(const struct programmer_cfg *cfg, struct pci_dev *dev, const char *na… in enable_flash_piix4()
[all …]
/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Devent_config_unittest.cc53 protos::gen::PerfEventConfig cfg; in TEST() local
62 protos::gen::PerfEventConfig cfg; in TEST() local
71 protos::gen::PerfEventConfig cfg; in TEST() local
79 protos::gen::PerfEventConfig cfg; in TEST() local
89 protos::gen::PerfEventConfig cfg; in TEST() local
97 protos::gen::PerfEventConfig cfg; in TEST() local
108 protos::gen::PerfEventConfig cfg; in TEST() local
116 protos::gen::PerfEventConfig cfg; in TEST() local
127 protos::gen::PerfEventConfig cfg; in TEST() local
136 protos::gen::PerfEventConfig cfg; in TEST() local
[all …]
/aosp_15_r20/external/vboot_reference/futility/
H A Dupdater.c37 static void print_dut_properties(struct updater_config *cfg) in print_dut_properties()
63 struct updater_config *cfg, int value) in override_dut_property()
79 static void override_properties_with_default(struct updater_config *cfg) in override_properties_with_default()
104 struct updater_config *cfg) in override_properties_from_list()
134 int get_config_quirk(enum quirk_types quirk, const struct updater_config *cfg) in get_config_quirk()
140 void updater_list_config_quirks(const struct updater_config *cfg) in updater_list_config_quirks()
157 static int try_apply_quirk(enum quirk_types quirk, struct updater_config *cfg) in try_apply_quirk()
177 static int setup_config_quirks(const char *quirks, struct updater_config *cfg) in setup_config_quirks()
243 static const char *decide_rw_target(struct updater_config *cfg, in decide_rw_target()
266 static int set_try_cookies(struct updater_config *cfg, const char *target, in set_try_cookies()
[all …]
H A Dupdater_quirks.c51 static int is_ec_software_sync_enabled(struct updater_config *cfg) in is_ec_software_sync_enabled()
83 static int ec_ro_software_sync(struct updater_config *cfg) in ec_ro_software_sync()
138 static int is_ec_in_rw(struct updater_config *cfg) in is_ec_in_rw()
151 static int quirk_enlarge_image(struct updater_config *cfg) in quirk_enlarge_image()
188 static int quirk_unlock_csme_eve(struct updater_config *cfg) in quirk_unlock_csme_eve()
193 static int quirk_unlock_csme(struct updater_config *cfg) in quirk_unlock_csme()
202 static int quirk_min_platform_version(struct updater_config *cfg) in quirk_min_platform_version()
227 static int quirk_eve_smm_store(struct updater_config *cfg) in quirk_eve_smm_store()
288 static int quirk_ec_partial_recovery(struct updater_config *cfg) in quirk_ec_partial_recovery()
331 static int quirk_preserve_me(struct updater_config *cfg) in quirk_preserve_me()
[all …]
H A Dupdater_dut.c16 int dut_get_manifest_key(char **manifest_key_out, struct updater_config *cfg) in dut_get_manifest_key()
36 struct updater_config *cfg) in dut_set_property_string()
46 struct updater_config *cfg) in dut_get_property_string()
56 struct updater_config *cfg) in dut_set_property_int()
65 int dut_get_property_int(const char *key, struct updater_config *cfg) in dut_get_property_int()
75 static int dut_get_mainfw_act(struct updater_config *cfg) in dut_get_mainfw_act()
91 static int dut_get_tpm_fwver(struct updater_config *cfg) in dut_get_tpm_fwver()
97 static int dut_get_wp_hw(struct updater_config *cfg) in dut_get_wp_hw()
103 static int dut_get_platform_version(struct updater_config *cfg) in dut_get_platform_version()
128 static inline int dut_get_wp_sw_ap(struct updater_config *cfg) in dut_get_wp_sw_ap()
[all …]
/aosp_15_r20/external/libvpx/test/
H A Dcodec_factory.h81 explicit VP8Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP8Decoder()
83 VP8Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP8Decoder()
98 VP8Encoder(vpx_codec_enc_cfg_t cfg, vpx_enc_deadline_t deadline, in VP8Encoder()
116 Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const override { in CreateDecoder()
120 Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder()
131 Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg, vpx_enc_deadline_t deadline, in CreateEncoder()
145 vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
178 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP9Decoder()
180 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP9Decoder()
195 VP9Encoder(vpx_codec_enc_cfg_t cfg, vpx_enc_deadline_t deadline, in VP9Encoder()
[all …]
H A Dencode_api_test.cc92 vpx_codec_ctx_t *enc, vpx_codec_enc_cfg_t *cfg) { in InitCodec()
104 void EncodeWithConfig(const vpx_codec_enc_cfg_t &cfg, vpx_codec_ctx_t *enc) { in EncodeWithConfig()
121 vpx_codec_enc_cfg_t cfg; in TEST() local
181 vpx_codec_enc_cfg_t cfg; in TEST() local
207 vpx_codec_enc_cfg_t cfg; in TEST() local
260 vpx_codec_enc_cfg_t cfg; in TEST() local
286 vpx_codec_enc_cfg_t cfg; in TEST() local
465 vpx_codec_enc_cfg_t cfg = {}; in TEST() local
484 vpx_codec_enc_cfg_t cfg; in TEST() local
521 vpx_codec_enc_cfg_t cfg; in TEST() local
[all …]
/aosp_15_r20/external/libaom/av1/encoder/
H A Dav1_fwd_txfm2d.c42 const TXFM_2D_FLIP_CFG *cfg, int bd) { in av1_gen_fwd_stage_range()
57 const int stride, const TXFM_2D_FLIP_CFG *cfg, in fwd_txfm2d_c()
132 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_4x8_c() local
140 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_8x4_c() local
148 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_8x16_c() local
156 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_16x8_c() local
164 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_16x32_c() local
172 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_32x16_c() local
181 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_4x16_c() local
190 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_16x4_c() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/libcxx/test/
H A Dfeatures.py16 _isAnyClang = lambda cfg: "__clang__" in compilerMacros(cfg) argument
17 _isAppleClang = lambda cfg: "__apple_build_version__" in compilerMacros(cfg) argument
18 _isAnyGCC = lambda cfg: "__GNUC__" in compilerMacros(cfg) argument
19 _isClang = lambda cfg: _isAnyClang(cfg) and not _isAppleClang(cfg) argument
20 _isGCC = lambda cfg: _isAnyGCC(cfg) and not _isAnyClang(cfg) argument
21 _isAnyClangOrGCC = lambda cfg: _isAnyClang(cfg) or _isAnyGCC(cfg) argument
22 _isClExe = lambda cfg: not _isAnyClangOrGCC(cfg) argument
23 _isMSVC = lambda cfg: "_MSC_VER" in compilerMacros(cfg) argument
24 _msvcVersion = lambda cfg: (int(compilerMacros(cfg)["_MSC_VER"]) // 100, int(compilerMacros(cfg)["_… argument
26 def _getAndroidDeviceApi(cfg): argument
[all …]
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd_producer_unittest.cc65 HeapprofdConfig cfg; in TEST() local
76 HeapprofdConfig cfg; in TEST() local
86 HeapprofdConfig cfg; in TEST() local
100 HeapprofdConfig cfg; in TEST() local
116 HeapprofdConfig cfg; in TEST() local
126 HeapprofdConfig cfg; in TEST() local
137 HeapprofdConfig cfg; in TEST() local
145 HeapprofdConfig cfg; in TEST() local
155 HeapprofdConfig cfg; in TEST() local
169 HeapprofdConfig cfg; in TEST() local
[all …]
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5420/
H A Dfimd.c68 unsigned int cfg = 0; in exynos_fimd_set_dualrgb() local
84 unsigned int cfg = 0; in exynos_fimd_set_dp_clkcon() local
95 unsigned int cfg = 0; in exynos_fimd_set_par() local
154 unsigned int cfg = 0, div = 0, remainder = 0, remainder_div; in exynos_fimd_set_clock() local
210 unsigned int cfg = 0; in exynos_set_trigger() local
221 unsigned int cfg = 0; in exynos_is_i80_frame_done() local
235 unsigned int cfg = 0; in exynos_fimd_lcd_on() local
246 unsigned int cfg = 0; in exynos_fimd_window_on() local
263 unsigned int cfg = 0; in exynos_fimd_lcd_off() local
273 unsigned int cfg = 0; in exynos_fimd_window_off() local
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c55 static void setup_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_gpr()
63 static int check_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, uint64_t svcr) in check_gpr()
87 static void setup_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_fpr()
94 static int check_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_fpr()
121 static void setup_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_z()
128 static int check_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_z()
180 static void setup_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_p()
187 static int check_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_p()
212 static void setup_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_ffr()
234 static int check_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_ffr()
[all …]
/aosp_15_r20/external/libconfig/tests/
H A Dtests.c38 config_t cfg; in parse_and_compare() local
66 config_t cfg; in parse_file_and_compare_error() local
90 config_t cfg; in parse_string_and_compare_error() local
220 config_t cfg; in TT_TEST() local
247 config_t cfg; in TT_TEST() local
275 config_t cfg; in TT_TEST() local
303 config_t cfg; in TT_TEST() local
330 config_t cfg; in TT_TEST() local
358 config_t cfg; in TT_TEST() local
385 config_t cfg; in TT_TEST() local
[all …]
/aosp_15_r20/external/libaom/test/
H A Dencode_api_test.cc45 aom_codec_enc_cfg_t cfg; in TEST() local
104 aom_codec_enc_cfg_t cfg; in TEST() local
120 aom_codec_enc_cfg_t cfg; in EncodeSetSFrameOnFirstFrame() local
147 aom_codec_enc_cfg_t cfg; in TEST() local
171 aom_codec_enc_cfg_t cfg; in TEST() local
203 aom_codec_enc_cfg_t cfg; in TEST() local
241 aom_codec_enc_cfg_t cfg; in TEST() local
279 aom_codec_enc_cfg_t cfg; in TEST() local
328 aom_codec_enc_cfg_t cfg; in TEST() local
565 aom_codec_enc_cfg_t cfg; in TEST() local
[all …]
H A Dcodec_factory.h92 explicit AV1Decoder(aom_codec_dec_cfg_t cfg) : Decoder(cfg) {} in AV1Decoder()
94 AV1Decoder(aom_codec_dec_cfg_t cfg, const aom_codec_flags_t flag) in AV1Decoder()
109 AV1Encoder(aom_codec_enc_cfg_t cfg, const aom_codec_flags_t init_flags, in AV1Encoder()
127 Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg) const override { in CreateDecoder()
131 Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg, in CreateDecoder()
142 Encoder *CreateEncoder(aom_codec_enc_cfg_t cfg, in CreateEncoder()
155 aom_codec_err_t DefaultEncoderConfig(aom_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/
Dweird_keys.rs16 let cfg = config::Config::builder() in test_config_as() localVariable
21 let cfg = cfg.unwrap().try_deserialize(); in test_config_as() localVariable
24 let cfg: T = cfg.unwrap(); in test_config_as() localVariable
43 let cfg = test_config_as::<SettingsColon>(config, FileFormat::Toml); in test_colon_key_toml() localVariable
52 let cfg = test_config_as::<SettingsColon>(config, FileFormat::Json); in test_colon_key_json() localVariable
71 let cfg = test_config_as::<SettingsSlash>(config, FileFormat::Toml); in test_slash_key_toml() localVariable
80 let cfg = test_config_as::<SettingsSlash>(config, FileFormat::Json); in test_slash_key_json() localVariable
99 let cfg = test_config_as::<SettingsDoubleBackslash>(config, FileFormat::Toml); in test_doublebackslash_key_toml() localVariable
108 let cfg = test_config_as::<SettingsDoubleBackslash>(config, FileFormat::Json); in test_doublebackslash_key_json() localVariable
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/dominator_tree/
H A Dgenerated.cpp123 const CFG& cfg = *context->cfg(); in TEST_F() local
188 const CFG& cfg = *context->cfg(); in TEST_F() local
290 const CFG& cfg = *context->cfg(); in TEST_F() local
332 const CFG& cfg = *context->cfg(); in TEST_F() local
411 const CFG& cfg = *context->cfg(); in TEST_F() local
487 const CFG& cfg = *context->cfg(); in TEST_F() local
608 const CFG& cfg = *context->cfg(); in TEST_F() local
659 const CFG& cfg = *context->cfg(); in TEST_F() local
738 const CFG& cfg = *context->cfg(); in TEST_F() local
773 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp123 const CFG& cfg = *context->cfg(); in TEST_F() local
188 const CFG& cfg = *context->cfg(); in TEST_F() local
290 const CFG& cfg = *context->cfg(); in TEST_F() local
332 const CFG& cfg = *context->cfg(); in TEST_F() local
411 const CFG& cfg = *context->cfg(); in TEST_F() local
487 const CFG& cfg = *context->cfg(); in TEST_F() local
608 const CFG& cfg = *context->cfg(); in TEST_F() local
659 const CFG& cfg = *context->cfg(); in TEST_F() local
738 const CFG& cfg = *context->cfg(); in TEST_F() local
773 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
H A Dgenerated.cpp123 const CFG& cfg = *context->cfg(); in TEST_F() local
188 const CFG& cfg = *context->cfg(); in TEST_F() local
290 const CFG& cfg = *context->cfg(); in TEST_F() local
332 const CFG& cfg = *context->cfg(); in TEST_F() local
411 const CFG& cfg = *context->cfg(); in TEST_F() local
487 const CFG& cfg = *context->cfg(); in TEST_F() local
608 const CFG& cfg = *context->cfg(); in TEST_F() local
659 const CFG& cfg = *context->cfg(); in TEST_F() local
738 const CFG& cfg = *context->cfg(); in TEST_F() local
773 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/gensrcs/external/iptables/extensions/
Dlibxt_hashlimit.c248 struct hashlimit_cfg1 *cfg = (struct hashlimit_cfg1 *)from; in cfg_copy() local
260 struct hashlimit_cfg2 *cfg = (struct hashlimit_cfg2 *)from; in cfg_copy() local
918 hashlimit_mt_print(const struct hashlimit_cfg3 *cfg, unsigned int dmask, int revision) in hashlimit_mt_print()
974 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v1() local
990 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v1() local
1006 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v2() local
1022 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v2() local
1075 hashlimit_mt_save(const struct hashlimit_cfg3 *cfg, const char* name, unsigned int dmask, int revis… in hashlimit_mt_save()
1125 struct hashlimit_cfg3 cfg; in hashlimit_mt4_save_v1() local
1140 struct hashlimit_cfg3 cfg; in hashlimit_mt6_save_v1() local
[all …]
/aosp_15_r20/external/iptables/extensions/
H A Dlibxt_hashlimit.c248 struct hashlimit_cfg1 *cfg = (struct hashlimit_cfg1 *)from; in cfg_copy() local
260 struct hashlimit_cfg2 *cfg = (struct hashlimit_cfg2 *)from; in cfg_copy() local
918 hashlimit_mt_print(const struct hashlimit_cfg3 *cfg, unsigned int dmask, int revision) in hashlimit_mt_print()
974 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v1() local
990 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v1() local
1006 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v2() local
1022 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v2() local
1075 hashlimit_mt_save(const struct hashlimit_cfg3 *cfg, const char* name, unsigned int dmask, int revis… in hashlimit_mt_save()
1125 struct hashlimit_cfg3 cfg; in hashlimit_mt4_save_v1() local
1140 struct hashlimit_cfg3 cfg; in hashlimit_mt6_save_v1() local
[all …]
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/0/external/iptables/extensions/
Dlibxt_hashlimit.c248 struct hashlimit_cfg1 *cfg = (struct hashlimit_cfg1 *)from; in cfg_copy() local
260 struct hashlimit_cfg2 *cfg = (struct hashlimit_cfg2 *)from; in cfg_copy() local
918 hashlimit_mt_print(const struct hashlimit_cfg3 *cfg, unsigned int dmask, int revision) in hashlimit_mt_print()
974 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v1() local
990 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v1() local
1006 struct hashlimit_cfg3 cfg; in hashlimit_mt4_print_v2() local
1022 struct hashlimit_cfg3 cfg; in hashlimit_mt6_print_v2() local
1075 hashlimit_mt_save(const struct hashlimit_cfg3 *cfg, const char* name, unsigned int dmask, int revis… in hashlimit_mt_save()
1125 struct hashlimit_cfg3 cfg; in hashlimit_mt4_save_v1() local
1140 struct hashlimit_cfg3 cfg; in hashlimit_mt6_save_v1() local
[all …]
/aosp_15_r20/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringConfigurationTest.java248 final TetheringConfiguration cfg = getTetheringConfiguration( in testNoTelephonyManagerMeansNoDun() local
327 final TetheringConfiguration cfg = new TetheringConfiguration( in testNoDefinedUpstreamTypesAddsEthernet() local
350 final TetheringConfiguration cfg = new TetheringConfiguration( in testDefinedUpstreamTypesSansEthernetAddsEthernet() local
368 final TetheringConfiguration cfg = new TetheringConfiguration( in testDefinedUpstreamTypesWithEthernetDoesNotAddEthernet() local
448 final TetheringConfiguration cfg = in testNewDhcpServerEnabled() local
474 final TetheringConfiguration cfg = new TetheringConfiguration( in testGetResourcesBySubId() local
516 final TetheringConfiguration cfg = new TetheringConfiguration( in testGetCarrierConfigBySubId_noCarrierConfigManager_configsAreDefault() local
529 final TetheringConfiguration cfg = new TetheringConfiguration( in testGetCarrierConfigBySubId_carrierConfigMissing_configsAreDefault() local
544 final TetheringConfiguration cfg = new TetheringConfiguration( in testGetCarrierConfigBySubId_hasConfigs_carrierUnsupportAndCheckNotRequired() local
670 final TetheringConfiguration cfg = in assertIsUsingNcm() local
[all …]
/aosp_15_r20/external/bpftool/src/
H A Dcfg.c12 struct cfg { struct
13 struct list_head funcs;
14 int func_num;
54 #define cfg_first_func(cfg) \ argument
56 #define cfg_last_func(cfg) \ argument
63 static struct func_node *cfg_append_func(struct cfg *cfg, struct bpf_insn *insn) in cfg_append_func()
131 static bool cfg_partition_funcs(struct cfg *cfg, struct bpf_insn *cur, in cfg_partition_funcs()
333 static bool cfg_build(struct cfg *cfg, struct bpf_insn *insn, unsigned int len) in cfg_build()
354 static void cfg_destroy(struct cfg *cfg) in cfg_destroy()
460 cfg_dump(struct cfg *cfg, struct dump_data *dd, bool opcodes, bool linum) in cfg_dump()
[all …]

12345678910>>...71