Home
last modified time | relevance | path

Searched refs:protob (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c552 do_one(char *provider, NETSELDECL(proto), struct protob *protobp0, in do_one()
556 struct protob *protobp; in do_one()
644 do_all(struct protob *protobp, in do_all()
H A Dnfs_tbind.h53 struct protob { struct
58 struct protob *next; /* next entry on list */ argument
75 extern int do_all(struct protob *,
77 extern void do_one(char *, char *, struct protob *,
/illumos-gate/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c146 struct protob *protobp; in main()
382 protobp = (struct protob *)malloc(sizeof (struct protob)); in main()
387 protobp->next = (struct protob *)NULL; in main()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfs4cbd/
H A Dnfs4cbd.c98 struct protob *protobp; in main()
194 protobp = (struct protob *)malloc(sizeof (struct protob)); in main()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c147 struct protob *protobp0, *protobp; in main()
552 protobp0 = protobp = (struct protob *)malloc(sizeof (struct protob)); in main()
558 protobp->next = (struct protob *)malloc(sizeof (struct protob)); in main()