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()
69 static int total_entries; variable109 total_entries = NUMENTRIES; in main()110 entry = malloc(sizeof (struct entry) * total_entries); in main()201 if (curentry >= total_entries) { in singlehost()204 total_entries += NUMENTRIES; in singlehost()206 * total_entries)) == NULL) in singlehost()267 if (curentry >= total_entries) { in collectnames()270 total_entries += NUMENTRIES; in collectnames()272 * total_entries)) == NULL) in collectnames()394 if (curentry >= total_entries) { in collectnames_3()[all …]
68 int total_entries; variable92 total_entries = SLOTS; in main()93 entry = malloc(sizeof (struct entry) * total_entries); in main()199 if (curentry >= total_entries) {202 total_entries += SLOTS;204 * total_entries);328 if (curentry >= total_entries) {331 total_entries += SLOTS;333 * total_entries);
92 unsigned32 total_entries;153 &share_info, 4294967295U, &total_entries, NULL);214 *totalp = total_entries;
271 param->total_entries = srvsvc_open_connections(qualtype, qualifier); in srvsvc_s_NetConnectEnum()272 if (param->total_entries == 0) { in srvsvc_s_NetConnectEnum()281 se.se_ntotal = param->total_entries; in srvsvc_s_NetConnectEnum()327 if (se.se_resume < param->total_entries) { in srvsvc_s_NetConnectEnum()603 if ((param->total_entries = srvsvc_open_files()) == 0) { in srvsvc_s_NetFileEnum()612 se.se_ntotal = param->total_entries; in srvsvc_s_NetFileEnum()653 if (se.se_resume < param->total_entries) { in srvsvc_s_NetFileEnum()790 param->total_entries = entries_read; in srvsvc_NetFileEnum3()1410 if ((param->total_entries = srvsvc_open_sessions()) == 0) { in srvsvc_s_NetSessionEnum()1419 se.se_ntotal = param->total_entries; in srvsvc_s_NetSessionEnum()[all …]
195 param->total_entries = 1; in wkssvc_s_NetWkstaTransportEnum()
322 param->total_entries = param->info->entries_read; in samr_s_EnumLocalDomains()
414 OUT DWORD total_entries;473 OUT DWORD total_entries;959 OUT DWORD total_entries;1687 OUT DWORD total_entries;
513 * the reply. Like most of these enums, total_entries is the same as535 OUT DWORD total_entries;
709 uint_t total_entries = 0; in getTargetMappings() local