Lines Matching refs:thedrr
203 dmu_replay_record_t thedrr; in main() local
204 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()
213 struct drr_write_embedded *drrwe = &thedrr.drr_u.drr_write_embedded; in main()
214 struct drr_checksum *drrc = &thedrr.drr_u.drr_checksum; in main()