Searched refs:ipfile (Results 1 – 2 of 2) sorted by relevance
1113 ipfile=`fmri_to_file $1 $IPF_SUFFIX`1114 [ -f "$ipfile" ] && mv $ipfile "$ipfile.bak"1156 ipfile=`fmri_to_file $s $IPF_SUFFIX`1157 if [ -n "$ipfile" -a -r "$ipfile" ]; then1158 check_ipf_syntax $ipfile1166 check_ipf_rules $ipfile1172 CONF_FILES="$CONF_FILES $ipfile"1219 ipfile=`fmri_to_file $svc $IPF_SUFFIX`1221 [ -n "$ipfile" ] && remove_rules $ipfile1224 [ -z "$ipfile" -a -z "$ip6file" ] && return 0[all …]
50 ipfile=`fmri_to_file $SMF_FMRI $IPF_SUFFIX`52 [ -f "$ipfile" -a -f "$ip6file" ] && return 0