Searched refs:nvl_error (Results 1 – 1 of 1) sorted by relevance
100 int nvl_error; member139 nvl->nvl_error = 0; in nvlist_create()186 if (nvl != NULL && error != 0 && nvl->nvl_error == 0) in nvlist_set_error()187 nvl->nvl_error = error; in nvlist_set_error()199 return (nvl->nvl_error); in nvlist_error()279 PJDLOG_ASSERT(nvlarray[ii]->nvl_error == 0); in nvlist_update_size()349 PJDLOG_ASSERT(nvl->nvl_error == 0); in nvlist_empty()359 PJDLOG_ASSERT(nvl->nvl_error == 0); in nvlist_flags()369 PJDLOG_ASSERT(nvl->nvl_error == 0); in nvlist_set_flags()388 PJDLOG_ASSERT(nvl->nvl_error == 0); in nvlist_find()[all …]