Home
last modified time | relevance | path

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

/NextBSD/contrib/amd/amd/
HDrestart.c266 if (create_nfs_service(&soNFS, &port, &nfsxprt, nfs_program_2) != 0) { in restart_automounter_nodes()
HDnfs_start.c368 ret = create_nfs_service(&soNFS, &nfs_port, &nfsxprt, nfs_program_2); in mount_automounter()
/NextBSD/contrib/amd/hlfsd/
HDhlfsd.c422 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()
/NextBSD/contrib/amd/conf/transp/
HDtransp_sockets.c249 create_nfs_service(int *soNFSp, u_short *nfs_portp, SVCXPRT **nfs_xprtp, void (*dispatch_fxn)(struc… in create_nfs_service() function
/NextBSD/contrib/amd/include/
HDam_utils.h372 extern int create_nfs_service(int *soNFSp, u_short *nfs_portp, SVCXPRT **nfs_xprtp, void (*dispatch…
/NextBSD/contrib/amd/
HDChangeLog2127 * conf/transp/transp_tli.c (create_nfs_service): better cleanup on
2133 (create_nfs_service): better cleanup on error conditions.
6074 * conf/transp/transp_sockets.c (create_nfs_service): cast to
7996 (create_nfs_service): use bind_resv_port() directly. ensure that
8758 * conf/transp/transp_sockets.c (create_nfs_service): remove C++
9315 * conf/transp/transp_tli.c (create_nfs_service): if failed to
11489 * hlfsd/hlfsd.c (main): use new protoypes dor create_nfs_service().
11497 for create_nfs_service().