Home
last modified time | relevance | path

Searched refs:SCF_WALK_SERVICE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h292 #define SCF_WALK_SERVICE 0x04 macro
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c1121 flags = SCF_WALK_PROPERTY | SCF_WALK_SERVICE | SCF_WALK_EXPLICIT; in main()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c850 if (scf_walk_fmri(g_hndl, 0, NULL, SCF_WALK_SERVICE|SCF_WALK_NOINSTANCE, in engine_cleanup()
H A Dsvccfg_libscf.c10959 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 Dlowlevel.c6380 assert(flags & SCF_WALK_SERVICE); in scf_walk_fmri()
6382 assert(flags & SCF_WALK_SERVICE); in scf_walk_fmri()
6529 if (flags & SCF_WALK_SERVICE) { in scf_walk_fmri()
6654 if (flags & SCF_WALK_SERVICE) { in scf_walk_fmri()
6850 else if (flags & SCF_WALK_SERVICE) in scf_walk_fmri()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3926 SCF_WALK_MULTIPLE | SCF_WALK_SERVICE, in main()