HomeSort by: relevance | last modified time | path
    Searched defs:FINFO (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 90 struct finfo { struct
102 static struct finfo FINFO[NFORWARD];
113 static struct finfo *forward_find(u_int32_t);
120 static void xprt_set_caller(SVCXPRT *, struct finfo *);
121 static void send_svcsyserr(SVCXPRT *, struct finfo *);
596 * used was for forwarding (by looking through the finfo structures to see
943 min_time = FINFO[0].time;
955 if (FINFO[i].flag & FINFO_ACTIVE) {
956 if ((FINFO[i].caller_xid == caller_xid) &
    [all...]
  /src/sys/ufs/lfs/
lfs.h 563 * The FINFO structure is a header; it is followed by fi_nblocks block
587 typedef union finfo { union
590 } FINFO;
591 __CTASSERT(__alignof(union finfo) == __alignof(struct finfo64));
593 __CTASSERT(__alignof(union finfo) == __alignof(struct finfo32));
762 /* FINFO's and inode daddr's... */
780 /* FINFO's and inode daddr's... */
798 /* FINFO's and inode daddr's... */
1146 FINFO *finfop; /* The FINFO structure to parse *
    [all...]

Completed in 48 milliseconds