Searched defs:svcs (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c3054 _check_services(char **svcs) argument
3058 for (; *svcs; svcs++) {
3059 if (is_auto_enabled(*svcs) == 0)
3061 if ((s = smf_get_state(*svcs)) != NULL) {
3063 (void) smf_enable_instance(*svcs,
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c2484 uint32_t svcs; member in struct:proto_option_defs
2670 getsvcname(uint32_t svcs) argument
2673 switch (svcs) {
2733 svc_name = getsvcname(proto_options[i].svcs);
2887 * restart_service(svcs)
2896 restart_service(uint32_t svcs) argument
2902 for (mask = 1; svcs != 0; mask <<= 1) {
2903 switch (svcs & mask) {
2972 svcs &= ~mask;
3156 svc_name = getsvcname(proto_options[index].svcs);
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3789 uu_list_walk_t *svcs, *insts; local
3799 svcs = uu_list_walk_start(b->sc_bundle_services, 0);
3800 if (svcs == NULL)
3803 while ((svc = uu_list_walk_next(svcs)) != NULL) {
3818 uu_list_walk_end(svcs);
3820 svcs = uu_list_walk_start(b->sc_bundle_services, 0);
3821 while ((svc = uu_list_walk_next(svcs)) != NULL) {
3825 uu_list_walk_end(svcs);
H A Dsvccfg_libscf.c10912 * one might cut and paste from svcs(1) or an error message, warn
16477 uu_list_walk_t *svcs; local
16537 svcs = uu_list_walk_start(b->sc_bundle_services,
16539 if (svcs == NULL) {
16544 while ((mfsvc = uu_list_walk_next(svcs)) !=
16551 uu_list_walk_end(svcs);
16692 uu_list_walk_t *svcs, *insts; local
16713 svcs = uu_list_walk_start(b->sc_bundle_services, 0);
16714 if (svcs == NULL) {
16722 while ((mfsvc = uu_list_walk_next(svcs)) !
[all...]

Completed in 107 milliseconds