Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Ddevid_cache.c276 DEVIDERR((CE_CONT, in devid_cache_unpack_nvlist()
280 DEVIDERR((CE_CONT, in devid_cache_unpack_nvlist()
800 DEVIDERR((CE_CONT, in e_devid_cache_devi_path_lists()
944 DEVIDERR((CE_CONT, in e_devid_cache_to_devt_list()
1083 DEVIDERR((CE_CONT, in e_devid_cache_path_to_devid()
/titanic_50/usr/src/uts/common/sys/
H A Ddevid_cache.h145 #define DEVIDERR(args) { if (devid_report_error) cmn_err args; } macro