Searched refs:total_entries (Results 1 – 10 of 10) sorted by relevance
40 uint_t total_entries = 0; in Sun_sasGetTargetMapping() local120 if (total_entries < mapping->NumberOfEntries) { in Sun_sasGetTargetMapping()132 total_entries++; in Sun_sasGetTargetMapping()160 if (total_entries > mapping->NumberOfEntries) { in Sun_sasGetTargetMapping()163 total_entries, mapping->NumberOfEntries); in Sun_sasGetTargetMapping()164 mapping->NumberOfEntries = total_entries; in Sun_sasGetTargetMapping()170 mapping->NumberOfEntries = total_entries; in Sun_sasGetTargetMapping()
66 static int total_entries; variable106 total_entries = NUMENTRIES; in main()107 entry = malloc(sizeof (struct entry) * total_entries); in main()198 if (curentry >= total_entries) { in singlehost()201 total_entries += NUMENTRIES; in singlehost()203 * total_entries)) == NULL) in singlehost()264 if (curentry >= total_entries) { in collectnames()267 total_entries += NUMENTRIES; in collectnames()269 * total_entries)) == NULL) in collectnames()391 if (curentry >= total_entries) { in collectnames_3()[all …]
67 int total_entries; variable90 total_entries = SLOTS; in main()91 entry = malloc(sizeof (struct entry) * total_entries); in main()186 if (curentry >= total_entries) {189 total_entries += SLOTS;191 * total_entries);315 if (curentry >= total_entries) {318 total_entries += SLOTS;320 * total_entries);
273 param->total_entries = srvsvc_open_connections(qualtype, qualifier); in srvsvc_s_NetConnectEnum()274 if (param->total_entries == 0) { in srvsvc_s_NetConnectEnum()283 se.se_ntotal = param->total_entries; in srvsvc_s_NetConnectEnum()329 if (se.se_resume < param->total_entries) { in srvsvc_s_NetConnectEnum()605 if ((param->total_entries = srvsvc_open_files()) == 0) { in srvsvc_s_NetFileEnum()614 se.se_ntotal = param->total_entries; in srvsvc_s_NetFileEnum()655 if (se.se_resume < param->total_entries) { in srvsvc_s_NetFileEnum()792 param->total_entries = entries_read; in srvsvc_NetFileEnum3()1419 if ((param->total_entries = srvsvc_open_sessions()) == 0) { in srvsvc_s_NetSessionEnum()1428 se.se_ntotal = param->total_entries; in srvsvc_s_NetSessionEnum()[all …]
195 param->total_entries = 1; in wkssvc_s_NetWkstaTransportEnum()
384 param->total_entries = param->info->entries_read; in samr_s_EnumLocalDomains()
268 unsigned total_entries = dbg->de_debug_sections_total_entries; in add_debug_section_info() local273 if (total_entries < DWARF_MAX_DEBUG_SECTIONS) { in add_debug_section_info()275 &dbg->de_debug_sections[total_entries]; in add_debug_section_info()
416 OUT DWORD total_entries;475 OUT DWORD total_entries;961 OUT DWORD total_entries;1689 OUT DWORD total_entries;
540 * the reply. Like most of these enums, total_entries is the same as562 OUT DWORD total_entries;
709 uint_t total_entries = 0; in getTargetMappings() local