Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/nvpair/
H A Dnvpair.c2453 caddr_t n_end; member
2467 native->n_end = buf + buflen; in nvs_native_create()
2473 native->n_curr = native->n_base = native->n_end = NULL; in nvs_native_create()
2492 if (native->n_curr + size > native->n_end) in native_cp()
2568 if (native->n_curr + sizeof (int) > native->n_end) in nvs_native_nvl_fini()
2758 if (native->n_curr + sizeof (int32_t) > native->n_end) in nvs_native_nvpair()
2764 decode_len > native->n_end - native->n_curr) in nvs_native_nvpair()