Home
last modified time | relevance | path

Searched defs:section (Results 1 – 16 of 16) sorted by relevance

/f-stack/lib/
H A Dff_config.c155 freebsd_conf_handler(struct ff_config *cfg, const char *section, in freebsd_conf_handler()
446 port_cfg_handler(struct ff_config *cfg, const char *section, in port_cfg_handler()
537 vdev_cfg_handler(struct ff_config *cfg, const char *section, in vdev_cfg_handler()
591 bond_cfg_handler(struct ff_config *cfg, const char *section, in bond_cfg_handler()
651 ini_parse_handler(void* user, const char* section, const char* name, in ini_parse_handler()
H A Dff_ini_parser.c82 char section[MAX_SECTION] = ""; in ini_parse_stream() local
H A Dff_glue.c1362 struct ck_epoch_section *section) in _ck_epoch_addref()
1369 struct ck_epoch_section *section) in _ck_epoch_delref()
/f-stack/freebsd/arm/include/
H A Dasmacros.h43 #define ELFNOTE(section, type, vendor, desctype, descdata...) \ argument
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_load_elf.c135 find_elf_code(Elf *elf, const char *section, Elf_Data **psd, size_t *pidx) in find_elf_code()
267 bpf_load_elf(const struct rte_bpf_prm *prm, int32_t fd, const char *section) in bpf_load_elf()
/f-stack/freebsd/contrib/ck/include/
H A Dck_epoch.h126 ck_epoch_begin(ck_epoch_record_t *record, ck_epoch_section_t *section) in ck_epoch_begin()
174 ck_epoch_end(ck_epoch_record_t *record, ck_epoch_section_t *section) in ck_epoch_end()
/f-stack/dpdk/doc/guides/
H A Dconf.py158 def generate_overview_table(output_filename, table_id, section, table_name, title): argument
/f-stack/freebsd/contrib/ck/src/
H A Dck_epoch.c187 struct ck_epoch_section *section) in _ck_epoch_addref()
/f-stack/dpdk/usertools/
H A Ddpdk-pmdinfo.py353 def find_librte_eal(self, section): argument
/f-stack/dpdk/lib/librte_cfgfile/
H A Drte_cfgfile.c103 _add_entry(struct rte_cfgfile_section *section, const char *entryname, in _add_entry()
/f-stack/app/redis-5.0.5/src/
H A Dserver.c3127 sds genRedisInfoString(char *section) { in genRedisInfoString()
3684 char *section = c->argc == 2 ? c->argv[1]->ptr : "default"; in infoCommand() local
H A Dsentinel.c3324 char *section = c->argc == 2 ? c->argv[1]->ptr : NULL; in sentinelInfoCommand() local
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c281 void *(*handler)(u32 sect_type, void *section, in ice_pkg_enum_entry()
329 ice_boost_tcam_handler(u32 sect_type, void *section, u32 index, u32 *offset) in ice_boost_tcam_handler()
402 ice_label_enum_handler(u32 __ALWAYS_UNUSED sect_type, void *section, u32 index, in ice_label_enum_handler()
1365 ice_sw_fv_handler(u32 sect_type, void *section, u32 index, u32 *offset) in ice_sw_fv_handler()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c5125 uint64_t section; in bnx2x_init_def_sb() local
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_type.h2020 } section; member
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c121 cmdline_fixed_string_t section; member