Lines Matching defs:pgroup
257 * smb_smf_create_service_pgroup(handle, pgroup)
262 smb_smf_create_service_pgroup(smb_scfhandle_t *handle, char *pgroup)
279 * if the pgroup exists, we are done. If it doesn't, then we
283 pgroup, handle->scf_pg) != 0) {
285 if (scf_service_add_pg(handle->scf_service, pgroup,
304 * smb_smf_create_instance_pgroup(handle, pgroup)
309 smb_smf_create_instance_pgroup(smb_scfhandle_t *handle, char *pgroup)
327 * if the pgroup exists, we are done. If it doesn't, then we
331 pgroup, handle->scf_pg) != 0) {
333 if (scf_instance_add_pg(handle->scf_instance, pgroup,
352 * smb_smf_delete_service_pgroup(handle, pgroup)
358 smb_smf_delete_service_pgroup(smb_scfhandle_t *handle, char *pgroup)
379 pgroup, handle->scf_pg) == 0) {
403 * smb_smf_delete_instance_pgroup(handle, pgroup)
409 smb_smf_delete_instance_pgroup(smb_scfhandle_t *handle, char *pgroup)
430 pgroup, handle->scf_pg) == 0) {