Searched refs:SCF_WALK_SERVICE (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libscf/inc/ |
H A D | libscf_priv.h | 289 #define SCF_WALK_SERVICE 0x04 macro
|
/titanic_41/usr/src/cmd/svc/svcprop/ |
H A D | svcprop.c | 1125 flags = SCF_WALK_PROPERTY | SCF_WALK_SERVICE | SCF_WALK_EXPLICIT; in main()
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_engine.c | 846 if (scf_walk_fmri(g_hndl, 0, NULL, SCF_WALK_SERVICE|SCF_WALK_NOINSTANCE, in engine_cleanup()
|
H A D | svccfg_libscf.c | 10922 SCF_WALK_SERVICE | SCF_WALK_NOINSTANCE, export_callback, in lscf_service_export() 11549 if ((ret = scf_walk_fmri(g_hndl, 1, (char **)&fmri, SCF_WALK_SERVICE, in lscf_select() 12665 if ((ret = scf_walk_fmri(g_hndl, 1, (char **)&fmri, SCF_WALK_SERVICE, in lscf_delete()
|
/titanic_41/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 6295 assert(flags & SCF_WALK_SERVICE); in scf_walk_fmri() 6297 assert(flags & SCF_WALK_SERVICE); in scf_walk_fmri() 6444 if (flags & SCF_WALK_SERVICE) { in scf_walk_fmri() 6572 if (flags & SCF_WALK_SERVICE) { in scf_walk_fmri() 6768 else if (flags & SCF_WALK_SERVICE) in scf_walk_fmri()
|
/titanic_41/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 3890 SCF_WALK_MULTIPLE | SCF_WALK_SERVICE, in main()
|