Searched refs:end (Results 426 - 450 of 929) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dssc100.c676 goto end;
683 goto end;
706 goto end;
713 goto end;
717 end:
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_lock.c750 * Calculate the absolute end time so that we can use it
825 smb_is_range_unlocked(uint64_t start, uint64_t end, uint32_t uniqid, argument
857 if (lk_start > end) {
863 if ((lk_start <= start) && (lk_end >= end)) {
869 if (end > lk_end)
875 if ((lk_start >= start) && (lk_start <= end)) {
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c463 * Given a start and end time and start and end entries check if the
498 * Given a start and end time (strings), convert them into net_time_t
805 net_time_entry_t *end; local
826 end = net_table->net_ctime_tail;
829 ns1 = end->my_time_stat;
838 end->net_time_entry_next;
839 if (end->net_time_entry_next != NULL) {
840 end->net_time_entry_next->
845 end
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1300 char *end; local
1302 end = &info[sizeof (cfga_info_t)];
1308 info += snprintf(info, end - info, "slot%d", board);
1311 info += snprintf(info, end - info, " empty");
1320 info += snprintf(info, end - info, " %d%s", n, f);
1330 info += snprintf(info, end - info, " (%d%s used)", n, f);
1338 info += snprintf(info, end - info, " base 0x%llx",
1347 info += snprintf(info, end - info, " interleaved %u-way",
1352 info += snprintf(info, end - info, " disabled at boot");
1360 info += snprintf(info, end
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_rename.c91 * The actual table is at the end of the file, so we don't need
307 new->end = DELTA_END;
313 new->end = DELTA_END_FREED;
517 r->end = DELTA_END_FREED ^ (i << guard_shift);
1214 cmn_err(CE_NOTE, " end: %llx", rtxnp->from.end);
1220 cmn_err(CE_NOTE, " end: %llx", rtxnp->to.end);
1221 cmn_err(CE_NOTE, "end: %llx\n", rtxnp->end);
[all...]
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c885 char *end; local
915 /* Get the beginning of the RDN Set and a ptr to the end */
916 tag = kmfber_first_element(asn1, &size, &end);
921 /* Walk through the individual SET items until the "end" is reached */
922 while ((tag = kmfber_next_element(asn1, &size, end)) ==
1111 get_one_extension(BerElement *asn1, KMF_X509_EXTENSION **retex, char *end) argument
1126 tag = kmfber_next_element(asn1, &size, end);
1136 tag = kmfber_next_element(asn1, &size, end);
1146 tag = kmfber_next_element(asn1, &size, end);
1224 char *end local
1442 char *end = NULL; local
1920 char *end = NULL; local
2015 char *end = NULL; local
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c619 * Gets next line in buffer - using '\' at end of line
1770 const char *end = *end_ret; local
1774 while (s < end && is_whitespace(*s))
1776 if (s >= end) {
1789 s = get_ldap_filter(&begin, &end);
1793 *end_ret = end;
1798 while (s < end) {
1800 if (s + 2 > end) {
2058 case '}': /* end sequence */
2059 case ']': /* end se
2291 get_ldap_filter(const char **begin, const char **end) argument
2355 get_ava_list(const char **begin, const char **end, bool_t end_nisplus) argument
2426 const char *end = s + len; local
2437 validate_ldap_filter(const char *s, const char *end) argument
[all...]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vcosf.S362 ba,pt %icc,.end
538 ba,pt %icc,.end
626 ba,pt %icc,.end
719 ba,pt %icc,.end
806 ba,pt %icc,.end
904 ba,pt %icc,.end
991 ba,pt %icc,.end
1083 ba,pt %icc,.end
1169 ba,pt %icc,.end
1273 ba,pt %icc,.end
[all...]
H A D__vsinf.S358 ba,pt %icc,.end
530 ba,pt %icc,.end
618 ba,pt %icc,.end
711 ba,pt %icc,.end
798 ba,pt %icc,.end
896 ba,pt %icc,.end
983 ba,pt %icc,.end
1075 ba,pt %icc,.end
1161 ba,pt %icc,.end
1265 ba,pt %icc,.end
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2487 goto end;
2495 goto end;
2504 goto end;
2507 goto end;
2510 goto end;
2513 goto end;
2516 goto end;
2519 goto end;
2521 end:
2643 goto end;
3208 char *notafter = NULL, *end = NULL; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c218 * use CMSG_NXTHDR() to fix it up at the end.
270 if ((ulong_t)ap->end < (ulong_t)clk.tv_sec) {
273 (((ulong_t)ap->end > (ulong_t)res->end)) &&
274 ((ulong_t)res->end < (ulong_t)clk.tv_sec))
280 if (res == NULL || (ulong_t)res->end < (ulong_t)ap->end)
603 * the host routes for the local end of our point-to-point
832 if (ws.a != NULL && (ulong_t)ws.a->end < (ulong_t)clk.tv_sec &&
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgencert.c850 goto end;
861 goto end;
874 goto end;
890 goto end;
900 goto end;
907 goto end;
950 end:
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c1113 goto end;
1123 goto end;
1266 goto end;
1336 end:
1457 goto end;
1463 goto end;
1516 end:
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc134 destination->text.end = destination->text.p;
146 destination->text.end = destination->text.p;
159 sourceb.string.text.end =
160 sourceb.string.buffer.end =
211 destination->text.end = destination->text.p;
267 register wchar_t *source_end = source->string.text.end;
319 fatal_reader_mksh(gettext("'$' at end of string `%s'"),
335 fatal_reader_mksh(gettext("'$' at end of line"));
676 /* Then find the end of the next word. */
841 destination->text.end
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c286 const char *end; local
293 end = begin + strlen(begin);
295 while (begin < end && isspace(*begin))
297 while (begin < end && isspace(*(end - 1)))
298 end--;
300 count = end - begin;
594 * Note if there is no devid, then we can end up with duplicates
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c646 goto end;
652 goto end;
658 end:
686 goto end;
692 goto end;
698 goto end;
710 end:
1171 goto end;
1186 end:
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c406 print_range(int start, int end, int separator) argument
412 if (start == end) {
419 mdb_printf(format, start, end);
420 count = mdb_snprintf(&tmp, 1, format, start, end);
433 int end; local
446 end = i * BT_NBIPUL + j - 1;
447 count += print_range(start, end, sep);
453 end = i * BT_NBIPUL - 1;
454 count += print_range(start, end, sep);
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c662 goto end;
669 goto end;
676 goto end;
680 goto end;
687 goto end;
698 goto end;
707 goto end;
712 goto end;
724 end:
887 * tsal_pcp_msg_t *req_msg - Request Message to send to other end o
[all...]
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_intr.c294 goto end;
297 end:
298 DBG("end of bottom half function.\n");
382 goto end;
400 goto end;
407 goto end;
414 DBG("end heci_bh_read_bus_message.\n");
424 goto end;
430 goto end;
443 goto end;
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc319 source->string.text.end = source->string.text.p;
320 source->string.buffer.end =
328 source->string.text.end =
329 source->string.buffer.end =
397 source->string.buffer.end =
403 source->string.text.end =
444 * Source that is pushed on a stack. At end of string
609 * the end of line handler since end of
766 /* Find the end o
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c96 char *str_serial, *end; local
110 *serial = (uint64_t)strtoull(str_serial, &end, 16);
111 if (str_serial == end)
H A Dcpu_mdesc.c169 char *strserial, *end; local
228 sn = (uint64_t)strtoull(strserial, &end, 16);
229 if (strserial == end) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c261 char *p, *end; local
287 end = bptr + strlen (bptr);
288 while (p < end) {
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c192 tcpd_jump("option \"%s\" must be at end", key);
620 char *end; local
627 end = cp;
630 return (start ? (end[1] = 0, start) : cp);
/illumos-gate/usr/src/cmd/who/
H A Dwho.c144 static char *end; /* used in strtol for end pointer */ variable
233 number = strtol(optarg, &end, 10);
234 if (errno != 0 || *end != '\0') {

Completed in 129 milliseconds

<<11121314151617181920>>