Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/unistat/
H A Dspcs_s_impl.h197 #define SPCS_S_SDSIZE 512 /* size of sdata array */ macro
248 char sdata[SPCS_S_SDSIZE]; /* the supplemental string data pool. */
H A Dspcs_s_k.c232 if ((len + 1) > (SPCS_S_SDSIZE - p->scount)) in add_item()