Home
last modified time | relevance | path

Searched refs:sect (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_cfgfile/
H A Drte_cfgfile.c516 strlcpy(sectionname, sect->name, CFG_NAME_LEN); in rte_cfgfile_section_num_entries_by_index()
517 return sect->num_entries; in rte_cfgfile_section_num_entries_by_index()
525 if (sect == NULL) in rte_cfgfile_section_entries()
528 entries[i] = sect->entries[i]; in rte_cfgfile_section_entries()
538 const struct rte_cfgfile_section *sect; in rte_cfgfile_section_entries_by_index() local
542 sect = &cfg->sections[index]; in rte_cfgfile_section_entries_by_index()
543 strlcpy(sectionname, sect->name, CFG_NAME_LEN); in rte_cfgfile_section_entries_by_index()
545 entries[i] = sect->entries[i]; in rte_cfgfile_section_entries_by_index()
555 if (sect == NULL) in rte_cfgfile_get_entry()
557 for (i = 0; i < sect->num_entries; i++) in rte_cfgfile_get_entry()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in697 for sect in ['DEFAULT', section]:
698 if config.has_option(sect, prop):
701 eval(config.get(sect, prop)))
703 failsafe = config.get(sect, prop)
708 config.get(sect, prop))
718 for sect in ['DEFAULT', section]:
719 if config.has_option(sect, prop):
721 failsafe = config.get(sect, prop)
725 setattr(test, prop, config.get(sect, prop))
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c96 return ice_sect_lkup[blk][sect]; in ice_sect_id()
247 state->sect = ((u8 *)state->buf) + in ice_pkg_enum_section()
250 return state->sect; in ice_pkg_enum_section()
3539 void *sect; in ice_fill_tbl() local
3554 while (sect) { in ice_fill_tbl()
3561 xlt1 = (struct ice_xlt1_section *)sect; in ice_fill_tbl()
3574 xlt2 = (struct ice_xlt2_section *)sect; in ice_fill_tbl()
3587 pid = (struct ice_prof_id_section *)sect; in ice_fill_tbl()
3600 pr = (struct ice_prof_redir_section *)sect; in ice_fill_tbl()
3613 es = (struct ice_sw_fv_section *)sect; in ice_fill_tbl()
[all …]
H A Dice_flex_type.h507 void *sect; member