Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server219 iana_name=`svcprop -p inetd/name $FMRI`
223 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
224 tports6=`$SERVINFO -R -p -t6 -s $iana_name 2>/dev/null`
240 uports=`$SERVINFO -R -p -u -s $iana_name 2>/dev/null`
241 uports6=`$SERVINFO -R -p -u6 -s $iana_name 2>/dev/null`
267 iana_name=`svcprop -p inetd/name $FMRI`
270 iana_name=`svcprop -p $FW_CONTEXT_PG/name $FMRI`
275 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
276 tports6=`$SERVINFO -R -p -t6 -s $iana_name 2>/dev/null`
277 uports=`$SERVINFO -R -p -u -s $iana_name 2>/dev/null`
[all …]
/titanic_50/usr/src/cmd/ypcmd/
H A Dyp.sh37 iana_name=`svcprop -p $FW_CONTEXT_PG/name $FMRI`
58 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
59 uports=`$SERVINFO -R -p -u -s $iana_name 2>/dev/null`
60 tports_6=`$SERVINFO -R -p -t6 -s $iana_name 2>/dev/null`
61 uports_6=`$SERVINFO -R -p -u6 -s $iana_name 2>/dev/null`
/titanic_50/usr/src/cmd/svc/shell/
H A Dipf_include.sh612 iana_name=`svcprop -p inetd/name $service 2>/dev/null`
615 iana_name=`svcprop -p $FW_CONTEXT_PG/name $service 2>/dev/null`
624 [ -z "$iana_name" ] && return 1
632 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
633 tports6=`$SERVINFO -R -p -t6 -s $iana_name 2>/dev/null`
649 uports=`$SERVINFO -R -p -u -s $iana_name 2>/dev/null`
650 uports6=`$SERVINFO -R -p -u6 -s $iana_name 2>/dev/null`
672 tport=`$SERVINFO -p -t -s $iana_name 2>&1`
677 tport6=`$SERVINFO -p -t6 -s $iana_name 2>&1`
682 uport=`$SERVINFO -p -u -s $iana_name 2>&1`
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dsvc-route50 iana_name=`svcprop -p $FW_CONTEXT_PG/name ${FMRI} 2>/dev/null`
52 tport=`$SERVINFO -p -t -s $iana_name 2>/dev/null`
53 uport=`$SERVINFO -p -u -s $iana_name 2>/dev/null`