Lines Matching refs:module_count
5597 amt = lst_header->module_count;
5600 if (som_dict == NULL && lst_header->module_count != 0)
5924 amt = lst.module_count;
5927 if (som_dict == NULL && lst.module_count != 0)
6063 + lst.module_count * sizeof (struct som_entry)
6072 + lst.module_count * sizeof (struct som_entry)
6114 amt = lst.module_count * sizeof (struct som_entry);
6204 lst.module_count = 0;
6210 lst.module_count++;
6213 lst.module_limit = lst.module_count;
6215 lst_size += sizeof (struct som_entry) * lst.module_count;