Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Derror.c49 } scf_errors[] = { variable
76 #define SCF_NUM_ERRORS (sizeof (scf_errors) / sizeof (*scf_errors))
80 ((e) >= scf_errors[0].ei_code && \
81 (e) < scf_errors[SCF_NUM_ERRORS - 1].ei_code + 10)
156 cur = scf_errors; in scf_strerror()