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

1 2 3 4

  /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);
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
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
sdvar.h 70 u_long blksize; /* number of bytes/sector */ member in struct:disk_parms
  /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)
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;
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...]
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) {
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) |
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
autrivar.h 56 u_int blksize; member in struct:autri_chstatus
ydsvar.h 82 u_int blksize; member in struct:yds_softc::__anon0e0616430108
  /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);
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);

Completed in 32 milliseconds

1 2 3 4