Searched defs:sessions (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_ses.c31 * concurrent sessions executed in either a separate thread or a
107 * Information about the current number of active sessions.
111 static ulong_t sessions = 0; variable
135 sessions++;
162 sessions++;
438 * Wait for the number of active sessions to drop below the maximum
439 * allowed number of active sessions. If multiple threads are used,
451 while (sessions >= max_sessions) {
459 if (sessions >= max_sessions) {
471 * a check is performed to see if the number of active sessions i
[all...]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c77 #define OPTIONSTRING8 "<# sessions>|<IP Address>[,<IP Address>]*"
285 {"configured-sessions", required_arg, 'c', OPTIONSTRING8},
3281 int sessions; local
3297 sessions = atoi(optarg);
3298 (void) sprintf(tmp, "%d", sessions);
3311 pConfigSessions->in = sessions;
3321 sessions = 1;
3324 sessions++;
3329 size = sizeof (SUN_IMA_CONFIG_SESSIONS) + ((sessions - 1) *
3338 pConfigSessions->in = sessions;
[all...]

Completed in 51 milliseconds