Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/unistat/
H A Dspcs_s_impl.h190 #define SPCS_S_IDSIZE 16 /* size of idata array */ macro
247 spcs_s_udata_t idata[SPCS_S_IDSIZE]; /* the status info and supp refs */
H A Dspcs_s_k.c185 if ((p->icount + c.f.sup_count + 1) > SPCS_S_IDSIZE) { in add_code()
186 if (p->icount == SPCS_S_IDSIZE) in add_code()