Searched refs:Mysvc4 (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.h | 46 extern int (*Mysvc4)(int, struct netbuf *, struct netconfig *,
|
H A D | nfs_tbind.c | 126 int (*Mysvc4)(int, struct netbuf *, struct netconfig *, int, variable 408 nconf->nc_semantics == NC_TPI_COTS_ORD) && Mysvc4 != NULL) in nfslib_bindit() 409 (*Mysvc4)(fd, NULL, nconf, NFS4_SETPORT, &ntb->addr); in nfslib_bindit() 616 if (svc == NULL && Mysvc4 != NULL) in do_one() 617 err = (*Mysvc4)(sock, &addrmask, retnconf, in do_one() 1418 if (Mysvc4 != NULL) in cots_listen_event() 1419 ret = (*Mysvc4)(new_fd, &addrmask, nconf, in cots_listen_event()
|
/titanic_44/usr/src/cmd/fs.d/nfs/nfs4cbd/ |
H A D | nfs4cbd.c | 104 Mysvc4 = nfs4svc; in main()
|