Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server187 tports=`$SERVINFO -R -p -t -s "mountd" 2>/dev/null`
188 if [ -n "$tports" ]; then
189 for tport in $tports; do
206 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
207 if [ -n "$tports" ]; then
208 for tport in $tports; do
235 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" ]; then
243 for tport in $tports; do
/titanic_41/usr/src/cmd/ypcmd/
H A Dyp.sh49 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
70 if [ -n "$tports" ]; then
71 for tport in $tports; do
/titanic_41/usr/src/cmd/ssh/etc/
H A Dsshd57 tports=`grep "^Port" /etc/ssh/sshd_config 2>/dev/null | \
61 for port in $tports; do
/titanic_41/usr/src/cmd/svc/shell/
H A Dipf_include.sh533 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
534 if [ -n "$tports" ]; then
535 for tport in $tports; do
/titanic_41/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1197 char **tports; in ses_create_disk() local
1200 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()