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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c1917 struct receive_record_arg *rrd; member in struct:receive_arg
2576 /* note: rrd is NULL when reading the begin record's payload */
2577 if (ra->rrd != NULL) {
2578 ra->rrd->payload = buf;
2579 ra->rrd->payload_size = len;
2580 ra->rrd->bytes_read = ra->bytes_read;
2727 switch (ra->rrd->header.drr_type) {
2730 struct drr_object *drro = &ra->rrd->header.drr_u.drr_object;
2758 struct drr_write *drrw = &ra->rrd->header.drr_u.drr_write;
2781 ra->rrd
2847 receive_process_record(struct receive_writer_arg *rwa, struct receive_record_arg *rrd) argument
2923 struct receive_record_arg *rrd; local
[all...]
/freebsd-11-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-11-stable/sys/dev/alc/
H A Dif_alc.c3515 struct rx_rdesc *rrd; local
3529 rrd = &sc->alc_rdata.alc_rr_ring[rr_cons];
3530 status = le32toh(rrd->status);
3533 nsegs = RRD_RD_CNT(le32toh(rrd->rdinfo));
3540 alc_rxeof(sc, rrd);
3542 rrd->status = 0;
3623 alc_rxeof(struct alc_softc *sc, struct rx_rdesc *rrd) argument
3632 status = le32toh(rrd->status);
3633 rdinfo = le32toh(rrd->rdinfo);
3723 vtag = RRD_VLAN(le32toh(rrd
[all...]

Completed in 93 milliseconds