Home | History | Annotate | Download | only in nvpair

Lines Matching defs:n_end

2450 	 * packed nvpair.  n_end is a pointer to the end of the buffer.
2451 * (n_end actually points to the first byte past the end of the
2452 * buffer.) n_curr is a pointer that lies between n_base and n_end.
2454 * The amount of data left in the buffer is equal to n_end - n_curr.
2458 caddr_t n_end;
2472 native->n_end = buf + buflen;
2478 native->n_curr = native->n_base = native->n_end = NULL;
2497 if (native->n_curr + size > native->n_end)
2573 if (native->n_curr + sizeof (int) > native->n_end)
2765 if (native->n_curr + sizeof (int32_t) > native->n_end)
2771 decode_len > native->n_end - native->n_curr)