/netbsd-src/common/include/rpc/ |
H A D | types.h | 71 #define mem_alloc(bsize) kmem_alloc(bsize, KM_SLEEP) argument 72 #define mem_free(ptr, bsize) kmem_free(ptr, bsize) argument 76 #define mem_alloc(bsize) calloc((size_t)1, bsize) argument 77 #define mem_free(ptr, bsize) free(ptr) argument
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_exec_aout.c | 201 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/ |
H A D | print.c | 278 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/ |
H A D | compat_exec.c | 110 long bsize, baddr; in exec_aout_prep_oldnmagic() local 152 long dsize, bsize, baddr; in exec_aout_prep_oldomagic() local
|
/netbsd-src/bin/ksh/ |
H A D | shf.c | 43 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/ |
H A D | punycode_test.c | 151 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/ |
H A D | exec_aout.c | 183 long bsize, baddr; exec_aout_prep_nmagic() local 219 long dsize, bsize, baddr; exec_aout_prep_omagic() local
|
/netbsd-src/sys/compat/m68k4k/ |
H A D | m68k4k_exec.c | 205 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/ |
H A D | quota2_subr.c | 46 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/ |
H A D | ulfs_quota2_subr.c | 49 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/ |
H A D | sunos_exec_aout.c | 160 long bsize, baddr; in sunos_exec_aout_prep_nmagic() local 195 long bsize, baddr; in sunos_exec_aout_prep_omagic() local
|
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/ |
H A D | t-hgcd.c | 194 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()
|
H A D | t-gcd_22.c | 63 mp_bitcnt_t bsize = 1 + gmp_urandomm_ui(rands, 2*GMP_NUMB_BITS); in main() local
|
H A D | t-gcd_11.c | 62 mp_bitcnt_t bsize = 1 + gmp_urandomm_ui(rands, GMP_NUMB_BITS); in main() local
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_exec_aout.c | 209 long bsize, baddr; in exec_linux_aout_prep_nmagic() local 246 long dsize, bsize, baddr; in exec_linux_aout_prep_omagic() local
|
/netbsd-src/sys/fs/msdosfs/ |
H A D | msdosfs_fat.c | 198 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/usr.sbin/sysinst/arch/mac68k/ |
H A D | msg.md.pl | 180 bsize: %d label
|
/netbsd-src/sys/stand/ |
H A D | copy.c | 54 register int from, to, record, rcc, wcc, bsize = BSIZE; in main() local
|
/netbsd-src/sys/arch/shark/stand/ofwboot/ |
H A D | ofdev.h | 40 int bsize; member
|
/netbsd-src/sys/arch/sparc/stand/ofwboot/ |
H A D | ofdev.h | 40 int bsize; member
|
/netbsd-src/sys/arch/ofppc/stand/ofwboot/ |
H A D | ofdev.h | 42 int bsize; member
|
/netbsd-src/sys/arch/macppc/stand/ofwboot/ |
H A D | ofdev.h | 42 int bsize; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | param_build.c | 237 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()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
H A D | bn_mp_prime_random_ex.c | 39 int res, err, bsize, maskOR_msb_offset; in mp_prime_random_ex() local
|
/netbsd-src/external/lgpl3/gmp/dist/mpz/ |
H A D | jacobi.c | 61 mp_size_t asize, bsize; in mpz_jacobi() local
|