Searched refs:end (Results 676 - 700 of 929) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S445 ba,pt %icc,.end
775 ba,pt %icc,.end
781 .end:
868 ble,pn %icc,.end
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c180 sp->begin, sp->end);
1068 /* end of chain; go to next bucket */
1524 * used it to calculate if the end of the counter has reached.
1540 char *next, *end; local
1557 end = (char *)sctps.sctps_sc + sctps.sctps_sc_cnt *
1559 if (next >= end)
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c172 rulelist->strans.end == newstate)
268 * the initial state for some reason, then we'll just end up doing it
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c1395 * Figure out who's calling on the other end of the connection....
1532 int end; local
1546 end = strlen(buf) - 1;
1547 if (buf[end] == '\n')
1548 buf[end] = '\0';
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_kstats.c356 char *ch_name, *end; local
365 channel = mi_strtol(ch_name, &end, 10);
444 char *ch_name, *end; local
454 channel = mi_strtol(ch_name, &end, 10);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c1174 uint64_t end, reg_start, reg_end; local
1177 /* dgrp end address */
1178 end = start + DGRP_SIZE_MAX - 1;
1187 if ((reg_end < start) || (reg_start > end)) {
1193 if ((reg_start <= start) && (reg_end >= end)) {
1197 /* start is inside, but not the end, get the remainder */
1677 } /* end of while loop for logic bank list */
1733 } /* end of while loop for logic bank list */
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_copy.s347 ! whether t_lofault was set when we came in. We end up
458 ! when we came in. We end up here from either kzero()
/illumos-gate/usr/src/cmd/make/bin/
H A Dstate.cc104 * report_recursive Should only be done at end of run
240 for (np = hashtab.begin(), e = hashtab.end(); np != e; np++) {
/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c87 static struct confinfo *Confinfolast; /* end of list */
149 /* found end quote */
154 /* found end of unquoted area */
189 err(EF_WARN|EF_FILE, "file %s doesn't end with newline, "
219 /* check for end of line */
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c174 * is really healthy. The set/get/end routines below duplicate code
286 const char *end = instr + linelen; local
299 const char *q = memchr(p, ':', end - p);
300 const char *r = (q == 0) ? end : q;
1025 * code after the end of the switch statement),
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c456 fprintf(stderr, "end addrinfos returned (%d)\n");
1125 char *end; local
1126 lport = strtoul(serv, &end, 10);
1127 if (!*end) {
1171 on the end of the addrinfo structure. So, let's try this
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_hdrs.c153 goto end;
157 goto end;
166 end:
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl116 set dots [string range {......................................} $len end]
118 set sp2 [string range { } $len end]
161 set stars [string range $stars $len end]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c641 char *prefix, *end; local
646 prefixlen = strtol(prefix, &end, 10);
647 if (prefix == end || prefixlen < 0 || prefixlen > max_plen)
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c405 sp->chars[i] = '\0'; /* ensure '\0' at end */
784 struct rule end; local
795 if ((name = getrule(name, &end)) == NULL)
821 endtime = transtime(janfirst, year, &end,
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcsrcrlop.c606 goto end;
621 goto end;
635 end:
H A Dpk11keys.c814 goto end;
851 goto end;
861 end:
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_traverse.c93 * - The end of the path of the current directory.
550 * Remove the ent from the end of path and send it
685 /* Break at the end of directory */
842 goto end;
848 goto end;
1036 end:
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c246 /* Eliminate the /n character at the end of the lbuf */
257 /* Move p to the end of the line */
520 k.end = -1-DAY;
560 if (NULL != (p = parse_ts(&k.end, &val, val0, &delim,
563 if ((ulong_t)k.start > (ulong_t)k.end) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c339 uint64_t *start, *end; local
402 end = (start + actp->spd_actions_len);
403 endattr = (struct spd_attribute *)end;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_sctp.c271 * starting from the end, since extensions are at the end.
290 int end; local
297 end = payload_len > DUMPHEX_MAX ? DUMPHEX_MAX : payload_len;
299 for (index = 0; index < end; index++) {
753 getflag(cflags, SCTP_DATA_EBIT, "end", "(end unset)"));
843 " Fragment #%d: Start = %hu, end = %hu", i,
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y106 lexinput: defns delim prods end
107 | defns delim end
126 end: delim | ; label
543 } /* end of switch after seeing '%' */
578 /* end of section one processing */
965 /* end of yylex */
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c253 * Generic front-end to capabilities validation.
749 * If this object is marked an end-filtee, we're done.
925 char *end; local
947 if (((val = strtol(ptr, &end, 16)) == 0) && errno)
955 if (*end != '\0') {
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c828 char *p, *end;
830 end = p + sizeof(newconn->u.tcp.addrbuf);
832 if (end - p > 2 + strlen(tmpbuf)) {
824 char *p, *end; local
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c237 printf("(end of soft_config_list)\n");
350 char *names = NULL, *namep, *end; local
368 end = names + n;
376 if ((namep + name_len) > end) {

Completed in 468 milliseconds

<<21222324252627282930>>