Searched refs:tports (Results 1 – 5 of 5) sorted by relevance
187 tports=`$SERVINFO -R -p -t -s "mountd" 2>/dev/null`188 if [ -n "$tports" ]; then189 for tport in $tports; do206 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`207 if [ -n "$tports" ]; then208 for tport in $tports; do235 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`238 tports=`$SERVINFO -p -t -s $iana_name 2>/dev/null`242 if [ -n "$tports" ]; then243 for tport in $tports; do
49 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`70 if [ -n "$tports" ]; then71 for tport in $tports; do
57 tports=`grep "^Port" /etc/ssh/sshd_config 2>/dev/null | \61 for port in $tports; do
533 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`534 if [ -n "$tports" ]; then535 for tport in $tports; do
1197 char **tports; in ses_create_disk() local1200 tports = topo_mod_zalloc(mod, sizeof (char *) * nsas); in ses_create_disk()1201 if (tports != NULL) { in ses_create_disk()1206 tports[i] = scsi_wwn_to_wwnstr(wwn, 1, NULL); in ses_create_disk()1207 if (tports[i] == NULL) in ses_create_disk()1215 TOPO_PROP_IMMUTABLE, (const char **)tports, in ses_create_disk()1219 if (tports[i] != NULL) in ses_create_disk()1220 scsi_free_wwnstr(tports[i]); in ses_create_disk()1221 topo_mod_free(mod, tports, sizeof (char *) * nsas); in ses_create_disk()