Searched defs:pgroup (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c59 * smb_smf_create_service_pgroup(handle, pgroup)
64 smb_smf_create_service_pgroup(smb_scfhandle_t *handle, char *pgroup) argument
82 * if the pgroup exists, we are done. If it doesn't, then we
86 pgroup, handle->scf_pg) != 0) {
88 if (scf_service_add_pg(handle->scf_service, pgroup,
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c257 * smb_smf_create_service_pgroup(handle, pgroup)
262 smb_smf_create_service_pgroup(smb_scfhandle_t *handle, char *pgroup) argument
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) argument
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,
358 smb_smf_delete_service_pgroup(smb_scfhandle_t *handle, char *pgroup) argument
409 smb_smf_delete_instance_pgroup(smb_scfhandle_t *handle, char *pgroup) argument
[all...]
/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c309 ndmp_smf_create_service_pgroup(ndmp_scfhandle_t *handle, const char *pgroup) argument
325 * If the pgroup exists, we are done. If it doesn't, then we need to
329 pgroup, handle->scf_pg) != 0) {
331 if (scf_service_add_pg(handle->scf_service, pgroup,
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c352 char *pgroup, *pname; local
361 err = nvlist_lookup_string(in, TOPO_PROP_GROUP, &pgroup);
411 (void) topo_prop_getprop(svc_node, pgroup, pname, args, out, &err);
H A Dtopo_fmri.c605 nvlist_t **pgroup, int *err)
630 *pgroup = NULL;
632 TOPO_METH_PGRP_GET_VERSION, in, pgroup, err);
639 if (*pgroup == NULL)
604 topo_fmri_getpgrp(topo_hdl_t *thp, nvlist_t *rsrc, const char *pgname, nvlist_t **pgroup, int *err) argument
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c759 * associated with. The "id" portion of the pgroup name will
923 /* Have a pgroup so sort it out */
960 * pgroup. If it is_default and !is_nfs,
1025 * Have a pgroup so see if it is a
1212 * sa_create_pgroup(handle, pgroup)
1218 sa_create_pgroup(scfutilhandle_t *handle, char *pgroup) argument
1234 if (*pgroup == '*') {
1236 pgroup++;
1240 * If the pgroup exists, we are done. If it doesn't, then we
1244 pgroup, handl
1270 sa_delete_pgroup(scfutilhandle_t *handle, char *pgroup) argument
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1040 mac_group_t *pgroup; local
1048 pgroup = (mac_group_t *)pring->mr_gh;
1049 pmip = (mac_impl_t *)pgroup->mrg_mh;
1090 mac_ring_intr_retarget(pgroup, pring);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c714 pid_t pgroup)
721 sap->sa_pgroup = pgroup;
728 pid_t *pgroup)
735 *pgroup = sap->sa_pgroup;
712 posix_spawnattr_setpgroup( posix_spawnattr_t *attr, pid_t pgroup) argument
726 posix_spawnattr_getpgroup( const posix_spawnattr_t *attr, pid_t *pgroup) argument
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h259 typedef struct pgroup { struct
H A Dsvccfg_xml.c835 lxml_get_pgroup(entity_t *entity, xmlNodePtr pgroup) argument
846 name = xmlGetProp(pgroup, (xmlChar *)name_attr);
847 type = xmlGetProp(pgroup, (xmlChar *)type_attr);
856 for (cursor = pgroup->xmlChildrenNode; cursor != NULL;
877 delete = xmlGetProp(pgroup, (xmlChar *)delete_attr);
H A Dsvccfg_libscf.c5189 pgroup_t *pgroup; local
5320 pgroup = internal_pgroup_new();
5321 if (pgroup == NULL)
5324 r = load_pg(ud_pg, &pgroup, ud_ctarg, NULL);
5332 internal_pgroup_free(pgroup);
5339 internal_pgroup_free(pgroup);
5348 report_pg_diffs(new_dpt_pgroup, pgroup, ud_ctarg, 1);
5349 internal_pgroup_free(pgroup);
5888 * - ient has invalid pgroup or dependent (error printed)
7004 * - s has invalid pgroup (erro
[all...]

Completed in 156 milliseconds