Lines Matching defs:pgroup
126 * smb_smf_create_instance_pgroup(handle, pgroup)
131 smb_smf_create_instance_pgroup(smb_scfhandle_t *handle, char *pgroup)
147 * if the pgroup exists, we are done. If it doesn't, then we
151 pgroup, handle->scf_pg) != 0) {
153 if (scf_instance_add_pg(handle->scf_instance, pgroup,
172 * smb_smf_delete_instance_pgroup(handle, pgroup)
178 smb_smf_delete_instance_pgroup(smb_scfhandle_t *handle, char *pgroup)
196 if (scf_instance_get_pg(handle->scf_instance, pgroup,
221 * smb_smf_create_service_pgroup(handle, pgroup)
226 smb_smf_create_service_pgroup(smb_scfhandle_t *handle, char *pgroup)
244 * if the pgroup exists, we are done. If it doesn't, then we
248 pgroup, handle->scf_pg) != 0) {
250 if (scf_service_add_pg(handle->scf_service, pgroup,