HomeSort by: relevance | last modified time | path
    Searched defs:nvlist_error (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/libnv/dist/
nvlist.c 211 nvlist_error(const nvlist_t *nvl) function in typeref:typename:int
449 if (nvlist_error(nvl) != 0) {
451 nvlist_error(nvl));
1290 if (nvlist_error(nvl) != 0) {
1291 ERRNO_SET(nvlist_error(nvl));
1492 if (nvlist_error(nvl) != 0) {
1493 ERRNO_SET(nvlist_error(nvl));
1499 ERRNO_SET(nvlist_error(nvl));
1507 ERRNO_SET(nvlist_error(nvl));
1531 if (nvlist_error(nvl) != 0)
    [all...]
nvlist.c 211 nvlist_error(const nvlist_t *nvl) function in typeref:typename:int
449 if (nvlist_error(nvl) != 0) {
451 nvlist_error(nvl));
1290 if (nvlist_error(nvl) != 0) {
1291 ERRNO_SET(nvlist_error(nvl));
1492 if (nvlist_error(nvl) != 0) {
1493 ERRNO_SET(nvlist_error(nvl));
1499 ERRNO_SET(nvlist_error(nvl));
1507 ERRNO_SET(nvlist_error(nvl));
1531 if (nvlist_error(nvl) != 0)
    [all...]

Completed in 50 milliseconds