Lines Matching defs:finfo
87 static struct finfo *forward_register(ulong_t, struct netbuf *, int, char *);
88 static void forward_destroy(struct finfo *);
610 struct finfo {
611 struct finfo *prev;
612 struct finfo *next;
636 static struct finfo *fihead;
637 static struct finfo *fitail;
683 * put the reply into the particular finfo
718 struct finfo *fi;
1215 static struct finfo *forward_find(ulong_t, char *);
1218 * Adds an entry into the finfo list for the given request. Returns the finfo
1219 * and finfo_lock is left held. If duplicate request, returns finfo with
1220 * FINFO_ACTIVE, else returns finfo without FINFO_ACTIVE.
1223 static struct finfo *
1227 struct finfo *fi;
1308 forward_destroy(struct finfo *fi)
1342 static struct finfo *
1345 struct finfo *fi;
1401 struct finfo *fi;