Searched refs:sbd_print_errs (Results 1 – 2 of 2) sorted by relevance
64 #define PR_ERR_ALL if (sbd_print_errs & SBD_DBG_ALL) printf65 #define PR_ERR_ERRNO if (sbd_print_errs & SBD_DBG_ERRNO) printf66 #define PR_ERR_ECODE if (sbd_print_errs & SBD_DBG_CODE) printf67 #define PR_ERR_RSC if (sbd_print_errs & SBD_DBG_RSC) printf
109 uint_t sbd_print_errs = (uint_t)0x0; variable