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

/illumos-gate/usr/src/lib/libscf/common/
H A Derror.c48 } scf_errors[] = { variable in typeref:struct:scf_error_info
75 #define SCF_NUM_ERRORS (sizeof (scf_errors) / sizeof (*scf_errors))
79 ((e) >= scf_errors[0].ei_code && \
80 (e) < scf_errors[SCF_NUM_ERRORS - 1].ei_code + 10)
155 cur = scf_errors;

Completed in 44 milliseconds