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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c1940 struct receive_record_arg *rrd; member in struct:receive_arg
2658 /* note: rrd is NULL when reading the begin record's payload */
2659 if (ra->rrd != NULL) {
2660 ra->rrd->payload = buf;
2661 ra->rrd->payload_size = len;
2662 ra->rrd->bytes_read = ra->bytes_read;
2809 switch (ra->rrd->header.drr_type) {
2812 struct drr_object *drro = &ra->rrd->header.drr_u.drr_object;
2840 struct drr_write *drrw = &ra->rrd->header.drr_u.drr_write;
2863 ra->rrd
2929 receive_process_record(struct receive_writer_arg *rwa, struct receive_record_arg *rrd) argument
3005 struct receive_record_arg *rrd; local
[all...]
/freebsd-12-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-12-stable/sys/dev/alc/
H A Dif_alc.c3544 struct rx_rdesc *rrd; local
3558 rrd = &sc->alc_rdata.alc_rr_ring[rr_cons];
3559 status = le32toh(rrd->status);
3562 nsegs = RRD_RD_CNT(le32toh(rrd->rdinfo));
3569 alc_rxeof(sc, rrd);
3571 rrd->status = 0;
3652 alc_rxeof(struct alc_softc *sc, struct rx_rdesc *rrd) argument
3661 status = le32toh(rrd->status);
3662 rdinfo = le32toh(rrd->rdinfo);
3752 vtag = RRD_VLAN(le32toh(rrd
[all...]

Completed in 260 milliseconds