Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libnv/
H A Dbsd_nvpair.c157 ERRNO_SET(ENOMEM); in nvpair_append()
697 ERRNO_SET(EINVAL); in nvpair_unpack_header()
709 ERRNO_SET(EINVAL); in nvpair_unpack_null()
725 ERRNO_SET(EINVAL); in nvpair_unpack_bool()
729 ERRNO_SET(EINVAL); in nvpair_unpack_bool()
738 ERRNO_SET(EINVAL); in nvpair_unpack_bool()
755 ERRNO_SET(EINVAL); in nvpair_unpack_number()
759 ERRNO_SET(EINVAL); in nvpair_unpack_number()
782 ERRNO_SET(EINVAL); in nvpair_unpack_string()
788 ERRNO_SET(EINVAL); in nvpair_unpack_string()
[all …]
H A Dnvlist.c360 ERRNO_SET(ENOENT); in nvlist_find()
403 ERRNO_SET(nvl->nvl_error); in nvlist_clone()
888 ERRNO_SET(nvl->nvl_error); in nvlist_xpack()
1039 ERRNO_SET(nvl->nvl_error); in nvlist_pack()
1044 ERRNO_SET(EOPNOTSUPP); in nvlist_pack()
1056 ERRNO_SET(EINVAL); in nvlist_check_header()
1060 ERRNO_SET(EINVAL); in nvlist_check_header()
1114 ERRNO_SET(EINVAL); in nvlist_unpack_header()
1142 ERRNO_SET(EILSEQ); in nvlist_xunpack()
1512 ERRNO_SET(nvl->nvl_error); in nvlist_add_stringv()
[all …]
H A Dnv_impl.h64 #define ERRNO_SET(var) do { } while (0) macro
79 #define ERRNO_SET(var) do { errno = (var); } while (0) macro