/titanic_44/usr/src/cmd/svc/profile/ |
H A D | listsvcs.pl | 43 my @svcs = (); # services list under construction 56 print join("\n", sort(@svcs)), "\n"; 69 push(@svcs, "$servicename:$name")
|
/titanic_44/usr/src/cmd/svc/svcs/ |
H A D | Makefile | 27 PROG = svcs 28 OBJS = svcs.o explain.o
|
/titanic_44/usr/src/cmd/avs/rdc/etc/ |
H A D | rdc.cluster.sh | 37 SVCS=/usr/bin/svcs
|
H A D | rdc.sh | 39 SVCS=/usr/bin/svcs
|
/titanic_44/usr/src/cmd/avs/dsw/etc/ |
H A D | ii.cluster.sh | 26 SVCS=/usr/bin/svcs
|
H A D | ii.sh | 27 SVCS=/usr/bin/svcs
|
/titanic_44/usr/src/cmd/avs/sv/etc/ |
H A D | sv.cluster.sh | 34 SVCS=/usr/bin/svcs
|
H A D | sv.sh | 31 SVCS=/usr/bin/svcs
|
/titanic_44/usr/src/cmd/svc/ |
H A D | Makefile | 28 SUBDIR_CMD= lsvcrun mfstscan servinfo svcadm svccfg svcprop svcs
|
/titanic_44/usr/src/cmd/hal/addons/network-devices/ |
H A D | svc-network-discovery | 39 SVCS=/usr/bin/svcs
|
/titanic_44/usr/src/cmd/auditd/ |
H A D | svc-auditd | 39 SVCS=/usr/bin/svcs
|
/titanic_44/usr/src/lib/libshare/nfs/ |
H A D | libshare_nfs.c | 2485 uint32_t svcs; member 2671 getsvcname(uint32_t svcs) in getsvcname() argument 2674 switch (svcs) { in getsvcname() 2734 svc_name = getsvcname(proto_options[i].svcs); in initprotofromsmf() 2897 restart_service(uint32_t svcs) in restart_service() argument 2903 for (mask = 1; svcs != 0; mask <<= 1) { in restart_service() 2904 switch (svcs & mask) { in restart_service() 2973 svcs &= ~mask; in restart_service() 3139 svc_name = getsvcname(proto_options[index].svcs); in nfs_set_proto_prop() 3151 restart_service(proto_options[index].svcs); in nfs_set_proto_prop()
|
/titanic_44/usr/src/lib/brand/solaris10/zone/ |
H A D | p2v.ksh | 268 svcs=$(SVCCFG_NOVALIDATE=1 \ 271 for k in $svcs 328 LANG=C /usr/sbin/zlogin -S $ZONENAME /usr/bin/svcs -aH | \
|
/titanic_44/usr/src/cmd/krb5/kadmin/kdcmgr/ |
H A D | kdcmgr.sh | 592 svcs -xv svc:/network/security/krb5kdc:default 598 svcs -xv svc:/network/security/kadmin:default 602 svcs -xv svc:/network/security/krb5_prop:default
|
/titanic_44/usr/src/cmd/avs/sdbc/etc/ |
H A D | scm.sh | 42 SVCS=/usr/bin/svcs
|
/titanic_44/usr/src/cmd/initpkg/init.d/ |
H A D | README.rc3 | 50 the output of "svcs -l svc:/milestone/multi-user-server:default".
|
H A D | README.rc2 | 59 the output of "svcs -l svc:/milestone/multi-user:default".
|
H A D | README.rcS | 73 the output of "svcs -l svc:/milestone/single-user:default".
|
H A D | README | 47 Legacy services are reported by the default svcs(1m) output, and (where
|
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 3758 uu_list_walk_t *svcs, *insts; in lxml_inventory() local 3768 svcs = uu_list_walk_start(b->sc_bundle_services, 0); in lxml_inventory() 3769 if (svcs == NULL) in lxml_inventory() 3772 while ((svc = uu_list_walk_next(svcs)) != NULL) { in lxml_inventory() 3787 uu_list_walk_end(svcs); in lxml_inventory() 3789 svcs = uu_list_walk_start(b->sc_bundle_services, 0); in lxml_inventory() 3790 while ((svc = uu_list_walk_next(svcs)) != NULL) { in lxml_inventory() 3794 uu_list_walk_end(svcs); in lxml_inventory()
|
/titanic_44/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 3054 _check_services(char **svcs) in _check_services() argument 3058 for (; *svcs; svcs++) { in _check_services() 3059 if (is_auto_enabled(*svcs) == 0) in _check_services() 3061 if ((s = smf_get_state(*svcs)) != NULL) { in _check_services() 3063 (void) smf_enable_instance(*svcs, in _check_services()
|
/titanic_44/usr/src/cmd/stmsboot/ |
H A D | stmsboot.sh | 67 SVCS=/usr/bin/svcs
|
/titanic_44/usr/src/man/man1/ |
H A D | Makefile | 368 svcs.1 \
|
/titanic_44/usr/src/test/zfs-tests/include/ |
H A D | commands.cfg | 132 export SVCS="/usr/bin/svcs"
|
/titanic_44/usr/src/cmd/fm/dicts/ |
H A D | SMF.po | 537 msgstr "Run 'svcs -xv %<fault-list[0].svc-string>' to determine the generic reason why the service …
|