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

/illumos-gate/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; d
[all...]
/illumos-gate/usr/src/cmd/ssh/etc/
H A Dsshd60 tports=`grep "^Port" /etc/ssh/sshd_config 2>/dev/null | \
65 for port in $tports; do
/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1216 char **tports; local
1219 tports = topo_mod_zalloc(mod, sizeof (char *) * nsas);
1220 if (tports != NULL) {
1225 tports[i] = scsi_wwn_to_wwnstr(wwn, 1, NULL);
1226 if (tports[i] == NULL)
1234 TOPO_PROP_IMMUTABLE, (const char **)tports,
1238 if (tports[i] != NULL)
1239 scsi_free_wwnstr(tports[i]);
1240 topo_mod_free(mod, tports, sizeof (char *) * nsas);

Completed in 67 milliseconds