Lines Matching refs:fdh
173 fdb_holes_t *fdh, *fdhp; in fdb_free() local
185 for (fdh = fdb->fd_holes; fdh; ) { in fdb_free()
186 fdhp = fdh; in fdb_free()
187 fdh = fdh->next_hole; in fdb_free()
270 fdb_holes_t *fdh = fdb->fd_holes; in fdb_zero_holes() local
275 if (!fdh) in fdb_zero_holes()
281 while (fdh) { in fdb_zero_holes()
282 fdb_holes_t *pfdh = fdh; in fdb_zero_holes()
283 size_t l = fdh->len; in fdb_zero_holes()
284 u_offset_t o = fdh->off; in fdb_zero_holes()
320 fdh = fdh->next_hole; in fdb_zero_holes()
325 while (fdh) { in fdb_zero_holes()
326 fdb_holes_t *pfdh = fdh; in fdb_zero_holes()
328 bzero(fdb->fd_addr + fdh->off, fdh->len); in fdb_zero_holes()
330 fdh = fdh->next_hole; in fdb_zero_holes()