Searched defs:fmri_to_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/shell/
H A Dipf_include.sh257 # fmri_to_file fmri suffix
259 fmri_to_file() function
599 file=`fmri_to_file $service $IPF_SUFFIX`
600 file6=`fmri_to_file $service $IPF6_SUFFIX`
1113 ipfile=`fmri_to_file $1 $IPF_SUFFIX`
1115 ip6file=`fmri_to_file $1 $IPF6_SUFFIX`
1118 natfile=`fmri_to_file $1 $NAT_SUFFIX`
1156 ipfile=`fmri_to_file $s $IPF_SUFFIX`
1175 ip6file=`fmri_to_file $s $IPF6_SUFFIX`
1194 natfile=`fmri_to_file
[all...]

Completed in 70 milliseconds