Searched defs:fatp_ctl (Results 1 – 1 of 1) sorted by relevance
268 struct fatp_ctl { struct269 vtw_ctl_t *vtw; /* associated VTWs */270 fatp_t *base; /* base of fatp_t array */271 fatp_t *lim; /* extent of fatp_t array */272 fatp_t *free; /* free list */273 uint32_t mask; /* hash mask */274 uint32_t nfree; /* # free */275 uint32_t nalloc; /* # allocated */276 fatp_t **hash; /* hash anchors */277 fatp_t **port; /* port hash anchors */