Home
last modified time | relevance | path

Searched refs:svcs (Results 1 – 25 of 30) sorted by relevance

12

/titanic_41/usr/src/cmd/svc/profile/
H A Dlistsvcs.pl43 my @svcs = (); # services list under construction
56 print join("\n", sort(@svcs)), "\n";
69 push(@svcs, "$servicename:$name")
/titanic_41/usr/src/cmd/svc/svcs/
H A DMakefile27 PROG = svcs
28 OBJS = svcs.o explain.o
/titanic_41/usr/src/cmd/avs/rdc/etc/
H A Drdc.cluster.sh37 SVCS=/usr/bin/svcs
H A Drdc.sh39 SVCS=/usr/bin/svcs
/titanic_41/usr/src/cmd/avs/dsw/etc/
H A Dii.cluster.sh26 SVCS=/usr/bin/svcs
H A Dii.sh27 SVCS=/usr/bin/svcs
/titanic_41/usr/src/cmd/avs/sv/etc/
H A Dsv.cluster.sh34 SVCS=/usr/bin/svcs
H A Dsv.sh31 SVCS=/usr/bin/svcs
/titanic_41/usr/src/cmd/svc/
H A DMakefile28 SUBDIR_CMD= lsvcrun mfstscan servinfo svcadm svccfg svcprop svcs
/titanic_41/usr/src/cmd/hal/addons/network-devices/
H A Dsvc-network-discovery39 SVCS=/usr/bin/svcs
/titanic_41/usr/src/cmd/auditd/
H A Dsvc-auditd39 SVCS=/usr/bin/svcs
/titanic_41/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c2485 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_41/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh268 svcs=$(SVCCFG_NOVALIDATE=1 \
271 for k in $svcs
328 LANG=C /usr/sbin/zlogin -S $ZONENAME /usr/bin/svcs -aH | \
/titanic_41/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh592 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_41/usr/src/cmd/avs/sdbc/etc/
H A Dscm.sh42 SVCS=/usr/bin/svcs
/titanic_41/usr/src/cmd/initpkg/init.d/
H A DREADME.rc350 the output of "svcs -l svc:/milestone/multi-user-server:default".
H A DREADME.rc259 the output of "svcs -l svc:/milestone/multi-user:default".
H A DREADME.rcS73 the output of "svcs -l svc:/milestone/single-user:default".
H A DREADME47 Legacy services are reported by the default svcs(1m) output, and (where
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3758 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_41/usr/src/lib/libscf/common/
H A Dmidlevel.c3054 _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_41/usr/src/cmd/stmsboot/
H A Dstmsboot.sh67 SVCS=/usr/bin/svcs
/titanic_41/usr/src/man/man1/
H A DMakefile368 svcs.1 \
/titanic_41/usr/src/test/zfs-tests/include/
H A Dcommands.cfg132 export SVCS="/usr/bin/svcs"
/titanic_41/usr/src/cmd/fm/dicts/
H A DSMF.po537 msgstr "Run 'svcs -xv %<fault-list[0].svc-string>' to determine the generic reason why the service …

12