Lines Matching defs:pgs
4513 /* Compare the dependency pgs. */
5265 /* compare dependency pgs in target */
5585 * Only dependent pgs can have override set, and we skipped those
5904 uu_list_t *pgs = ient->sc_pgroups;
5908 /* clear sc_sceen for pgs */
5909 if (uu_list_walk(pgs, clear_int,
5977 for (pg = uu_list_first(pgs); pg != NULL; pg = uu_list_next(pgs, pg)) {
6386 /* clear sc_sceen for pgs */
8789 * if we have pgs in the profile, we need to refresh ALL
8895 /* refresh only if there is no pgs in the service */
11905 /* return 1 if the entity has no persistent pgs, else return 0 */
11931 /* skip nonpersistent pgs */
12109 * If the service has no more instances and pgs or we just deleted the
12331 * lscf_instance_delete() verifies that there is no external dependency pgs
12334 * lost. The external dependency pgs will be removed if the dependencies are
12417 * All the pgs have been deleted for the instance except
12473 * pgs at the instance & service level before suppressing the service.
12476 * dependency pgs will be removed if the dependencies are removed.
15423 /* Skip nonpersistent pgs. */
15783 char **pgs;
15791 pgs = tokenize(str, ",");
15793 if ((tset = check_tokens(pgs)) > 0) {
15815 for (p = pgs; *p; ++p) {
15832 free(pgs);
15840 char **pgs;
15849 pgs = tokenize(str, ",");
15851 if ((tset = check_tokens(pgs)) > 0) {
15879 for (p = pgs; *p; ++p) {
15906 free(pgs);