Home
last modified time | relevance | path

Searched refs:iana_name (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server204 iana_name=`svcprop -p inetd/name $FMRI`
206 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
214 uports=`$SERVINFO -R -p -u -s $iana_name 2>/dev/null`
227 iana_name=`svcprop -p inetd/name $FMRI`
230 iana_name=`svcprop -p $FW_CONTEXT_PG/name $FMRI`
235 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
236 uports=`$SERVINFO -R -p -u -s $iana_name 2>/dev/null`
238 tports=`$SERVINFO -p -t -s $iana_name 2>/dev/null`
239 uports=`$SERVINFO -p -u -s $iana_name 2>/dev/null`
/titanic_41/usr/src/cmd/ypcmd/
H A Dyp.sh35 iana_name=`svcprop -p $FW_CONTEXT_PG/name $FMRI`
49 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
50 uports=`$SERVINFO -R -p -u -s $iana_name 2>/dev/null`
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dsvc-route48 iana_name=`svcprop -p $FW_CONTEXT_PG/name ${FMRI} 2>/dev/null`
50 tport=`$SERVINFO -p -t -s $iana_name 2>/dev/null`
51 uport=`$SERVINFO -p -u -s $iana_name 2>/dev/null`
/titanic_41/usr/src/cmd/svc/shell/
H A Dipf_include.sh515 iana_name=`svcprop -p inetd/name $service 2>/dev/null`
518 iana_name=`svcprop -p $FW_CONTEXT_PG/name $service 2>/dev/null`
527 [ -z "$iana_name" ] && return 1
533 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
541 uports=`$SERVINFO -R -p -u -s $iana_name 2>/dev/null`
556 tport=`$SERVINFO -p -t -s $iana_name 2>&1`
561 uport=`$SERVINFO -p -u -s $iana_name 2>&1`