Home
last modified time | relevance | path

Searched refs:SVCTAGSIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/saf/
H A Dmisc.h77 # define SVCTAGSIZE 14 /* maximum length for a service tag */ macro
H A Dpmadm.c218 if (strlen(svctag) > SVCTAGSIZE) { in main()
219 svctag[SVCTAGSIZE] = '\0'; in main()