Home
last modified time | relevance | path

Searched refs:tports (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server184 tports=`$SERVINFO -R -p -t -s "mountd" 2>/dev/null`
186 if [ -n "$tports" -o -n "$tports6" ]; then
187 tports=`unique_ports $tports $tports6`
188 for tport in $tports; do
223 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
225 if [ -n "$tports" -o -n "$tports6" ]; then
226 tports=`unique_ports $tports $tports6`
227 for tport in $tports; do
275 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
280 tports=`$SERVINFO -p -t -s $iana_name 2>/dev/null`
[all …]
/titanic_50/usr/src/cmd/ypcmd/
H A Dyp.sh58 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
83 if [ -n "$tports" -o -n "$tports_6" ]; then
84 for tport in $tports $tports_6; do
/titanic_50/usr/src/cmd/ssh/etc/
H A Dsshd60 tports=`grep "^Port" /etc/ssh/sshd_config 2>/dev/null | \
65 for port in $tports; do
/titanic_50/usr/src/cmd/svc/shell/
H A Dipf_include.sh632 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
634 if [ -n "$tports" -o -n "$tports6" ]; then
635 tports=`unique_ports $tports $tports6`
636 for tport in $tports; do
/titanic_50/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1274 char **tports; in ses_create_disk() local
1277 tports = topo_mod_zalloc(mod, sizeof (char *) * nsas); in ses_create_disk()
1278 if (tports != NULL) { in ses_create_disk()
1283 tports[i] = scsi_wwn_to_wwnstr(wwn, 1, NULL); in ses_create_disk()
1284 if (tports[i] == NULL) in ses_create_disk()
1292 TOPO_PROP_IMMUTABLE, (const char **)tports, in ses_create_disk()
1296 if (tports[i] != NULL) in ses_create_disk()
1297 scsi_free_wwnstr(tports[i]); in ses_create_disk()
1298 topo_mod_free(mod, tports, sizeof (char *) * nsas); in ses_create_disk()