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

/opensolaris-onvv-gate/usr/src/cmd/svc/shell/
H A Dipf_include.sh888 ipfile=`fmri_to_file $1 $IPF_SUFFIX`
889 [ -f "$ipfile" ] && mv $ipfile "$ipfile.bak"
929 ipfile=`fmri_to_file $s $IPF_SUFFIX`
930 if [ -n "$ipfile" -a -r "$ipfile" ]; then
931 check_ipf_syntax $ipfile
939 check_ipf_rules $ipfile
945 CONF_FILES="$CONF_FILES $ipfile"
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server47 ipfile=`fmri_to_file $SMF_FMRI $IPF_SUFFIX`
48 [ -f "$ipfile" ] && return 0

Completed in 59 milliseconds