Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/saf/
H A Dutil.c143 if (strlen(p) > PMTYPESIZE) {
144 p[PMTYPESIZE] = '\0';
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 Dpmadm.c89 char t_type[PMTYPESIZE + 1]; /* PM type */
235 if (strlen(type) > PMTYPESIZE) { in main()
236 type[PMTYPESIZE] = '\0'; in main()
H A Dsacadm.c218 if (strlen(type) > PMTYPESIZE) { in main()
219 type[PMTYPESIZE] = '\0'; in main()