Searched refs:drrfo (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/zstreamdump/
H A Dzstreamdump.c87 struct drr_freeobjects *drrfo = &thedrr.drr_u.drr_freeobjects; local
291 drrfo->drr_firstobj =
292 BSWAP_64(drrfo->drr_firstobj);
293 drrfo->drr_numobjs =
294 BSWAP_64(drrfo->drr_numobjs);
295 drrfo->drr_toguid = BSWAP_64(drrfo->drr_toguid);
300 (u_longlong_t)drrfo->drr_firstobj,
301 (u_longlong_t)drrfo->drr_numobjs);
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c215 struct drr_freeobjects *drrfo = &(ba->drr->drr_u.drr_freeobjects); local
235 if (drrfo->drr_firstobj + drrfo->drr_numobjs == firstobj) {
236 drrfo->drr_numobjs += numobjs;
250 drrfo->drr_firstobj = firstobj;
251 drrfo->drr_numobjs = numobjs;
252 drrfo->drr_toguid = ba->toguid;
1106 struct drr_freeobjects *drrfo)
1110 if (drrfo->drr_firstobj + drrfo
1105 restore_freeobjects(struct restorearg *ra, objset_t *os, struct drr_freeobjects *drrfo) argument
1417 struct drr_freeobjects drrfo = local
[all...]

Completed in 100 milliseconds