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

/illumos-gate/usr/src/cmd/saf/
H A Dmisc.h76 # define PMTYPESIZE 14 /* maximum length for a port monitor type */ macro
H A Dstructs.h74 char sc_type[PMTYPESIZE + 1];/* port monitor type */
H A Dutil.c146 if (strlen(p) > PMTYPESIZE) {
147 p[PMTYPESIZE] = '\0';
H A Dpmadm.c91 char t_type[PMTYPESIZE + 1]; /* PM type */
237 if (strlen(type) > PMTYPESIZE) {
238 type[PMTYPESIZE] = '\0';
H A Dsacadm.c221 if (strlen(type) > PMTYPESIZE) {
222 type[PMTYPESIZE] = '\0';

Completed in 64 milliseconds