Lines Matching refs:pgroup_t
274 } pgroup_t; typedef
309 pgroup_t *sc_general; /* pointer to general property group */
415 pgroup_t *internal_pgroup_new(void);
416 void internal_pgroup_free(pgroup_t *);
417 pgroup_t *internal_pgroup_find(entity_t *, const char *, const char *);
418 pgroup_t *internal_dependent_find(entity_t *, const char *);
419 pgroup_t *internal_pgroup_find_or_create(entity_t *, const char *,
421 pgroup_t *internal_pgroup_create_strict(entity_t *, const char *,
425 property_t *internal_property_find(pgroup_t *, const char *);
431 int internal_attach_pgroup(entity_t *, pgroup_t *);
432 void internal_detach_pgroup(entity_t *, pgroup_t *);
433 int internal_attach_dependent(entity_t *, pgroup_t *);
434 int internal_attach_property(pgroup_t *, property_t *);
435 void internal_detach_property(pgroup_t *, property_t *);
441 int load_pg_attrs(const scf_propertygroup_t *, pgroup_t **);
442 int load_pg(const scf_propertygroup_t *, pgroup_t **, const char *,
445 int pg_attrs_equal(const pgroup_t *, const pgroup_t *, const char *, int);
446 int pg_equal(pgroup_t *, pgroup_t *);