Searched refs:thedrr (Results 1 – 2 of 2) sorted by relevance
203 dmu_replay_record_t thedrr; in main() local204 dmu_replay_record_t *drr = &thedrr; in main()205 struct drr_begin *drrb = &thedrr.drr_u.drr_begin; in main()206 struct drr_end *drre = &thedrr.drr_u.drr_end; in main()207 struct drr_object *drro = &thedrr.drr_u.drr_object; in main()208 struct drr_freeobjects *drrfo = &thedrr.drr_u.drr_freeobjects; in main()209 struct drr_write *drrw = &thedrr.drr_u.drr_write; in main()210 struct drr_write_byref *drrwbr = &thedrr.drr_u.drr_write_byref; in main()211 struct drr_free *drrf = &thedrr.drr_u.drr_free; in main()212 struct drr_spill *drrs = &thedrr.drr_u.drr_spill; in main()[all …]
287 dmu_replay_record_t thedrr; in cksummer() local288 dmu_replay_record_t *drr = &thedrr; in cksummer()