Searched refs:pg_attrs_equal (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.h | 445 int pg_attrs_equal(const pgroup_t *, const pgroup_t *, const char *, int);
|
H A D | svccfg_internal.c | 1407 pg_attrs_equal(const pgroup_t *pg1, const pgroup_t *pg2, const char *fmri, in pg_attrs_equal() function 1451 if (!pg_attrs_equal(pg1, pg2, NULL, 0)) in pg_equal()
|
H A D | svccfg_libscf.c | 2864 if (!pg_attrs_equal(pg1, pg2, fmri, new)) in report_pg_diffs() 5668 if (!pg_attrs_equal(lipg_i, curpg_i, NULL, 0)) { in process_old_pg() 5669 (void) pg_attrs_equal(curpg_i, mpg, ient->sc_fmri, 0); in process_old_pg() 5698 !pg_attrs_equal(lipg_i, mpg, NULL, 0)) { in process_old_pg()
|