Searched refs:cfg_get_num_flds (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libdscfg/common/ |
H A D | cfg.c | 167 cfg_get_num_flds(struct parser *tbl, const char *tag, int *table_index) in cfg_get_num_flds() function 350 nflds = cfg_get_num_flds(tbl, tag, &table_index); in cfg_insert_node() 569 nflds = cfg_get_num_flds(&chead[0], section, &tbl_off); in cfg_find_cstring() 806 nflds = cfg_get_num_flds(&chead[0], section, &table_index); in cfg_put_cstring() 899 nflds = cfg_get_num_flds(&chead[0], section, &table_index); in cfg_put_cstring() 948 nflds = cfg_get_num_flds(&chead[0], section, &table_index); in cfg_put_cstring()
|