Home
last modified time | relevance | path

Searched refs:rc_size (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_raidz.c115 uint64_t rc_size; /* I/O size */ member
275 rm->rm_col[c].rc_size); in vdev_raidz_map_free()
279 rm->rm_col[c].rc_size); in vdev_raidz_map_free()
284 size += rm->rm_col[c].rc_size; in vdev_raidz_map_free()
349 zio_buf_alloc(rm->rm_col[x].rc_size); in vdev_raidz_cksum_finish()
356 buf += rm->rm_col[x].rc_size; in vdev_raidz_cksum_finish()
371 buf += rm->rm_col[x].rc_size; in vdev_raidz_cksum_finish()
382 good += rm->rm_col[x].rc_size; in vdev_raidz_cksum_finish()
427 size += rm->rm_col[c].rc_size; in vdev_raidz_cksum_report()
434 bcopy(col->rc_data, buf, col->rc_size); in vdev_raidz_cksum_report()
[all …]
/netbsd-src/sys/arch/arm/apple/
H A Dapple_pcie.c315 bus_size_t cs_size, rc_size; in apple_pcie_attach() local
323 if (fdtbus_get_reg_byname(phandle, "rc", &rc_addr, &rc_size) != 0) { in apple_pcie_attach()
343 error = bus_space_map(asc->sc_rc_bst, rc_addr, rc_size, 0, in apple_pcie_attach()
/netbsd-src/sys/dev/pci/
H A Dradeonfbvar.h150 struct wsdisplay_curpos rc_size; member
H A Dradeonfb.c3911 nc->rc_size = wc->size; in radeonfb_set_cursor()
3922 if (nc->rc_hot.x >= nc->rc_size.x) in radeonfb_set_cursor()
3923 nc->rc_hot.x = nc->rc_size.x - 1; in radeonfb_set_cursor()
3924 if (nc->rc_hot.y >= nc->rc_size.y) in radeonfb_set_cursor()
3925 nc->rc_hot.y = nc->rc_size.y - 1; in radeonfb_set_cursor()
4022 if ((i < dp->rd_cursor.rc_size.y) && in radeonfb_cursor_shape()
4023 (j < dp->rd_cursor.rc_size.x)) { in radeonfb_cursor_shape()