Searched refs:ERRNO_SET (Results 1 – 3 of 3) sorted by relevance
128 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 …]
400 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 …]
72 #define ERRNO_SET(var) do { } while (0) macro87 #define ERRNO_SET(var) do { errno = (var); } while (0) macro