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 559 * The FINFO structure is a header; it is followed by fi_nblocks block
583 typedef union finfo { union
586 } FINFO;
587 __CTASSERT(__alignof(union finfo) == __alignof(struct finfo64));
589 __CTASSERT(__alignof(union finfo) == __alignof(struct finfo32));
758 /* FINFO's and inode daddr's... */
776 /* FINFO's and inode daddr's... */
794 /* FINFO's and inode daddr's... */
1162 * pointers following a FINFO.
1177 FINFO *fip; /* current fileinfo pointer *
    [all...]

Completed in 127 milliseconds