Searched refs:scf_errors (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libscf/common/
H A Derror.c46 } scf_errors[] = { variable in typeref:struct:scf_error_info
74 #define SCF_NUM_ERRORS (sizeof (scf_errors) / sizeof (*scf_errors))
78 ((e) >= scf_errors[0].ei_code && \
79 (e) < scf_errors[SCF_NUM_ERRORS - 1].ei_code + 10)
154 cur = scf_errors;

Completed in 19 milliseconds