Lines Matching refs:end

192 static dtrace_dynvar_t	dtrace_dynhash_sink;	/* end of dynamic hash chains */
1034 uintptr_t end = pos + limit;
1064 for (; pos < end && c != '\0' && lisalnum(c) && (x = DIGIT(c)) < base;
1875 * end of the hash chain; we can kick out of
1891 * the end of the dirty list. However, we
3580 * end of the object or string.
3612 * states return to this state at the end of their value, unless otherwise
3699 * string, or we've run off the end of the object
3798 * we reached the end of the object or array without
3960 * ERROR: unexpected end of input.
4628 * We reached the end of the string without finding
4845 char *start = (char *)dest, *end = start + size - 1;
4868 *end = '\0';
4934 * copy the minor's name into the end of the
4944 if ((end -= (len + 1)) < start)
4947 *end = ':';
4951 end[i] = dtrace_load8((uintptr_t)s++);
4974 if ((end -= (len + 1)) < start)
4977 *end = '@';
4981 end[i] = dtrace_load8((uintptr_t)s++);
5005 if ((end -= (len + 1)) < start)
5009 end[i] = dtrace_load8((uintptr_t)s++);
5010 *end = '/';
5018 if (end < start)
5022 regs[rd] = (uintptr_t)end;
5110 char *end = (char *)mstate->dtms_scratch_ptr + size - 1;
5129 for (*end-- = '\0'; val; val /= base) {
5131 *end-- = '0' + digit;
5133 *end-- = 'a' + (digit - ('9' - '0') - 1);
5138 *end-- = '0';
5141 *end-- = 'x';
5144 *end-- = '0';
5147 *end-- = '-';
5149 regs[rd] = (uintptr_t)end + 1;
5191 int start, end;
5298 end = lastdir;
5303 end = lastbase;
5306 for (i = start, j = 0; i <= end && j < size - 1; i++, j++)
5470 char *base, *end;
5505 end = (char *)mstate->dtms_scratch_ptr + size - 1;
5510 *end-- = '\0';
5516 *end-- = '0';
5519 *end-- = '0' + (val % 10);
5524 *end-- = '.';
5526 ASSERT(end + 1 >= base);
5566 end = (char *)mstate->dtms_scratch_ptr + size - 1;
5567 *end-- = '\0';
5611 ASSERT(end >= base);
5616 *end-- = '0';
5619 *end-- = '0' + val % 10;
5624 *end-- = '.';
5642 ASSERT(end >= base);
5645 *end-- = ':';
5646 *end-- = ':';
5652 *end-- = ':';
5658 *end-- = '0';
5661 *end-- = digits[val % 16];
5665 ASSERT(end + 1 >= base);
5676 inetout: regs[rd] = (uintptr_t)end + 1;
6788 size_t *valoffsp, uint64_t *valp, uint64_t end, int intuple, int dtkind)
6823 while (valoffs < end) {
6862 hrtime_t now, end;
7337 uintptr_t end = valoffs + size;
7340 valoffs + tracememsize < end) {
7341 end = valoffs + tracememsize;
7351 &val, end, act->dta_intuple,
7437 end = dtrace_gethrtime();
7439 curthread->t_dtrace_start = end;
7441 CPU->cpu_dtrace_nsec += end - now;
11654 * We can't fit in the end of the buffer. First, a
11687 * offset to the end (there may be old gunk there).
11744 * We've reached the end of the buffer; we want
11853 * space from the offset to the end of the buffer _and_ from the
12279 * however: the taskq_destroy() at the end of dtrace_detach() will