Home
last modified time | relevance | path

Searched refs:Mysvc4 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.h46 extern int (*Mysvc4)(int, struct netbuf *, struct netconfig *,
H A Dnfs_tbind.c126 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()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfs4cbd/
H A Dnfs4cbd.c104 Mysvc4 = nfs4svc; in main()