Lines Matching refs:fdh
175 fdb_holes_t *fdh, *fdhp; in fdb_free() local
187 for (fdh = fdb->fd_holes; fdh; ) { in fdb_free()
188 fdhp = fdh; in fdb_free()
189 fdh = fdh->next_hole; in fdb_free()
272 fdb_holes_t *fdh = fdb->fd_holes; in fdb_zero_holes() local
277 if (!fdh) in fdb_zero_holes()
283 while (fdh) { in fdb_zero_holes()
284 fdb_holes_t *pfdh = fdh; in fdb_zero_holes()
285 size_t l = fdh->len; in fdb_zero_holes()
286 u_offset_t o = fdh->off; in fdb_zero_holes()
322 fdh = fdh->next_hole; in fdb_zero_holes()
327 while (fdh) { in fdb_zero_holes()
328 fdb_holes_t *pfdh = fdh; in fdb_zero_holes()
330 bzero(fdb->fd_addr + fdh->off, fdh->len); in fdb_zero_holes()
332 fdh = fdh->next_hole; in fdb_zero_holes()