Searched refs:__ptr (Results 1 – 4 of 4) sorted by relevance
39 #define hvb_return_hvb_err_if_null(__ptr) \ argument41 if ((__ptr) == NULL) { \42 hvb_printv("error, %s is NULL\n", #__ptr); \
33 #define DM_VERITY_RETURN_ERR_IF_NULL(__ptr) \ argument35 if ((__ptr) == NULL) { \36 BEGET_LOGE("error, %s is NULL\n", #__ptr); \
44 #define FS_DM_RETURN_ERR_IF_NULL(__ptr) \ argument46 if ((__ptr) == NULL) { \47 BEGET_LOGE("error, %s is NULL\n", #__ptr); \
46 #define FS_HVB_RETURN_ERR_IF_NULL(__ptr) \ argument48 if ((__ptr) == NULL) { \49 BEGET_LOGE("error, %s is NULL\n", #__ptr); \