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

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c86 static const char *hal_status_desc[] = { local
105 if (status >= 0 && status < sizeof (hal_status_desc)/sizeof (char *))
106 return (hal_status_desc[status]);

Completed in 59 milliseconds