Home
last modified time | relevance | path

Searched defs:bsize (Results 1 – 25 of 158) sorted by relevance

1234567

/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_exec_aout.c201 long bsize, baddr; in netbsd32_exec_aout_prep_nmagic() local
240 long dsize, bsize, baddr; in netbsd32_exec_aout_prep_omagic() local
338 long bsize, baddr; in netbsd32_exec_aout_prep_oldnmagic() local
382 long dsize, bsize, baddr; in netbsd32_exec_aout_prep_oldomagic() local
/netbsd/src/external/bsd/file/dist/src/
Dprint.c278 file_fmtdatetime(char *buf, size_t bsize, uint64_t v, int flags) in file_fmtdatetime()
320 file_fmtdate(char *buf, size_t bsize, uint16_t v) in file_fmtdate()
339 file_fmttime(char *buf, size_t bsize, uint16_t v) in file_fmttime()
/netbsd/src/sys/compat/common/
Dcompat_exec.c110 long bsize, baddr; in exec_aout_prep_oldnmagic() local
152 long dsize, bsize, baddr; in exec_aout_prep_oldomagic() local
/netbsd/src/bin/ksh/
Dshf.c43 int bsize = sflags & SHF_UNBUF ? (sflags & SHF_RD ? 1 : 0) : SHF_BSIZE; local
85 int bsize = sflags & SHF_UNBUF ? (sflags & SHF_RD ? 1 : 0) : SHF_BSIZE; local
138 int bsize = sflags & SHF_UNBUF ? (sflags & SHF_RD ? 1 : 0) : SHF_BSIZE; local
183 shf_sopen(buf, bsize, sflags, shf) in shf_sopen() argument
508 shf_read(buf, bsize, shf) in shf_read() argument
545 shf_getse(buf, bsize, shf) in shf_getse() argument
774 shf_snprintf(char *buf, int bsize, const char *fmt, ...) in shf_snprintf()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dpunycode_test.c151 unsigned int bsize = OSSL_NELEM(buffer); in test_punycode() local
204 unsigned int bsize = OSSL_NELEM(buf) - 1; in test_puny_overrun() local
/netbsd/src/sys/kern/
Dexec_aout.c186 long bsize, baddr; in exec_aout_prep_nmagic() local
222 long dsize, bsize, baddr; in exec_aout_prep_omagic() local
/netbsd/src/sys/compat/m68k4k/
Dm68k4k_exec.c205 long bsize, baddr; in exec_m68k4k_prep_nmagic() local
242 long dsize, bsize, baddr; in exec_m68k4k_prep_omagic() local
/netbsd/src/sys/ufs/ufs/
Dquota2_subr.c46 uint64_t bsize, int ns) in quota2_addfreeq2e()
61 quota2_create_blk0(uint64_t bsize, void *bp, int q2h_hash_shift, int type, in quota2_create_blk0()
/netbsd/src/sys/ufs/lfs/
Dulfs_quota2_subr.c49 uint64_t bsize, int ns) in lfsquota2_addfreeq2e()
64 lfsquota2_create_blk0(uint64_t bsize, void *bp, int q2h_hash_shift, int type, in lfsquota2_create_blk0()
/netbsd/src/sys/compat/sunos/
Dsunos_exec_aout.c160 long bsize, baddr; in sunos_exec_aout_prep_nmagic() local
195 long bsize, baddr; in sunos_exec_aout_prep_omagic() local
/netbsd/src/sys/compat/linux/common/
Dlinux_exec_aout.c209 long bsize, baddr; in exec_linux_aout_prep_nmagic() local
246 long dsize, bsize, baddr; in exec_linux_aout_prep_omagic() local
Dlinux_uselib.c90 long bsize, dsize, tsize, taddr, baddr, daddr; in linux_sys_uselib() local
/netbsd/src/external/lgpl3/gmp/dist/tests/mpn/
Dt-hgcd.c194 mp_size_t bsize; in one_test() local
322 mp_size_t bsize; in hgcd_ref() local
382 mpz_mpn_equal (const mpz_t a, mp_srcptr bp, mp_size_t bsize) in mpz_mpn_equal()
Dt-gcd_22.c63 mp_bitcnt_t bsize = 1 + gmp_urandomm_ui(rands, 2*GMP_NUMB_BITS); in main() local
Dt-gcd_11.c62 mp_bitcnt_t bsize = 1 + gmp_urandomm_ui(rands, GMP_NUMB_BITS); in main() local
/netbsd/src/sys/stand/
Dcopy.c54 register int from, to, record, rcc, wcc, bsize = BSIZE; in main() local
/netbsd/src/sys/fs/msdosfs/
Dmsdosfs_fat.c198 u_long bsize; in msdosfs_pcbmap() local
573 u_long bn, bo, bsize, byteoffset; in msdosfs_fatentry() local
671 u_long bn, bo, bsize, byteoffset, readcn, newc; in fatchain() local
899 u_long bn, bo, bsize, byteoffset; in msdosfs_freeclusterchain() local
959 u_long bn, bo, bsize, byteoffset; in msdosfs_fillinusemap() local
/netbsd/src/sys/arch/shark/stand/ofwboot/
Dofdev.h40 int bsize; member
/netbsd/src/sys/arch/sparc/stand/ofwboot/
Dofdev.h40 int bsize; member
/netbsd/src/sys/arch/ofppc/stand/ofwboot/
Dofdev.h42 int bsize; member
/netbsd/src/sys/arch/macppc/stand/ofwboot/
Dofdev.h42 int bsize; member
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
Dbn_mp_prime_random_ex.c39 int res, err, bsize, maskOR_msb_offset; in mp_prime_random_ex() local
/netbsd/src/external/lgpl3/gmp/dist/mpz/
Djacobi.c61 mp_size_t asize, bsize; in mpz_jacobi() local
Dgcdext.c39 mp_size_t asize, bsize; in mpz_gcdext() local
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/
Dparam_build.c237 const char *buf, size_t bsize) in OSSL_PARAM_BLD_push_utf8_string()
257 char *buf, size_t bsize) in OSSL_PARAM_BLD_push_utf8_ptr()
275 const void *buf, size_t bsize) in OSSL_PARAM_BLD_push_octet_string()
293 void *buf, size_t bsize) in OSSL_PARAM_BLD_push_octet_ptr()

1234567