Searched defs:PG_PATTERN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c480 PG_PATTERN, enumerator in enum:ptrn_type
496 const char *pi_target; /* Target attribute - only PG_PATTERN */
2028 info->pi_ptrn_type = PG_PATTERN;
2042 if (info->pi_ptrn_type == PG_PATTERN) {
2106 case PG_PATTERN:
2161 if (type == PG_PATTERN) {
2722 if ((pinfo->pi_ptrn_type == PG_PATTERN) &&
2743 if (pinfo->pi_ptrn_type == PG_PATTERN) {
2916 rc = tmpl_pattern_conflict(inst, tree, PG_PATTERN, errs);

Completed in 78 milliseconds