HomeSort by: relevance | last modified time | path
    Searched defs:blk (Results 1 - 25 of 200) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/arch/amiga/amiga/
dkbad.c 55 register long blk, bblk; local
57 blk = ((long)cyl << 16) + (trk << 8) + sec;
60 if (blk == bblk)
62 if (blk < bblk || bblk < 0)
dkbad.c 55 register long blk, bblk; local
57 blk = ((long)cyl << 16) + (trk << 8) + sec;
60 if (blk == bblk)
62 if (blk < bblk || bblk < 0)
  /src/sys/arch/atari/atari/
dkbad.c 54 register long blk, bblk; local
56 blk = ((long)cyl << 16) + (trk << 8) + sec;
59 if (blk == bblk)
61 if (blk < bblk || bblk < 0)
dkbad.c 54 register long blk, bblk; local
56 blk = ((long)cyl << 16) + (trk << 8) + sec;
59 if (blk == bblk)
61 if (blk < bblk || bblk < 0)
  /src/sys/arch/hp300/hp300/
dkbad.c 52 long blk, bblk; local
54 blk = ((long)cyl << 16) + (trk << 8) + sec;
57 if (blk == bblk)
59 if (blk < bblk || bblk < 0)
dkbad.c 52 long blk, bblk; local
54 blk = ((long)cyl << 16) + (trk << 8) + sec;
57 if (blk == bblk)
59 if (blk < bblk || bblk < 0)
  /src/sys/arch/vax/vax/
dkbad.c 50 long blk, bblk; local
52 blk = ((long)cyl << 16) + (trk << 8) + sec;
56 if (blk == bblk)
58 if (blk < bblk || bblk < 0)
dkbad.c 50 long blk, bblk; local
52 blk = ((long)cyl << 16) + (trk << 8) + sec;
56 if (blk == bblk)
58 if (blk < bblk || bblk < 0)
  /src/sys/arch/sparc/stand/bootxx/
bootxx.c 106 daddr_t blk; local
118 if ((blk = bbinfo.bbi_block_table[i]) == 0)
122 printf("%s: block # %d = %d\n", progname, i, blk);
124 if ((f->f_dev->dv_strategy)(f->f_devdata, F_READ, blk,
bootxx.c 106 daddr_t blk; local
118 if ((blk = bbinfo.bbi_block_table[i]) == 0)
122 printf("%s: block # %d = %d\n", progname, i, blk);
124 if ((f->f_dev->dv_strategy)(f->f_devdata, F_READ, blk,
  /src/external/gpl2/mkhybrid/dist/
desktop.c 52 unsigned char *blk; /* user data */ local
63 blk = hce->hfs_ce + hce->hfs_ce_size*HFS_BLOCKSZ;
67 memset(blk, 0, clps);
75 d_putw(blk+8, 0x100);
76 d_putw(blk+10, 0x3);
78 d_putw(blk+32, 0x200);
79 d_putw(blk+34, 0x25);
81 d_putl(blk+36, blks);
82 d_putl(blk+40, blks - 1);
84 d_putw(blk+48, clps)
    [all...]
desktop.c 52 unsigned char *blk; /* user data */ local
63 blk = hce->hfs_ce + hce->hfs_ce_size*HFS_BLOCKSZ;
67 memset(blk, 0, clps);
75 d_putw(blk+8, 0x100);
76 d_putw(blk+10, 0x3);
78 d_putw(blk+32, 0x200);
79 d_putw(blk+34, 0x25);
81 d_putl(blk+36, blks);
82 d_putl(blk+40, blks - 1);
84 d_putw(blk+48, clps)
    [all...]
  /src/common/dist/zlib/examples/
fitblk.c 132 unsigned char *blk; /* intermediate and final stream */ local
147 blk = malloc(size + EXCESS);
152 if (ret != Z_OK || blk == NULL)
157 def.next_out = blk;
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
172 free(blk);
194 inf.next_in = blk;
211 def.next_out = blk;
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
228 free(blk);
    [all...]
fitblk.c 132 unsigned char *blk; /* intermediate and final stream */ local
147 blk = malloc(size + EXCESS);
152 if (ret != Z_OK || blk == NULL)
157 def.next_out = blk;
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
172 free(blk);
194 inf.next_in = blk;
211 def.next_out = blk;
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
228 free(blk);
    [all...]
  /src/sys/arch/news68k/stand/bootxx/
bootxx.c 85 int fd, blk, bs; local
129 blk = bbinfo.bbi_block_table[i];
131 DPRINTF(" %d", blk);
133 rom_lseek(fd, blk * 512, 0);
bootxx.c 85 int fd, blk, bs; local
129 blk = bbinfo.bbi_block_table[i];
131 DPRINTF(" %d", blk);
133 rom_lseek(fd, blk * 512, 0);
  /src/sys/arch/ofppc/stand/ofwboot/
rdb.c 126 u_long blk; local
134 for (blk = 0; blk < RDB_MAXBLOCKS; blk++) {
135 if (strategy(devp, F_READ, blk, DEV_BSIZE, buf, &read)
150 if (blk == RDB_MAXBLOCKS)
192 for (blk = rbp->partbhead; blk != RDBNULL; blk = pbp->next) {
193 if (strategy(devp, F_READ, blk * (lp->d_secsize / DEV_BSIZE)
    [all...]
rdb.c 126 u_long blk; local
134 for (blk = 0; blk < RDB_MAXBLOCKS; blk++) {
135 if (strategy(devp, F_READ, blk, DEV_BSIZE, buf, &read)
150 if (blk == RDB_MAXBLOCKS)
192 for (blk = rbp->partbhead; blk != RDBNULL; blk = pbp->next) {
193 if (strategy(devp, F_READ, blk * (lp->d_secsize / DEV_BSIZE)
    [all...]
  /src/sys/opencrypto/
gmac.c 156 uint8_t blk[16] = { 0 }; local
164 memcpy(blk, data + (len - plen), plen);
165 ghash_update(&ctx->ghash, blk, GMAC_BLOCK_LEN);
gmac.c 156 uint8_t blk[16] = { 0 }; local
164 memcpy(blk, data + (len - plen), plen);
165 ghash_update(&ctx->ghash, blk, GMAC_BLOCK_LEN);
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
fitblk.c 144 unsigned char *blk; /* intermediate and final stream */ local
162 blk = (unsigned char*)malloc(size + EXCESS);
167 if (ret != Z_OK || blk == NULL)
172 def.next_out = blk;
183 /* if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
189 free(blk);
211 inf.next_in = blk;
230 def.next_out = blk;
240 /* if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
249 free(blk);
    [all...]
fitblk_original.c 132 unsigned char *blk; /* intermediate and final stream */ local
147 blk = malloc(size + EXCESS);
152 if (ret != Z_OK || blk == NULL)
157 def.next_out = blk;
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
172 free(blk);
194 inf.next_in = blk;
211 def.next_out = blk;
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
228 free(blk);
    [all...]
fitblk.c 144 unsigned char *blk; /* intermediate and final stream */ local
162 blk = (unsigned char*)malloc(size + EXCESS);
167 if (ret != Z_OK || blk == NULL)
172 def.next_out = blk;
183 /* if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
189 free(blk);
211 inf.next_in = blk;
230 def.next_out = blk;
240 /* if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
249 free(blk);
    [all...]
  /src/external/gpl3/binutils/dist/zlib/examples/
fitblk.c 132 unsigned char *blk; /* intermediate and final stream */ local
147 blk = malloc(size + EXCESS);
152 if (ret != Z_OK || blk == NULL)
157 def.next_out = blk;
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
172 free(blk);
194 inf.next_in = blk;
211 def.next_out = blk;
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
228 free(blk);
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/examples/
fitblk.c 132 unsigned char *blk; /* intermediate and final stream */ local
147 blk = malloc(size + EXCESS);
152 if (ret != Z_OK || blk == NULL)
157 def.next_out = blk;
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
172 free(blk);
194 inf.next_in = blk;
211 def.next_out = blk;
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
228 free(blk);
    [all...]

Completed in 64 milliseconds

1 2 3 4 5 6 7 8