Home
last modified time | relevance | path

Searched refs:total_entries (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/sun_sas/common/
H A DSun_sasGetTargetMapping.c40 uint_t total_entries = 0; in Sun_sasGetTargetMapping() local
120 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()
/titanic_41/usr/src/cmd/rpcsvc/
H A Drusers.c69 static int total_entries; variable
109 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 …]
H A Drup.c68 int total_entries; variable
92 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);
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dnetshareenum.c92 unsigned32 total_entries;
153 &share_info, 4294967295U, &total_entries, NULL);
214 *totalp = total_entries;
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c271 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 …]
H A Dwkssvc_svc.c195 param->total_entries = 1; in wkssvc_s_NetWkstaTransportEnum()
H A Dsamr_svc.c322 param->total_entries = param->info->entries_read; in samr_s_EnumLocalDomains()
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl414 OUT DWORD total_entries;
473 OUT DWORD total_entries;
959 OUT DWORD total_entries;
1687 OUT DWORD total_entries;
H A Dsamrpc.ndl513 * the reply. Like most of these enums, total_entries is the same as
535 OUT DWORD total_entries;
/titanic_41/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc709 uint_t total_entries = 0; in getTargetMappings() local