HomeSort by: relevance | last modified time | path
    Searched refs:rdb (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
Makefile 6 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls1012a-rdb.dtb
14 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls1028a-rdb.dtb
16 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls1043a-rdb.dtb
19 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls1046a-rdb.dtb
21 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls1088a-rdb.dtb
24 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2080a-rdb.dtb
27 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls2088a-rdb.dtb
31 dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
fsl-ls2088a-rdb.dts 3 * Device Tree file for Freescale LS2088A RDB Board.
15 #include "fsl-ls208xa-rdb.dtsi"
18 model = "Freescale Layerscape 2088A RDB Board";
19 compatible = "fsl,ls2088a-rdb", "fsl,ls2088a";
fsl-ls1012a-rdb.dts 3 * Device Tree file for Freescale LS1012A RDB Board.
14 model = "LS1012A RDB Board";
15 compatible = "fsl,ls1012a-rdb", "fsl,ls1012a";
fsl-ls1046a-rdb.dts 16 model = "LS1046A RDB Board";
17 compatible = "fsl,ls1046a-rdb", "fsl,ls1046a";
fsl-ls1043a-rdb.dts 15 model = "LS1043A RDB Board";
16 compatible = "fsl,ls1043a-rdb", "fsl,ls1043a";
fsl-ls1088a-rdb.dts 3 * Device Tree file for NXP LS1088A RDB Board.
16 model = "LS1088A RDB Board";
17 compatible = "fsl,ls1088a-rdb", "fsl,ls1088a";
fsl-lx2160a-rdb.dts 13 compatible = "fsl,lx2160a-rdb", "fsl,lx2160a";
fsl-ls1028a-rdb.dts 3 * Device Tree file for NXP LS1028A RDB Board.
15 model = "LS1028A RDB Board";
16 compatible = "fsl,ls1028a-rdb", "fsl,ls1028a";
fsl-ls1088a-ten64.dts 4 * Based on fsl-ls1088a-rdb.dts
  /src/common/lib/libx86emu/
x86emu_util.c 51 rdb(struct X86EMU *emu, uint32_t addr) function in typeref:typename:uint8_t
143 emu->emu_rdb = rdb;
  /src/sys/arch/ofppc/stand/ofwboot/
Makefile 8 SRCS+= mbr.c rdb.c
  /src/sys/dev/ic/
rtw.c 1216 rtw_rxdescs_sync(struct rtw_rxdesc_blk *rdb, int desc0, int nsync, int ops)
1218 KASSERT(nsync <= rdb->rdb_ndesc);
1220 if (desc0 + nsync > rdb->rdb_ndesc) {
1221 bus_dmamap_sync(rdb->rdb_dmat, rdb->rdb_dmamap,
1223 sizeof(struct rtw_rxdesc) * (rdb->rdb_ndesc - desc0), ops);
1224 nsync -= (rdb->rdb_ndesc - desc0);
1228 KASSERT(desc0 < rdb->rdb_ndesc);
1229 KASSERT(nsync <= rdb->rdb_ndesc);
1230 KASSERT(desc0 + nsync <= rdb->rdb_ndesc)
1419 struct rtw_rxdesc_blk *rdb; local in function:rtw_io_enable
1457 struct rtw_rxdesc_blk *rdb; local in function:rtw_intr_rx
1931 struct rtw_rxdesc_blk *rdb; local in function:rtw_dump_rings
1996 struct rtw_rxdesc_blk *rdb; local in function:rtw_swring_setup
    [all...]
  /src/usr.sbin/sysinst/arch/ofppc/
md.c 138 * deals with RDB partitions properly, otherwise write
139 * a read-only RDB backend
142 * We found RDB partitions on the disk, which cannot be
632 /* we cannot rewrite an RDB disklabel */
643 struct rdblock *rdb; local in function:check_rdb
647 /* Find out if this disk has a valid RDB, before continuing. */
648 rdb = (struct rdblock *)buf;
653 if (pread(fd, rdb, 512, blk * 512) != 512)
655 if (rdb->id == RDBLOCK_ID && rdbchksum(rdb) == 0)
    [all...]
  /src/lib/libc/citrus/
citrus_db.c 59 _citrus_db_open(struct _citrus_db **rdb, struct _region *r, const char *magic,
88 *rdb = db;
  /src/distrib/amiga/stand/
device-streams.README.md 13 #### Print RDB device and partition information.
34 5.Ram Disk:> devstreams/devtostream --output=DH1:dump.dd --rdb-name=DH0 --verbose
60 * rdbinfo: Examines RDB partition tables and lists the partitions.
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/
bcm7125.dtsi 52 rdb {
bcm7358.dtsi 46 rdb {
bcm7360.dtsi 46 rdb {
bcm7362.dtsi 52 rdb {
bcm7420.dtsi 52 rdb {
bcm7346.dtsi 52 rdb {
bcm7425.dtsi 52 rdb {
bcm7435.dtsi 64 rdb {
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
bcm7445.dtsi 66 rdb@f0000000 {

Completed in 24 milliseconds