Lines Matching refs:end

244 static dtrace_dynvar_t	dtrace_dynhash_sink;	/* end of dynamic hash chains */
1715 * end of the hash chain; we can kick out of
1731 * the end of the dirty list. However, we
4255 * We reached the end of the string without finding
4388 char *start = (char *)dest, *end = start + size - 1;
4411 *end = '\0';
4477 * copy the minor's name into the end of the
4487 if ((end -= (len + 1)) < start)
4490 *end = ':';
4494 end[i] = dtrace_load8((uintptr_t)s++);
4517 if ((end -= (len + 1)) < start)
4520 *end = '@';
4524 end[i] = dtrace_load8((uintptr_t)s++);
4548 if ((end -= (len + 1)) < start)
4552 end[i] = dtrace_load8((uintptr_t)s++);
4553 *end = '/';
4561 if (end < start)
4565 regs[rd] = (uintptr_t)end;
4639 char *end = (char *)mstate->dtms_scratch_ptr + size - 1;
4647 for (*end-- = '\0'; val; val /= 10)
4648 *end-- = '0' + (val % 10);
4651 *end-- = '0';
4654 *end-- = '-';
4656 regs[rd] = (uintptr_t)end + 1;
4698 int start, end;
4805 end = lastdir;
4810 end = lastbase;
4814 for (i = start, j = 0; i <= end && j < size - 1; i++, j++)
4817 for (i = start, j = 0; i <= end && (uint64_t)j < size - 1; i++, j++)
4945 char *base, *end;
4987 end = (char *)mstate->dtms_scratch_ptr + size - 1;
4992 *end-- = '\0';
4998 *end-- = '0';
5001 *end-- = '0' + (val % 10);
5006 *end-- = '.';
5008 ASSERT(end + 1 >= base);
5046 end = (char *)mstate->dtms_scratch_ptr + size - 1;
5047 *end-- = '\0';
5104 ASSERT(end >= base);
5109 *end-- = '0';
5112 *end-- = '0' + val % 10;
5118 *end-- = '.';
5121 *end-- = '.';
5140 ASSERT(end >= base);
5143 *end-- = ':';
5144 *end-- = ':';
5150 *end-- = ':';
5156 *end-- = '0';
5159 *end-- = digits[val % 16];
5163 ASSERT(end + 1 >= base);
5178 inetout: regs[rd] = (uintptr_t)end + 1;
7034 uintptr_t end = valoffs + size;
7065 while (valoffs < end) {
11549 * We can't fit in the end of the buffer. First, a
11582 * offset to the end (there may be old gunk there).
11651 * We've reached the end of the buffer; we want
11765 * space from the offset to the end of the buffer _and_ from the
12179 * however: the taskq_destroy() at the end of dtrace_detach() will
17255 * Kext probes may be retained past the end of the kext's lifespan. The