Searched refs:drr_firstobj (Results 1 – 3 of 3) sorted by relevance
439 drrfo->drr_firstobj = in main()440 BSWAP_64(drrfo->drr_firstobj); in main()448 (u_longlong_t)drrfo->drr_firstobj, in main()
203 uint64_t drr_firstobj; member
439 if (drrfo->drr_firstobj + drrfo->drr_numobjs == firstobj) { in dump_freeobjects()453 drrfo->drr_firstobj = firstobj; in dump_freeobjects()2036 DO64(drr_freeobjects.drr_firstobj); in byteswap_record()2257 if (drrfo->drr_firstobj + drrfo->drr_numobjs < drrfo->drr_firstobj) in receive_freeobjects()2260 for (obj = drrfo->drr_firstobj == 0 ? 1 : drrfo->drr_firstobj; in receive_freeobjects()2261 obj < drrfo->drr_firstobj + drrfo->drr_numobjs && next_err == 0; in receive_freeobjects()