Searched refs:SCF_WALK_SERVICE (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf_priv.h | 292 #define SCF_WALK_SERVICE 0x04 macro
|
/illumos-gate/usr/src/cmd/svc/svcprop/ |
H A D | svcprop.c | 1121 flags = SCF_WALK_PROPERTY | SCF_WALK_SERVICE | SCF_WALK_EXPLICIT; in main()
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_engine.c | 850 if (scf_walk_fmri(g_hndl, 0, NULL, SCF_WALK_SERVICE|SCF_WALK_NOINSTANCE, in engine_cleanup()
|
H A D | svccfg_libscf.c | 10959 SCF_WALK_SERVICE | SCF_WALK_NOINSTANCE, export_callback, in lscf_service_export() 11586 if ((ret = scf_walk_fmri(g_hndl, 1, (char **)&fmri, SCF_WALK_SERVICE, in lscf_select() 12702 if ((ret = scf_walk_fmri(g_hndl, 1, (char **)&fmri, SCF_WALK_SERVICE, in lscf_delete()
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 6389 assert(flags & SCF_WALK_SERVICE); in scf_walk_fmri() 6391 assert(flags & SCF_WALK_SERVICE); in scf_walk_fmri() 6538 if (flags & SCF_WALK_SERVICE) { in scf_walk_fmri() 6663 if (flags & SCF_WALK_SERVICE) { in scf_walk_fmri() 6859 else if (flags & SCF_WALK_SERVICE) in scf_walk_fmri()
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 3926 SCF_WALK_MULTIPLE | SCF_WALK_SERVICE, in main()
|