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

  /src/sys/fs/efs/
efs_subr.c 62 efs_sb_checksum(struct efs_sb *esb, int new)
66 uint8_t *sbarray = (uint8_t *)esb;
87 efs_sb_validate(struct efs_sb *esb, const char **why)
93 if (be32toh(esb->sb_magic) != EFS_SB_MAGIC &&
94 be32toh(esb->sb_magic) != EFS_SB_NEWMAGIC) {
99 ocksum = htobe32(efs_sb_checksum(esb, 0));
100 ncksum = htobe32(efs_sb_checksum(esb, 1));
101 if (esb->sb_checksum != ocksum && esb->sb_checksum != ncksum) {
106 if (be32toh(esb->sb_size) > EFS_SIZE_MAX)
    [all...]
  /src/games/larn/
scores.c 350 static char esb[] = "The scoreboard is empty.\n"; variable in typeref:typename:char[]
362 lprcat(esb);
390 lprcat(esb);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx51-zii-scu3-esb.dts 12 model = "ZII SCU3 ESB board";
13 compatible = "zii,imx51-scu3-esb", "fsl,imx51";
323 compatible = "zii,rave-sp-esb";
Makefile 416 imx51-zii-scu3-esb.dtb

Completed in 13 milliseconds