Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libnv/
H A Dnvlist.c1465 nvl->nvl_error = ERRNO_OR_DEFAULT(ENOMEM); in NVLIST_EXISTS()
1497 nvl->nvl_error = ERRNO_OR_DEFAULT(ENOMEM); in nvlist_add_stringv()
1516 nvl->nvl_error = ERRNO_OR_DEFAULT(ENOMEM); in nvlist_add_null()
1536 nvl->nvl_error = ERRNO_OR_DEFAULT(ENOMEM); in nvlist_add_binary()
1557 nvl->nvl_error = ERRNO_OR_DEFAULT(ENOMEM); \
1588 nvl->nvl_error = ERRNO_OR_DEFAULT(ENOMEM); \
1622 nvl->nvl_error = ERRNO_OR_DEFAULT(ENOMEM); \ in NVLIST_ADD_ARRAY()
1677 nvl->nvl_error = ERRNO_OR_DEFAULT(ENOMEM); in nvlist_move_string()
1698 nvl->nvl_error = ERRNO_OR_DEFAULT(ENOMEM); in nvlist_move_nvlist()
1719 nvl->nvl_error = ERRNO_OR_DEFAULT(ENOMEM); in nvlist_move_descriptor()
[all …]
H A Dnv_impl.h76 #define ERRNO_OR_DEFAULT(default) (default) macro
96 #define ERRNO_OR_DEFAULT(default) (errno == 0 ? (default) : errno) macro