Searched refs:end (Results 51 - 75 of 512) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/sun_fc/common/
H A DFCSyseventBridge.cc121 tmp != adapterAddEventListeners.end(); tmp++) {
140 tmp != adapterEventListeners.end(); tmp++) {
159 tmp != adapterPortEventListeners.end(); tmp++) {
178 tmp != adapterDeviceEventListeners.end(); tmp++) {
197 tmp != targetEventListeners.end(); tmp++) {
276 tmp != adapterPortEventListeners.end(); tmp++) {
299 tmp != adapterPortEventListeners.end(); tmp++) {
318 tmp != adapterDeviceEventListeners.end(); tmp++) {
337 tmp != adapterDeviceEventListeners.end(); tmp++) {
380 tmp != adapterPortEventListeners.end(); tm
[all...]
H A DHBA.cc72 portsByIndex.insert(portsByIndex.end(), port);
113 if (portsByWWN.find(wwn) == portsByWWN.end()) {
144 for (CI port = portsByWWN.begin(); port != portsByWWN.end();
175 for (CI port = portsByWWN.begin(); port != portsByWWN.end();
292 for (CI port = portsByWWN.begin(); port != portsByWWN.end();
318 for (CI port = portsByWWN.begin(); port != portsByWWN.end();
369 hrtime_t end = start + BUSY_RETRY_TIMER; local
372 for (cur = start; cur < end; cur = gethrtime()) {
394 if (cur >= end) {
H A DListener.cc75 tmp != listeners.end(); tmp++) {
100 tmp != listeners.end(); tmp++) {
H A DSun_fcScsiInquiryV2.cc69 hrtime_t end = start + BUSY_RETRY_TIMER; local
70 for (hrtime_t cur = start; cur < end; cur = gethrtime()) {
H A DSun_fcScsiReadCapacityV2.cc66 hrtime_t end = start + BUSY_RETRY_TIMER; local
67 for (hrtime_t cur = start; cur < end; cur = gethrtime()) {
H A DSun_fcScsiReportLUNsV2.cc66 hrtime_t end = start + BUSY_RETRY_TIMER; local
67 for (hrtime_t cur = start; cur < end; cur = gethrtime()) {
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirp.c73 * getpwnam(3), so we can't use the ctl_* i/o library on this end of
281 char *p, *start, *end; local
289 end = &pvt->inbuffer[pvt->inlast];
291 while (p != end && *p != '\n')
294 if (p == end) {
299 memmove(realstart, start, end - start);
300 pvt->inlast = end - start;
303 end = &pvt->inbuffer[pvt->inlast];
308 p = end;
309 i = read(pvt->fdCxn, end, spar
[all...]
/osnet-11/usr/src/lib/libadm/common/
H A Dckitem.c184 getnum(char *strval, int max, int *begin, int *end) argument
189 *begin = *end = 0;
212 *end = n;
219 if (!*end)
220 *end = *begin;
221 return ((*begin <= *end) ? 0 : 1);
229 int begin, end; local
250 &end)) {
256 if ((i >= begin) && (i <= end)) {
505 char end[MAX_INPU local
[all...]
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrmatch.c72 * match group end offsets are odd elements of sub
81 register int* end; local
137 end = sub + n * 2;
138 for (n = 0; sub < end && n <= i; n++)
159 * first char after end of substring returned
H A Dfmtre.c50 int end; local
54 end = 1;
129 end = 0;
222 if (end)
H A Dtokscan.c36 * newline is equivalent to end of buf except when quoted
90 goto end;
97 goto end;
155 end:
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasRefreshAdapterConfiguration.c87 hrtime_t end; local
109 end = gethrtime();
110 duration = end - start;
H A DSun_sasRefreshInformation.c92 hrtime_t end; local
120 end = gethrtime();
121 duration = end - start;
/osnet-11/usr/src/lib/libmail/inc/
H A Ds_string.h40 char *end; /* end of allocated space+1 */ member in struct:string
46 * Some macros have an integer at the end, which has null effect according
55 #define s_putc(s,c) (((s)->ptr < (s)->end) ? (*((s)->ptr)++ = (char)(c)) : s_grow((s),(c)))
59 #define s_space(s) ((s)->end - (s)->base)
60 #define s_terminate(s) (((s)->ptr < (s)->end) ? (*(s)->ptr = 0) : (s_grow((s),0), (s)->ptr--, 0))
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dfdsync.c54 int end; /* fd of last lock in the list */ member in struct:rpcfd_block
135 p->end = (((fd + CELLTBLSZ) / CELLTBLSZ) * CELLTBLSZ) - 1;
139 if (fd < l->end)
162 if (fd <= p->end)
/osnet-11/usr/src/grub/grub2/build-bios/
H A Dconfig.h26 /* Define it to either end or _end. */
27 #define END_SYMBOL end
/osnet-11/usr/src/lib/libsqlite/src/
H A Dcopy.c42 int addr, end; local
69 end = sqliteVdbeMakeLabel(v);
70 addr = sqliteVdbeAddOp(v, OP_FileRead, pTab->nCol, end);
99 sqliteVdbeResolveLabel(v, end);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Damiga.c162 int i, end; local
165 end = PED_BE32_TO_CPU (rdb[1]);
167 if (end > PED_SECTOR_SIZE_DEFAULT) end = PED_SECTOR_SIZE_DEFAULT;
169 for (i = 1; i < end; i++) sum += PED_BE32_TO_CPU (rdb[i]);
306 PedSector start, end; local
339 end = ((((PedSector) PED_BE32_TO_CPU (part->de_HighCyl))+1) * (cylblocks))-1;
342 if (start == geom->start && end == geom->end) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.xs122 char *eol; /* the end-of-line sequence to use */
202 unsigned char const* end = str + len;
215 while (str < end) {
222 if (str == end) {
225 warn("Premature end of base64 data");
274 char *end;
292 end = beg + sv_len;
303 while (p < end && qp_isplain(*p)) {
306 if (p == end || *p == '\n') {
307 /* whitespace at end o
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/cs/
H A Dconstraint.c26 * are restrictions on the location and alignment of the start and end of a
135 ped_geometry_init (&end_range, min->dev, min->end,
136 max->end - min->end + 1);
290 * an end, such that the (start, end) satisfy the constraint.
309 constraint->end_range->end);
331 * Return the nearest start that will have at least one other end that
352 * range of all possible ends, such that all (start, end) are solutions
380 * Given "constraint" and "start", find the end tha
385 _constraint_get_nearest_end_soln(const PedConstraint* constraint, PedSector start, PedSector end) argument
414 PedSector end; local
[all...]
/osnet-11/usr/src/lib/libumem/common/
H A Denvvar.c150 { NULL, "-- end of UMEM_OPTIONS --", ITEM_INVALID }
188 "end against an unmapped page",
219 { NULL, "-- end of UMEM_DEBUG --", ITEM_INVALID }
252 { NULL, "-- end of UMEM_LOGGING --", ITEM_INVALID }
555 umem_process_value(umem_env_item_t *item_list, const char *beg, const char *end) argument
562 while (beg < end && isspace(*beg))
565 while (beg < end && isspace(*(end - 1)))
566 end--;
568 if (beg >= end) {
722 const char *end, *next; local
[all...]
/osnet-11/usr/src/lib/libpcp/common/
H A Dpcp_utils.c90 goto end;
104 goto end;
107 goto end;
114 goto end;
116 end:
146 goto end;
151 goto end;
169 end:
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgpt_partition.h53 grub_uint64_t end; member in struct:grub_gpt_header
66 grub_uint64_t end; member in struct:grub_gpt_partentry
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dsync_instruction_memory.s41 caddr_t end = addr + len;
43 for (; start < end; start += 8)
/osnet-11/usr/src/lib/libwrap/
H A Dpercent_x.c47 char *end = result + result_len - 1; /* end of result buffer */ local
85 if (bp + expansion_len >= end) {

Completed in 241 milliseconds

1234567891011>>