Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c466 const char *pgi_restrict; /* Only return PGs of this type */ member
2238 i->pgi_restrict = restriction; in pg_iter_create()
2301 if (i->pgi_restrict) { in next_pattern_pg()
2302 if (strcmp(pg->sc_pgroup_type, i->pgi_restrict) != 0) { in next_pattern_pg()