Home
last modified time | relevance | path

Searched refs:try_port (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/sparc/kernel/
Dsys_sunos.c638 int try_port; in sunos_nfs_get_server_fd() local
655 try_port = 1024; in sunos_nfs_get_server_fd()
657 local.sin_port = htons (--try_port); in sunos_nfs_get_server_fd()
660 } while (ret && try_port > (1024 / 2)); in sunos_nfs_get_server_fd()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sunos32.c603 int try_port; in sunos_nfs_get_server_fd() local
620 try_port = 1024; in sunos_nfs_get_server_fd()
622 local.sin_port = htons (--try_port); in sunos_nfs_get_server_fd()
625 } while (ret && try_port > (1024 / 2)); in sunos_nfs_get_server_fd()