Searched refs:n_end (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dnvpair.c2440 * packed nvpair. n_end is a pointer to the end of the buffer.
2441 * (n_end actually points to the first byte past the end of the
2442 * buffer.) n_curr is a pointer that lies between n_base and n_end.
2444 * The amount of data left in the buffer is equal to n_end - n_curr.
2448 caddr_t n_end; member in struct:__anon6602
2462 native->n_end = buf + buflen;
2468 native->n_curr = native->n_base = native->n_end = NULL;
2487 if (native->n_curr + size > native->n_end)
2563 if (native->n_curr + sizeof (int) > native->n_end)
2757 if (native->n_curr + sizeof (int32_t) > native->n_end)
[all...]

Completed in 88 milliseconds