Searched refs:rrd (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c1776 struct receive_record_arg *rrd; member in struct:receive_arg
2416 /* note: rrd is NULL when reading the begin record's payload */
2417 if (ra->rrd != NULL) {
2418 ra->rrd->payload = buf;
2419 ra->rrd->payload_size = len;
2420 ra->rrd->bytes_read = ra->bytes_read;
2567 switch (ra->rrd->header.drr_type) {
2570 struct drr_object *drro = &ra->rrd->header.drr_u.drr_object;
2598 struct drr_write *drrw = &ra->rrd->header.drr_u.drr_write;
2608 ra->rrd
2674 receive_process_record(struct receive_writer_arg *rwa, struct receive_record_arg *rrd) argument
2750 struct receive_record_arg *rrd; local
[all...]
/freebsd-10-stable/contrib/unbound/validator/
H A Dval_kentry.c346 struct packed_rrset_data* rrd; local
360 rrd = regional_alloc_init(region, d->rrset_data,
362 if(!rrd)
364 rrk->entry.data = rrd;
365 packed_rrset_ptr_fixup(rrd);
/freebsd-10-stable/sys/dev/alc/
H A Dif_alc.c3525 struct rx_rdesc *rrd; local
3539 rrd = &sc->alc_rdata.alc_rr_ring[rr_cons];
3540 status = le32toh(rrd->status);
3543 nsegs = RRD_RD_CNT(le32toh(rrd->rdinfo));
3550 alc_rxeof(sc, rrd);
3552 rrd->status = 0;
3633 alc_rxeof(struct alc_softc *sc, struct rx_rdesc *rrd) argument
3642 status = le32toh(rrd->status);
3643 rdinfo = le32toh(rrd->rdinfo);
3733 vtag = RRD_VLAN(le32toh(rrd
[all...]

Completed in 130 milliseconds