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

/freebsd-10-stable/sys/kern/
H A Dsubr_nvlist.c97 int nvl_error; member in struct:nvlist
132 nvl->nvl_error = 0;
174 if (nvl != NULL && error != 0 && nvl->nvl_error == 0)
175 nvl->nvl_error = error;
187 return (nvl->nvl_error);
229 PJDLOG_ASSERT(nvl->nvl_error == 0);
239 PJDLOG_ASSERT(nvl->nvl_error == 0);
259 PJDLOG_ASSERT(nvl->nvl_error == 0);
288 PJDLOG_ASSERT(nvl->nvl_error == 0);
301 PJDLOG_ASSERT(nvl->nvl_error
[all...]

Completed in 108 milliseconds