Searched refs:end (Results 501 - 525 of 929) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s142 bnz .zerobyte ! word has zero byte, handle end cases
157 bnz .zerobyte ! word has zero byte, handle end cases
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s119 ! words are equal but the end of s1 has been reached
140 ! words are equal but the end of s1 has been reached
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dmapping.c209 goto end;
267 end:
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c181 * If we hit the end of the data file, we're done.
220 gettext("Unexpected end of file (line no %d)\n"), data_lineno);
228 * Skip end of lines and blank lines.
242 * Was an end of file detected last try?
262 * Only white spaces and then end of file?
763 gettext("Extra chars at the end\n"));
880 diskaddr_t end; member in struct:part_struct
1001 part[j].end = vt->v_part[i].p_start +
1027 SWAP(part[i].end, part[min_slice].end)
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dscriptvfy.l370 printf("end pipe, line %d\n", line_no);
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.c161 extern char end[];
180 datava = (caddr_t)((uintptr_t)end & MMU_PAGEMASK4M);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c354 uint64_t end = MIN(ve->ve_offset + VCBS, io_end); local
360 ve->ve_data + start - ve->ve_offset, end - start);
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c79 extern char end[];
115 heap_bottom = (void *)end;
/illumos-gate/usr/src/lib/libvscan/common/
H A Dlibvscan.c1595 char *end; local
1609 *num = strtoll(value, &end, 10);
1622 if (*end == '.') {
1623 fval = strtod(value, &end);
1625 if ((shift = vs_strtoshift(end)) == -1)
1636 if ((shift = vs_strtoshift(end)) == -1)
/illumos-gate/usr/src/lib/libcmd/common/
H A Djoin.c127 char* end; member in struct:Field_s
322 field->end = cp - 1;
405 field->end = tp;
410 field->end = cp - 1;
443 fp->fieldlen = fp->fields[n].end - cp;
481 cpmax = fp->fields[n].end + 1;
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c103 typedef enum {none, begin, begin_rec, begin_tag, middle, end } TYST; enumerator in enum:__anon1908
587 * Heuristic for function or structure end;
595 tydef = end;
662 /* end: above code shifted left for cstyle */
691 /* end: above code shifted left for cstyle */
701 if (c == ';' && tydef == end) /* clean with typedefs */
775 tydef = end;
783 tydef = end;
784 goto gottydef; /* Fall through to "tydef==end" */
788 if (tydef == end) {
[all...]
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c596 char *end; local
601 slot = strtol(&arg[1], &end, 10);
604 switch (*end) {
607 acl_spec = ++end;
615 acl_spec = ++end;
630 acl_spec = ++end;
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dimport.c52 goto end; \
188 end:
340 end:
591 end:
1080 goto end;
1157 end:
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c141 int end; /* MATCH_OPT_RANGE only) */ member in struct:__anon1750::__anon1751::__anon1753
297 rec->value.ndx.end = -1; /* Indicates "to end" */
299 rec->value.ndx.end = strtol(str, &s2, 10);
300 if ((str == s2) || (rec->value.ndx.end < 0))
376 * A range end value less than 0 means that any value
381 ((rec->value.ndx.end < 0) ||
382 (ndx <= rec->value.ndx.end)))
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dst_parse.c913 while ((*cp != '\0') && (*cp != ';')) { /* signifies end of fields */
978 int start, end, h; local
1006 cp = number(cp, &end);
1007 end = start;
1014 cp = number(cp, &end); /* upper */
1019 (*rtdp)->t_ardef->ad_nelems = end - start + 1;
1023 h, start, end);
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c90 #define PUT(b,c) (((b)->nxt<(b)->end)?(*(b)->nxt++=(c)):((c),(-1)))
94 #define END(b) (*((b)->nxt>=(b)->end?((b)->nxt=(b)->end-1):(b)->nxt)=0,(b)->nxt-(b)->buf)
104 char* end; member in struct:Buffer_s
401 buf.end = (buf.buf = buf.nxt = p) + size;
402 tmp.end = (tmp.buf = tmp.nxt = tmpbuf) + sizeof(tmpbuf);
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c1046 * begin, end, rd, wr buffer pointers
1051 circular_buffer_write(int begin, int end, int rd, int wr, caddr_t buf, int len) argument
1056 size = end - begin;
1067 space_at_end = end - wr;
1097 * begin, end, rd, wr buffer pointers
1103 circular_buffer_read(int begin, int end, int rd, int wr, caddr_t buf, int len) argument
1108 size = end - begin;
1121 nbytes_at_end = min(nbytes, end - rd);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1094 char *end; local
1109 *num = strtoull(value, &end, 10);
1126 if (*end == '.') {
1127 double fval = strtod(value, &end);
1129 if ((shift = str2shift(hdl, end)) == -1)
1143 if ((shift = str2shift(hdl, end)) == -1)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c139 * at end of time, as well as "overwrapping" the clock back around
147 * We presume that ILP32 systems will be past end of support life when
979 * Return a pointer to the end of the new address extension.
982 sadb_make_addr_ext(uint8_t *start, uint8_t *end, uint16_t exttype, argument
996 if (cur > end)
1009 if (cur > end)
1021 if (cur > end)
1035 if (cur > end)
1046 sadb_make_kmc_ext(uint8_t *cur, uint8_t *end, uint32_t kmp, uint32_t kmc) argument
1055 if (cur > end)
1094 uint8_t *cur, *end; local
3734 uint8_t *end; local
4221 hrtime_t end = gethrtime(); local
5496 uint8_t *start, *cur, *end; local
5755 uint8_t *cur, *end; local
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c234 /* At the end of string? */
402 * function with an exception that it removes the 'ldap' back-end
564 *end = NULL, local
583 if ((end = strchr(addr, ']')) != NULL) {
584 *end = '\0';
586 if (*(end + 1) == ':')
588 port = end + 2;
593 } else if ((end = strchr(addr, ':')) != NULL) {
595 *end = '\0';
598 port = end
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c307 ** a pointer to the end of the line if character is not found
951 ** i.e., it is assumed that the first <NL> found is the end
986 ** as appropriate) at the end of the string.
1011 ** as appropriate) at the end of the string.
1069 register char *p, *end; local
1079 end = l + len;
1084 /* find the end of the line */
1085 p = memchr(l, '\n', end - l);
1088 p = end;
1206 if (l < end
2216 char *begin, *end; local
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c408 unsigned long end = *off + len; local
415 if (*off >= UNM_PCI_CAMQM && (end <= UNM_PCI_CAMQM_2M_END)) {
425 end = *off + len;
432 if (m->valid && (m->start_128M <= *off) && (m->end_128M >= end)) {
1332 int i, j = 0, k, start, end, loop, sz[2], off0[2]; local
1380 end = (off0[i] + sz[i] - 1) >> 2;
1382 for (k = start; k <= end; k++) {
1530 int i, j = 0, k, start, end, loop, sz[2], off0[2]; local
1588 end = (off0[i] + sz[i] - 1) >> 2;
1589 for (k = start; k <= end;
[all...]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s427 ldub [%o0 + %o2], %o3 ! get byte at end of src
429 stb %o3, [%o1 + %o2] ! delay slot, store at end of dst
573 * for copyOP and xcopyOP are found at the end of individual function.
574 * The handlers for xcopyOP_little are found at the end of xcopyin_little.
575 * The handlers for copyOP_noerr are found at the end of copyin_noerr.
659 add %o0, %o2, %o0 ! make %o0 point at the end
660 add %o1, %o2, %o1 ! make %o1 point at the end
664 ! %o0 and %o2 point at the end and remain pointing at the end
666 ! the negation of the length) to the buffer end whic
[all...]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c1211 goto end;
1222 goto end;
1237 goto end;
1242 goto end;
1253 goto end;
1269 goto end;
1275 goto end;
1344 goto end;
1357 goto end;
1379 end
[all...]
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c913 * at by 'id'. 'end' returns a pointer to the character
923 snip_identifier(char *id, char **end) argument
938 *end = id;
943 *end = id;
953 snip_delimited_identifier(char *id, char **end) argument
962 *end = id+1;
976 *end = id;
1419 char *end; local
1446 token = snip_delimited_identifier(p+1, &end);
1448 token = snip_identifier(p, &end);
[all...]

Completed in 112 milliseconds

<<21222324252627282930>>