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

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c207 #define N_STRS (sizeof (str_tbl) / sizeof (str_tbl[0])) macro
546 if (msgid >= 0 && msgid <= N_STRS - 1 &&
550 for (idx = 0; idx < N_STRS; idx++) {
554 if (idx >= N_STRS) {
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c225 #define N_STRS (sizeof (str_tbl) / sizeof (str_tbl[0])) macro
620 if (msgid >= 0 && msgid <= N_STRS - 1 &&
624 for (idx = 0; idx < N_STRS; idx++) {
628 if (idx >= N_STRS) {

Completed in 62 milliseconds