Searched refs:MAX_INST_STRLEN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2186 * MAX_INST_STRLEN is the largest string size from which we will attempt
2190 #define MAX_INST_STRLEN 8 macro
2202 char elem_inst[MAX_INST_STRLEN], ei_idx;
2306 while (*bufp != ':' && ei_idx < (MAX_INST_STRLEN - 1)) {

Completed in 48 milliseconds