Lines Matching refs:finfo
87 static struct finfo *forward_register(ulong_t, struct netbuf *, int, char *);
88 static void forward_destroy(struct finfo *);
610 struct finfo { struct
611 struct finfo *prev; argument
612 struct finfo *next; argument
636 static struct finfo *fihead; argument
637 static struct finfo *fitail;
718 struct finfo *fi; in rpcbproc_callit_com()
1215 static struct finfo *forward_find(ulong_t, char *);
1223 static struct finfo *
1227 struct finfo *fi; in forward_register()
1308 forward_destroy(struct finfo *fi) in forward_destroy()
1342 static struct finfo *
1345 struct finfo *fi; in forward_find()
1401 struct finfo *fi; in handle_reply()