Searched refs:svcs (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh276 # pkgs then use 'svccfg inventory' to get the names of the svcs
300 svcs=$(/usr/sbin/zlogin $ZONENAME /usr/sbin/svccfg \
302 for k in $svcs
361 # Get a list of the svcs that now exist in the zone.
362 LANG=C /usr/sbin/zlogin -S $ZONENAME /usr/bin/svcs -aH | \
412 # Skip svcs not installed in the zone.
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c4102 uint32_t svcs; member in struct:proto_option_defs
4214 * restart_service(svcs)
4222 restart_service(uint32_t svcs) argument
4228 for (mask = 1; svcs != 0; mask <<= 1) {
4229 switch (svcs & mask) {
4296 svcs &= ~mask;
4520 getsvcname(uint32_t svcs) argument
4523 switch (svcs) {
4636 svc_name = getsvcname(proto_options[i].svcs);
4763 svc_name = getsvcname(proto_options[index].svcs);
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c3311 _check_services(char **svcs) argument
3315 for (; *svcs; svcs++) {
3316 if (is_auto_enabled(*svcs) == 0)
3318 if ((s = smf_get_state(*svcs)) != NULL) {
3320 (void) smf_enable_instance(*svcs,

Completed in 42 milliseconds