Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libnv/
H A Dbsd_nvpair.c128 ERRNO_SET(ENAMETOOLONG); in nvpair_allocv()
157 ERRNO_SET(ENOMEM); in nvpair_append()
699 ERRNO_SET(EINVAL); in nvpair_unpack_header()
711 ERRNO_SET(EINVAL); in nvpair_unpack_null()
727 ERRNO_SET(EINVAL); in nvpair_unpack_bool()
731 ERRNO_SET(EINVAL); in nvpair_unpack_bool()
740 ERRNO_SET(EINVAL); in nvpair_unpack_bool()
757 ERRNO_SET(EINVAL); in nvpair_unpack_number()
761 ERRNO_SET(EINVAL); in nvpair_unpack_number()
784 ERRNO_SET(EINVAL); in nvpair_unpack_string()
[all …]
H A Dnvlist.c400 ERRNO_SET(ENOENT); in nvlist_find()
443 ERRNO_SET(nvl->nvl_error); in nvlist_clone()
858 ERRNO_SET(nvl->nvl_error); in nvlist_xpack()
1009 ERRNO_SET(nvl->nvl_error); in nvlist_pack()
1014 ERRNO_SET(EOPNOTSUPP); in nvlist_pack()
1026 ERRNO_SET(EINVAL); in nvlist_check_header()
1030 ERRNO_SET(EINVAL); in nvlist_check_header()
1034 ERRNO_SET(EINVAL); in nvlist_check_header()
1088 ERRNO_SET(EINVAL); in nvlist_unpack_header()
1116 ERRNO_SET(EILSEQ); in nvlist_xunpack()
[all …]
H A Dnv_impl.h72 #define ERRNO_SET(var) do { } while (0) macro
87 #define ERRNO_SET(var) do { errno = (var); } while (0) macro