Lines Matching refs:l_nentry

2549 			cfp->cf_head->h_cfgs[i].l_nentry = 0;  in cfg_read_parser_config()
2629 ch->h_cfgs[i].l_nentry = list_size; in cfg_map_cfglists()
2723 i, cfl[i].l_nentry, i, cfl[i].l_nentry - 1, in cfg_replace_lists()
2724 cfl[i].l_esiz[cfl[i].l_nentry - 1], size_offset); in cfg_replace_lists()
2733 cf->h_sizes[size_offset++] = cfl[i].l_nentry; in cfg_replace_lists()
2735 cfl[i].l_nentry * sizeof (int)); in cfg_replace_lists()
2736 size_offset += cfl[i].l_nentry; in cfg_replace_lists()
3114 count += cfp->cf_head->h_cfgs[table_offset].l_nentry; in cfg_get_num_entries()
3161 if (cfl->l_nentry == 0) /* empty list */ in cfg_get_section()
3165 buf = (char **)malloc(cfl->l_nentry * sizeof (char *)); in cfg_get_section()
3167 buf = (char **)realloc(buf, (cfl->l_nentry + count) * in cfg_get_section()
3173 bzero(&buf[count], cfl->l_nentry * sizeof (char *)); in cfg_get_section()
3177 for (i = 0; i < cfl->l_nentry; i++) { in cfg_get_section()
3184 count += cfl->l_nentry; in cfg_get_section()
3371 if (cfl->l_nentry == 0) /* empty list */ in cfg_get_srtdsec()
3375 buf = (char **)malloc(cfl->l_nentry * sizeof (char *)); in cfg_get_srtdsec()
3377 buf = (char **)realloc(buf, (cfl->l_nentry + count) * in cfg_get_srtdsec()
3386 bzero(&buf[count], cfl->l_nentry * sizeof (char *)); in cfg_get_srtdsec()
3392 for (i = count; i < cfl->l_nentry + count; i++) { in cfg_get_srtdsec()
3402 tmplst = (char *)malloc(cfl->l_nentry * CFG_MAX_BUF); in cfg_get_srtdsec()
3405 (cfl->l_nentry + count) * CFG_MAX_BUF); in cfg_get_srtdsec()
3413 bzero(&tmplst[count], cfl->l_nentry * CFG_MAX_BUF); in cfg_get_srtdsec()
3421 for (i = 0; i < cfl->l_nentry; i++) { in cfg_get_srtdsec()
3426 count += cfl->l_nentry; in cfg_get_srtdsec()
3444 cfg_free_section(&buf, cfl->l_nentry); in cfg_get_srtdsec()