Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libnv/
H A Dnvlist.c100 int nvl_error; member
138 nvl->nvl_error = 0; in nvlist_create()
185 nvl->nvl_error = error; in nvlist_set_error()
197 return (nvl->nvl_error); in nvlist_error()
402 if (nvl->nvl_error != 0) { in nvlist_clone()
403 ERRNO_SET(nvl->nvl_error); in nvlist_clone()
887 if (nvl->nvl_error != 0) { in nvlist_xpack()
888 ERRNO_SET(nvl->nvl_error); in nvlist_xpack()
1038 if (nvl->nvl_error != 0) { in nvlist_pack()
1472 nvl->nvl_error = EEXIST; in NVLIST_EXISTS()
[all …]