Lines Matching defs:n_end
2776 * packed nvpair. n_end is a pointer to the end of the buffer.
2777 * (n_end actually points to the first byte past the end of the
2778 * buffer.) n_curr is a pointer that lies between n_base and n_end.
2780 * The amount of data left in the buffer is equal to n_end - n_curr.
2784 caddr_t n_end;
2798 native->n_end = buf + buflen;
2804 native->n_curr = native->n_base = native->n_end = NULL;
2823 if (native->n_curr + size > native->n_end)
2899 if (native->n_curr + sizeof (int) > native->n_end)
3091 if (native->n_curr + sizeof (int32_t) > native->n_end)
3097 decode_len > native->n_end - native->n_curr)