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

/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server206 tports=`$SERVINFO -R -p -t -s "mountd" 2>/dev/null`
207 if [ -n "$tports" ]; then
208 for tport in $tports; do
225 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
226 if [ -n "$tports" ]; then
227 for tport in $tports; do
254 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
257 tports=`$SERVINFO -p -t -s $iana_name 2>/dev/null`
261 if [ -n "$tports" ]; then
262 for tport in $tports; d
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ssh/etc/
H A Dsshd57 tports=`grep "^Port" /etc/ssh/sshd_config 2>/dev/null | \
61 for port in $tports; do
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1192 char **tports; local
1195 tports = topo_mod_zalloc(mod, sizeof (char *) * nsas);
1196 if (tports != NULL) {
1201 tports[i] = scsi_wwn_to_wwnstr(wwn, 1, NULL);
1202 if (tports[i] == NULL)
1210 TOPO_PROP_IMMUTABLE, (const char **)tports,
1214 if (tports[i] != NULL)
1215 scsi_free_wwnstr(tports[i]);
1216 topo_mod_free(mod, tports, sizeof (char *) * nsas);

Completed in 47 milliseconds