Home
last modified time | relevance | path

Searched refs:PMTAGSIZE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/
H A Dsac.h44 #define PMTAGSIZE 14 /* maximum length in bytes for */ macro
67 char pm_tag[PMTAGSIZE + 1]; /* port monitor's tag */
/illumos-gate/usr/src/cmd/saf/
H A Dutil.c119 if (strlen(p) > PMTAGSIZE) {
120 p[PMTAGSIZE] = '\0';
H A Dadm.h36 char ac_tag[PMTAGSIZE + 1]; /* PM tag */
H A Dstructs.h73 char sc_tag[PMTAGSIZE + 1]; /* port monitor tag */
H A Dpmadm.c88 char t_tag[PMTAGSIZE + 1]; /* PM tag */
198 if (strlen(pmtag) > PMTAGSIZE) { in main()
199 pmtag[PMTAGSIZE] = '\0'; in main()
1100 if (strlen(p) > PMTAGSIZE) {
1101 p[PMTAGSIZE] = '\0';
H A Dsacadm.c195 if (strlen(pmtag) > PMTAGSIZE) { in main()
196 pmtag[PMTAGSIZE] = '\0'; in main()
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c1355 char dummy[PMTAGSIZE + 1];