Cross Reference: /illumos-gate/usr/src/cmd/svc/shell/ipf_include.sh

Lines Matching refs:svcprop

28 IPNATCONF=`/usr/bin/svcprop -p config/ipnat_config_file $IPFILTER_FMRI \
33 IPPOOLCONF=`/usr/bin/svcprop -p config/ippool_config_file $IPFILTER_FMRI \
136 # service method, it's best to read all relevant configuration via one svcprop
141 # is a string containing pg/prop and their corresponding values (i.e. svcprop -p
147 GLOBAL_CONFIG=`svcprop -p ${FW_CONFIG_OVR_PG} -p ${FW_CONFIG_DEF_PG} \
174 svcprop -p $config_pg/${POLICY_PROP} $1 2>/dev/null
185 svcprop -p $config_pg/${BLOCKPOL_PROP} $1 2>/dev/null
194 exceptions=`svcprop -p $config_pg/${EXCEPTIONS_PROP} $1 2>/dev/null`
204 exceptions6=`svcprop -p $config_pg/${EXCEPTIONS_6_PROP} $1 2>/dev/null`
214 apply2=`svcprop -p $config_pg/${APPLY2_PROP} $1 2>/dev/null`
224 apply2_6=`svcprop -p $config_pg/${APPLY2_6_PROP} $1 2>/dev/null`
234 target=`svcprop -p $config_pg/${TARGET_PROP} $1 2>/dev/null`
245 target6=`svcprop -p $config_pg/${TARGET_6_PROP} $1 2>/dev/null`
275 enabled_ovr=`svcprop -c -p general_ovr/enabled $1 2>/dev/null`
280 enabled=`svcprop -c -p general/enabled $1 2>/dev/null`
297 while [ "`svcprop -p restarter/next_state $1`" != "$SMF_NONE" ]; do
301 [ "`svcprop -p restarter/state $1`" = "$2" ] && return 0 || return 1
610 restarter=`svcprop -p general/restarter $service 2>/dev/null`
612 iana_name=`svcprop -p inetd/name $service 2>/dev/null`
613 isrpc=`svcprop -p inetd/isrpc $service 2>/dev/null`
615 iana_name=`svcprop -p $FW_CONTEXT_PG/name $service 2>/dev/null`
616 isrpc=`svcprop -p $FW_CONTEXT_PG/isrpc $service 2>/dev/null`
835 method=`svcprop -p $FW_CONTEXT_PG/$METHOD_PROP $1 2>/dev/null | \
840 svcprop -p $FW_CONFIG_PG $1 >/dev/null 2>&1 || return 1
1126 svcprop -p $FW_CONFIG_PG $1 >/dev/null 2>&1
1146 allsvcs=`svcprop -cf -p general/enabled -p general_ovr/enabled '*' \