Searched refs:ERRNO_OR_DEFAULT (Results 1 – 2 of 2) sorted by relevance
1465 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 …]
76 #define ERRNO_OR_DEFAULT(default) (default) macro96 #define ERRNO_OR_DEFAULT(default) (errno == 0 ? (default) : errno) macro