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 Dadm.h36 char ac_tag[PMTAGSIZE + 1]; /* PM tag */
H A Dstructs.h73 char sc_tag[PMTAGSIZE + 1]; /* port monitor tag */
H A Dutil.c122 if (strlen(p) > PMTAGSIZE) {
123 p[PMTAGSIZE] = '\0';
H A Dpmadm.c90 char t_tag[PMTAGSIZE + 1]; /* PM tag */
200 if (strlen(pmtag) > PMTAGSIZE) {
201 pmtag[PMTAGSIZE] = '\0';
1105 if (strlen(p) > PMTAGSIZE) {
1106 p[PMTAGSIZE] = '\0';
H A Dsacadm.c198 if (strlen(pmtag) > PMTAGSIZE) {
199 pmtag[PMTAGSIZE] = '\0';
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c1349 char dummy[PMTAGSIZE + 1];

Completed in 77 milliseconds