Home
last modified time | relevance | path

Searched refs:nfs_port (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/amd/amd/
HDnfs_start.c55 u_short nfs_port = 0; variable
367 if (nfs_port == 0) { in mount_automounter()
368 ret = create_nfs_service(&soNFS, &nfs_port, &nfsxprt, nfs_program_2); in mount_automounter()
373 am_get_hostname(), (long) am_mypid, nfs_port); in mount_automounter()
HDsrvr_nfs.c686 int nfs_port = 0; in find_nfs_srvr() local
853 nfs_port = ip->sin_port; in find_nfs_srvr()
866 nfs_port = ip->sin_port; in find_nfs_srvr()
907 nfs_port = htons(nfs_port_opt); in find_nfs_srvr()
908 if (!nfs_port) in find_nfs_srvr()
909 nfs_port = htons(NFS_PORT); in find_nfs_srvr()
912 (int) ntohs(nfs_port), host); in find_nfs_srvr()
913 ip->sin_port = nfs_port; in find_nfs_srvr()
HDrestart.c251 if (port != nfs_port) { in restart_automounter_nodes()
270 old_ports[i] = nfs_port = port; in restart_automounter_nodes()
HDamfs_toplvl.c215 MNTTAB_OPT_PORT, nfs_port, in amfs_toplvl_mount()
/trueos/contrib/amd/hlfsd/
HDhlfsd.c94 u_short nfs_port; variable
422 ret = create_nfs_service(&soNFS, &nfs_port, &nfsxprt, nfs_program_2); in main()
424 ret = create_nfs_service(&soNFS, &nfs_port, &nfsxprt, nfs_program_2); in main()
/trueos/contrib/amd/include/
HDam_utils.h266 extern u_short nfs_port; /* Our NFS service port */