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

/illumos-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server185 tports6=`$SERVINFO -R -p -t6 -s "mountd" 2>/dev/null`
186 if [ -n "$tports" -o -n "$tports6" ]; then
187 tports=`unique_ports $tports $tports6`
194 if [ -n "$tports6" ]; then
195 for tport6 in $tports6; do
224 tports6=`$SERVINFO -R -p -t6 -s $iana_name 2>/dev/null`
225 if [ -n "$tports" -o -n "$tports6" ]; then
226 tports=`unique_ports $tports $tports6`
233 if [ -n "$tports6" ]; then
234 for tport6 in $tports6; d
[all...]
/illumos-gate/usr/src/cmd/svc/shell/
H A Dipf_include.sh633 tports6=`$SERVINFO -R -p -t6 -s $iana_name 2>/dev/null`
634 if [ -n "$tports" -o -n "$tports6" ]; then
635 tports=`unique_ports $tports $tports6`
642 if [ -n "$tports6" ]; then
643 for tport6 in $tports6; do

Completed in 45 milliseconds