/src/usr.sbin/sysinst/arch/mac68k/ |
msg.md.pl | 180 bsize: %d label
|
/src/lib/libc/compat/sys/ |
compat_statfs.c | 107 size_t bsize = (size_t)(size / sizeof(*ost)) * sizeof(*nst); local in function:__compat_getfsstat 110 if ((nst = malloc(bsize)) == NULL) 115 if ((ret = __getvfsstat90(nst, bsize, flags)) == -1)
|
/src/sys/arch/macppc/stand/ofwboot/ |
ofdev.h | 42 int bsize; member in struct:of_dev
|
/src/sys/arch/ofppc/stand/ofwboot/ |
ofdev.h | 42 int bsize; member in struct:of_dev
|
/src/sys/arch/shark/stand/ofwboot/ |
ofdev.h | 40 int bsize; member in struct:of_dev
|
/src/sys/arch/sparc/stand/ofwboot/ |
ofdev.h | 40 int bsize; member in struct:of_dev
|
/src/sys/compat/common/ |
compat_exec.c | 110 long bsize, baddr; local in function:exec_aout_prep_oldnmagic 130 bsize = epp->ep_daddr + epp->ep_dsize - baddr; 131 if (bsize > 0) 132 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, bsize, baddr, 152 long dsize, bsize, baddr; local in function:exec_aout_prep_oldomagic 167 bsize = epp->ep_daddr + epp->ep_dsize - baddr; 168 if (bsize > 0) 169 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, bsize, baddr,
|
/src/sys/stand/ |
copy.c | 46 #define BSIZE 10240 54 register int from, to, record, rcc, wcc, bsize = BSIZE; local in function:main 55 char buf[BSIZE]; 60 if (!(rcc = read(from, buf, bsize))) 67 if (rcc != bsize) { 69 bsize = rcc; 71 bsize); 74 record, bsize, rcc); 78 if (rcc > bsize) [all...] |
/src/sys/arch/alpha/stand/common/ |
bbinfo.h | 41 int32_t bsize; member in struct:bbinfo
|
/src/sys/arch/evbmips/stand/sbmips/common/ |
bbinfo.h | 41 int32_t bsize; member in struct:bbinfo
|
/src/sys/arch/sbmips/stand/common/ |
bbinfo.h | 41 int32_t bsize; member in struct:bbinfo
|
/src/sys/compat/linux/common/ |
linux_uselib.c | 90 long bsize, dsize, tsize, taddr, baddr, daddr; local in function:linux_sys_uselib 143 bsize = daddr + dsize - baddr; 144 if (bsize > 0) { 145 NEW_VMCMD(&vcset, vmcmd_map_zero, bsize, baddr,
|
linux_exec_aout.c | 209 long bsize, baddr; local in function:exec_linux_aout_prep_nmagic 229 bsize = epp->ep_daddr + epp->ep_dsize - baddr; 230 if (bsize > 0) 231 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, bsize, baddr, 246 long dsize, bsize, baddr; local in function:exec_linux_aout_prep_omagic 261 bsize = epp->ep_daddr + epp->ep_dsize - baddr; 262 if (bsize > 0) 263 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, bsize, baddr,
|
/src/sys/compat/m68k4k/ |
m68k4k_exec.c | 205 long bsize, baddr; local in function:exec_m68k4k_prep_nmagic 226 bsize = epp->ep_daddr + epp->ep_dsize - baddr; 227 if (bsize > 0) 228 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, bsize, baddr, 242 long dsize, bsize, baddr; local in function:exec_m68k4k_prep_omagic 257 bsize = epp->ep_daddr + epp->ep_dsize - baddr; 258 if (bsize > 0) 259 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, bsize, baddr,
|
/src/sys/compat/sunos/ |
sunos_exec_aout.c | 160 long bsize, baddr; local in function:sunos_exec_aout_prep_nmagic 180 bsize = epp->ep_daddr + epp->ep_dsize - baddr; 181 if (bsize > 0) 182 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, bsize, baddr, 195 long bsize, baddr; local in function:sunos_exec_aout_prep_omagic 210 bsize = epp->ep_daddr + epp->ep_dsize - baddr; 211 if (bsize > 0) 212 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, bsize, baddr,
|
/src/sys/kern/ |
exec_aout.c | 186 long bsize, baddr; local in function:exec_aout_prep_nmagic 206 bsize = epp->ep_daddr + epp->ep_dsize - baddr; 207 if (bsize > 0) 208 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, bsize, baddr, 222 long dsize, bsize, baddr; local in function:exec_aout_prep_omagic 237 bsize = epp->ep_daddr + epp->ep_dsize - baddr; 238 if (bsize > 0) 239 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, bsize, baddr,
|
/src/distrib/utils/embedded/conf/ |
wii.conf | 10 bsize=4096 key
|
/src/regress/sys/fs/lfs/9994/ |
9994_f.c | 58 int bsize, quiet, usepid; local in function:main 67 bsize = 8192; 77 bsize = atoi(optarg); 95 errx(1, "usage: %s [-b bsize] [-c control-dir] [-n count] [-pq] [-s randseed]", prog); 101 hoge = (char *)malloc(bsize); 102 buf = (char *)malloc(bsize); 104 for(i = 0; i < bsize; i++) 153 if (read(testfd, buf, bsize) < 0) { 157 if (read(controlfd, buf, bsize) < 0) { 163 if (write(testfd, hoge, bsize) < 0) [all...] |
/src/sys/compat/netbsd32/ |
netbsd32_exec_aout.c | 201 long bsize, baddr; local in function:netbsd32_exec_aout_prep_nmagic 223 bsize = epp->ep_daddr + epp->ep_dsize - baddr; 224 if (bsize > 0) 225 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, bsize, baddr, 240 long dsize, bsize, baddr; local in function:netbsd32_exec_aout_prep_omagic 257 bsize = epp->ep_daddr + epp->ep_dsize - baddr; 258 if (bsize > 0) 259 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_zero, bsize, baddr, 338 long bsize, baddr; local in function:netbsd32_exec_aout_prep_oldnmagic 360 bsize = epp->ep_daddr + epp->ep_dsize - baddr 382 long dsize, bsize, baddr; local in function:netbsd32_exec_aout_prep_oldomagic [all...] |
/src/usr.sbin/makefs/msdos/ |
msdosfs_vfsops.c | 94 int bsize; local in function:msdosfs_mount 117 bsize = 0; 119 bsize = 512; 214 || (pmp->pm_BytesPerSec < bsize) 217 || (pmp->pm_HugeSectors * (pmp->pm_BytesPerSec / bsize) 229 tmp = pmp->pm_BytesPerSec / bsize; 230 pmp->pm_BytesPerSec = bsize;
|
/src/sbin/clri/ |
clri.c | 82 size_t bsize; local in function:main 160 bsize = sbp->fs_bsize; 161 ibuf = malloc(bsize); 180 if ((size_t)read(fd, ibuf, bsize) != bsize) 203 if ((size_t)write(fd, ibuf, bsize) != bsize)
|
/src/lib/libc/gen/ |
disklabel.c | 178 long bsize; local in function:getdiskbyname 180 if (cgetnum(buf, pbsize, &bsize) == -1) 184 (u_int8_t)(bsize / pp->p_fsize);
|
/src/sys/arch/atari/stand/bootxx/ |
bootxx.c | 180 int bsize; local in function:load_booter 199 while ((bsize = read(fd, bstart, 1024)) > 0) { 200 bstart += bsize;
|
/src/sys/arch/atari/stand/tostools/libtos/ |
diskio.h | 56 u_long bsize; /* block size in bytes */ member in struct:__anon41ce577c0208
|
/src/sys/ufs/ext2fs/ |
ext2fs_balloc.c | 358 int error, delta, bshift, bsize; local in function:ext2fs_gop_alloc 362 bsize = 1 << bshift; 364 delta = off & (bsize - 1); 369 bsize = uimin(bsize, len); 370 UVMHIST_LOG(ubchist, "off 0x%x len 0x%x bsize 0x%x", 371 off, len, bsize, 0); 373 error = ext2fs_balloc(ip, ext2_lblkno(fs, off), bsize, cred, 385 if (ext2fs_size(ip) < off + bsize) { 390 (off + bsize) >> 32 [all...] |