Lines Matching defs:spg
5585 rc_node_t *pg = NULL, *spg = NULL, *svc, *prop;
5619 REP_PROTOCOL_ENTITY_PROPERTYGRP, &spg);
5645 if (spg != NULL &&
5646 pgtype != NULL && strcmp(spg->rn_type, pgtype) != 0) {
5647 rc_node_rele(spg);
5648 spg = NULL;
5652 if (spg == NULL)
5654 pg = spg;
5655 spg = NULL;
5660 * correct type. spg, if non-NULL, is also a property group node of
5661 * the correct type. Check for the property in pg first, then spg
5674 if (spg != NULL)
5675 rc_node_rele(spg);
5683 if (spg != NULL)
5684 rc_node_rele(spg);
5694 if (spg == NULL)
5697 pg = spg;