Searched defs:start (Results 1 - 5 of 5) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Dutil_ordering.c44 int start; member in struct:_queue
57 * - the queue is a circular queue. The first element (q->elem[q->start])
135 /* common case: at end, after == q->start+q->length-1 */
139 for (i=q->start+q->length-1; i>after; i--)
151 q->start++;
152 if (q->start == QSIZE(q))
153 q->start = 0;
178 q->start = 0;
181 q->elem[q->start] = ((uint64_t)0 - 1) & q->mask;
210 expected = (QELEM(q,q->start
[all...]
/solaris-userland/components/jansson/doc/html/_static/
H A Dsearchtools.js602 var start = 0; variable
606 start = i;
608 start = Math.max(start - 120, 0);
609 var excerpt = ((start > 0) ? '...' : '') +
610 $.trim(text.substr(start, 240)) +
611 ((start + 240 - text.length) ? '...' : '');
/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.c396 int leng, start; local
432 start = leng - DNSIZE - 1;
434 for (i = start; i < leng && (objptr[i] != '/'); i++)
438 &objptr[start], DNSIZE);
828 * set, start dealing with it here, else continue
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py426 "bi-directional": "start",
585 self.start()
607 def start(self): member in class:BaseSolaris
750 of the start process.
937 # Find the interfaces names that start with 'l3i and have the IP
1030 don't need to disable stuff. See self.start(), self.stop()
1034 self.start()
1037 def start(self): member in class:SolarisIPsecProcess
1190 not, just return and don't start the looping event.
1260 self.process_status_cache_check.start(
[all...]
/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c206 const char *start = device_name; local
210 if (!start)
216 for (temp = end; temp >= start && isdigit(*temp); temp--)
222 if (temp == end || temp < start)
1399 int count, start; local
1410 start = 0;
1413 start = index;
1425 uverbs_gidp->uverbs_gid_start_index = start;
1457 int count, start; local
1471 start
[all...]

Completed in 2782 milliseconds