Lines Matching refs:null

29     2>/dev/null`
34 2>/dev/null`
148 $IPF_FMRI 2>/dev/null | awk '{$2=" "; print $0}'`
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`
253 mkdir $VAR_IPF_DIR >/dev/null 2>&1 || return 1
275 enabled_ovr=`svcprop -c -p general_ovr/enabled $1 2>/dev/null`
280 enabled=`svcprop -c -p general/enabled $1 2>/dev/null`
323 ifconfig $scratch >/dev/null 2>&1 || return 1
333 echo $1 | grep "^${PREFIX_IF}" >/dev/null 2>&1
341 [ -f "$1" ] && ipf $2 -r -f $1 >/dev/null 2>&1
346 [ -f "$1" ] && ipnat -r -f $1 >/dev/null 2>&1
351 ipf $2 -n -f $1 >/dev/null 2>&1
356 ipnat -n -f $1 >/dev/null 2>&1
366 ipf $2 -n -v -f $1 2>/dev/null | sed -n -e \
373 ipfstat $1 -io 2>/dev/null | sed -n -e \
443 ipf $2 -f - >/dev/null 2>&1
448 check_ipf_syntax $1 $2 && ipf $2 -f $1 >/dev/null 2>&1
453 check_nat_syntax $1 && ipnat -f $1 >/dev/null 2>&1
461 port_str=`echo "$1" | sed -e 's/ //g; s/\\\//g; s/.*://' 2>/dev/null`
464 echo $port_str | grep "-" >/dev/null
466 echo $port_str | grep '^[0-9]\{1,5\}-[0-9]\{1,5\}$' >/dev/null || \
479 echo "$port_str" | grep '^[0-9]\{1,5\}$' >/dev/null || return 1
490 proto=`echo "$1" | sed -e 's/ //g; s/:.*//' 2>/dev/null`
502 curpid=`cat $IPF_LOCK/pid 2>/dev/null`
508 ps -p $curpid >/dev/null 2>&1 || rm -r $IPF_LOCK >/dev/null 2>&1
515 mkdir $IPF_LOCK 2>/dev/null && break;
544 rm $IPFILCONF >/dev/null 2>&1
545 ln -s $1 $IPFILCONF >/dev/null 2>&1
560 rm $IP6FILCONF >/dev/null 2>&1
561 ln -s $1 $IP6FILCONF >/dev/null 2>&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`
632 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
633 tports6=`$SERVINFO -R -p -t6 -s $iana_name 2>/dev/null`
649 uports=`$SERVINFO -R -p -u -s $iana_name 2>/dev/null`
650 uports6=`$SERVINFO -R -p -u6 -s $iana_name 2>/dev/null`
835 method=`svcprop -p $FW_CONTEXT_PG/$METHOD_PROP $1 2>/dev/null | \
838 ( exec $method $1 >/dev/null )
840 svcprop -p $FW_CONFIG_PG $1 >/dev/null 2>&1 || return 1
1007 /sbin/netstrategy | grep dhcp >/dev/null 2>&1
1103 svcadm mark maintenance $1 >/dev/null 2>&1
1126 svcprop -p $FW_CONFIG_PG $1 >/dev/null 2>&1
1147 2>/dev/null | sed -n 's,^\(svc:.*\)/:properties/.* true$,\1,p' | sort -u`