Lines Matching defs:pgIter
3248 scf_iter_t *pgIter = NULL;
3267 ((pgIter = scf_iter_create(handle)) == NULL)) {
3275 * pgIter is the iterator handle
3277 if (scf_iter_service_pgs(pgIter, svc) == -1) {
3284 while (scf_iter_next_pg(pgIter, pg) == 1) {
3300 * pgIter is the iterator handle
3302 if (scf_iter_service_pgs(pgIter, svc) == -1) {
3321 while ((scf_iter_next_pg(pgIter, pg) == 1) && (i < guidCnt)) {
3369 if (pgIter != NULL) {
3370 scf_iter_destroy(pgIter);
4241 scf_iter_t *pgIter = NULL;
4261 ((pgIter = scf_iter_create(handle)) == NULL)) {
4269 * pgIter is the iterator handle
4271 if (scf_iter_service_pgs(pgIter, svc) == -1) {
4278 while (scf_iter_next_pg(pgIter, pg) == 1) {
4295 * pgIter is the iterator handle
4297 if (scf_iter_service_pgs(pgIter, svc) == -1) {
4316 while ((scf_iter_next_pg(pgIter, pg) == 1) && (i < providerCnt)) {
4401 if (pgIter != NULL) {
4402 scf_iter_destroy(pgIter);