Lines Matching defs:fip
134 * ufp = fip->fi_list[fd];
139 * The UF_ENTER() macro deals with this possibility. UF_ENTER(ufp, fip, fd)
146 * (2) UF_ENTER(ufp, fip, fd) locks descriptor fd and sets ufp to point
148 * except uf_alloc and uf_busy. UF_ENTER(ufp, fip, fd) also prevents
149 * ufp->uf_alloc, ufp->uf_busy, fip->fi_list and fip->fi_nfiles from
154 * (4) Note that fip->fi_list and fip->fi_nfiles cannot change while *any*
158 #define UF_ENTER(ufp, fip, fd) \
160 uf_entry_t *_flist = (fip)->fi_list; \
162 ASSERT((fd) < (fip)->fi_nfiles); \
164 if (_flist == (fip)->fi_list) \