Lines Matching refs:pgs
5904 uu_list_t *pgs = ient->sc_pgroups; in upgrade_props() local
5909 if (uu_list_walk(pgs, clear_int, in upgrade_props()
5977 for (pg = uu_list_first(pgs); pg != NULL; pg = uu_list_next(pgs, pg)) { in upgrade_props()
15783 char **pgs; in lscf_delnotify() local
15791 pgs = tokenize(str, ","); in lscf_delnotify()
15793 if ((tset = check_tokens(pgs)) > 0) { in lscf_delnotify()
15815 for (p = pgs; *p; ++p) { in lscf_delnotify()
15832 free(pgs); in lscf_delnotify()
15840 char **pgs; in lscf_listnotify() local
15849 pgs = tokenize(str, ","); in lscf_listnotify()
15851 if ((tset = check_tokens(pgs)) > 0) { in lscf_listnotify()
15879 for (p = pgs; *p; ++p) { in lscf_listnotify()
15906 free(pgs); in lscf_listnotify()