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

1 2

  /src/sbin/fsck_ffs/
wapbl.c 165 uint64_t addr = 0, count = 0, blksize = 0; local in function:check_wapbl
192 blksize =
200 blksize =
220 &wapbl_replay, 0, addr, count, blksize);
  /src/sys/dev/scsipi/
cdvar.h 41 u_int blksize; member in struct:cd_softc::cd_parms
sdvar.h 70 u_long blksize; /* number of bytes/sector */ member in struct:disk_parms
stvar.h 65 int blksize; member in struct:modes
101 int blksize; /* blksize we are using */ member in struct:st_softc
  /src/sys/fs/filecorefs/
filecore_extern.h 84 u_int32_t blksize; member in struct:filecore_mnt
99 #define filecore_blkoff(fcp, loc) ((loc) & ((fcp)->blksize-1))
102 #define filecore_blksize(fcp, ip, lbn) ((fcp)->blksize)
  /src/sbin/apmlabel/
apmlabel.c 107 uint16_t blksize, partcnt; local in function:getparts
125 blksize = drvr->sbBlockSize;
130 if (lseek(sd, (i+1)*blksize, SEEK_SET) == -1) {
164 temp = (uint64_t)part->pmDataCnt * (uint64_t)blksize;
172 * (uint64_t)blksize;
  /src/sys/arch/dreamcast/dev/microcode/
aica_arm.c 185 unsigned int blksize = 0, ratepitch; local in function:aica_main
248 blksize = aicacmd->blocksize;
257 loopend = blksize;
260 loopend = blksize * 2;
263 loopend = blksize * 4;
326 memset((void *)(AICA_DMABUF_LEFT + blksize), 0,
327 blksize);
328 memset((void *)(AICA_DMABUF_RIGHT + blksize), 0,
329 blksize);
333 memset((void *)AICA_DMABUF_LEFT, 0, blksize);
    [all...]
  /src/sys/arch/usermode/dev/
ld_thunkbus.c 101 ssize_t blksize; local in function:ld_thunkbus_attach
111 if (thunk_fstat_getsize(sc->sc_fd, &size, &blksize) == -1) {
  /src/sys/dev/ic/
am7930var.h 15 uint blksize; member in struct:am7930_buf
pl181.c 418 const uint32_t blksize = ffs(cmd->c_blklen) - 1; local in function:plmmc_do_command
424 __SHIFTIN(blksize, MMCI_DATA_CTRL_BLOCKSIZE) |
  /src/sys/dev/pci/
autrivar.h 56 u_int blksize; member in struct:autri_chstatus
ydsvar.h 82 u_int blksize; member in struct:yds_softc::__anon0e0616430108
esavar.h 76 int blksize; member in struct:esa_channel
  /src/sys/arch/luna68k/stand/boot/
sc.c 255 uint32_t capbuf[2], blocks, blksize; local in function:scprobe
264 blksize = capbuf[1];
281 printf(", %d bytes/sect x %d sectors\n", blksize, blocks);
  /src/sys/ufs/ffs/
ffs_wapbl.c 318 size_t blksize; local in function:ffs_wapbl_start
343 &count, &blksize, &extradata);
361 count, blksize, mp->mnt_wapbl_replay,
490 size_t blksize; local in function:ffs_wapbl_replay_start
500 error = wapbl_log_position(mp, fs, devvp, &off, &count, &blksize,
507 count, blksize);
557 "blksize = %zu\n", *startp, *countp, *blksizep);
566 "blksize = %zu\n", *startp, *countp, *blksizep);
  /src/sys/arch/arm/ti/
ti_sdhc.c 585 int blksize = MIN(cmd->c_datalen, cmd->c_blklen); local in function:ti_sdhc_edma_transfer
644 ep.ep_bcnt = uimin(xferlen, blksize) / ep.ep_acnt;
  /src/sys/arch/bebox/stand/boot/
sd.c 89 sd_read_capacity(struct sd_softc *sd, int *blksize)
115 *blksize = _4btol(data.data.length);
135 *blksize = _4btol(data.data16.length);
159 int error, blksize; local in function:sd_get_simplifiedparms
167 dp->blksize = SD_DEFAULT_BLKSIZE;
168 if ((blocks = sd_read_capacity(sd, &blksize)) == 0)
177 dp->blksize = blksize;
178 if (!sd_validate_blksize(dp->blksize))
179 dp->blksize = _2btol(scsipi_sense.lbs)
210 int error, blksize; local in function:sd_get_capacity
    [all...]
sdvar.h 143 u_long blksize; /* number of bytes/sector */ member in struct:sd_softc::disk_parms
  /src/sys/arch/prep/stand/boot/
sdvar.h 143 u_long blksize; /* number of bytes/sector */ member in struct:sd_softc::disk_parms
sd.c 89 sd_read_capacity(struct sd_softc *sd, int *blksize)
115 *blksize = _4btol(data.data.length);
135 *blksize = _4btol(data.data16.length);
159 int error, blksize; local in function:sd_get_simplifiedparms
167 dp->blksize = SD_DEFAULT_BLKSIZE;
168 if ((blocks = sd_read_capacity(sd, &blksize)) == 0)
177 dp->blksize = blksize;
178 if (!sd_validate_blksize(dp->blksize))
179 dp->blksize = _2btol(scsipi_sense.lbs)
210 int error, blksize; local in function:sd_get_capacity
    [all...]
  /src/sys/dev/isa/
essvar.h 126 int blksize; /* current block size */ member in struct:ess_audio_channel
sbdspvar.h 137 int blksize; /* Block size, preadjusted */ member in struct:sbdsp_softc::sbdsp_state
  /src/sbin/tunefs/
tunefs.c 513 uint64_t size, blksize, logsize; local in function:show_log_info
518 print = blksize = 0;
524 blksize = sblock.fs_journallocs[UFS_WAPBL_EPART_BLKSZ];
530 blksize = sblock.fs_journallocs[UFS_WAPBL_INFS_BLKSZ];
535 size = blksize = 0;
541 logsize = size * blksize;
549 humanize_number(sizebuf, 6, size * blksize, "B",
  /src/sys/dev/pad/
pad.c 281 pad_add_block(struct pad_softc *sc, uint8_t *blk, int blksize)
285 KASSERT(blksize >= 0);
288 if (blksize > PAD_BUFSIZE ||
289 sc->sc_buflen > PAD_BUFSIZE - (unsigned)blksize)
293 if (sc->sc_wpos + blksize <= PAD_BUFSIZE) {
294 flen = blksize;
298 tlen = blksize - flen;
301 sc->sc_wpos = foff + blksize;
313 sc->sc_buflen += blksize;
322 int l, blksize, error local in function:pad_get_block
    [all...]
  /src/usr.bin/tftp/
main.c 82 size_t blksize = SEGSIZE; variable in typeref:typename:size_t
160 { "blksize", blhelp, setblksize },
199 blksize = MAXSEGSIZE;
556 getmore("blksize ", "(blksize) ");
568 blksize = t;

Completed in 85 milliseconds

1 2