Searched refs:ip6file (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/shell/
H A Dipf_include.sh1115 ip6file=`fmri_to_file $1 $IPF6_SUFFIX`
1116 [ -f "$ip6file" ] && mv $ip6file "$ip6file.bak"
1175 ip6file=`fmri_to_file $s $IPF6_SUFFIX`
1176 if [ -n "$ip6file" -a -r "$ip6file" ]; then
1177 check_ipf_syntax $ip6file -6
1185 check_ipf_rules $ip6file -6
1191 CONF6_FILES="$CONF6_FILES $ip6file"
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server51 ip6file=`fmri_to_file $SMF_FMRI $IPF6_SUFFIX`
52 [ -f "$ipfile" -a -f "$ip6file" ] && return 0

Completed in 75 milliseconds