Home
last modified time | relevance | path

Searched defs:bc (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/sys/sys/
H A Dblockcount.h47 blockcount_init(blockcount_t *bc) in blockcount_init()
53 blockcount_acquire(blockcount_t *bc, u_int n) in blockcount_acquire()
66 blockcount_release(blockcount_t *bc, u_int n) in blockcount_release()
78 _blockcount_wait(blockcount_t *bc, struct lock_object *lo, const char *wmesg, in _blockcount_wait()
87 #define blockcount_sleep(bc, lo, wmesg, prio) \ argument
89 #define blockcount_wait(bc, lo, wmesg, prio) \ argument
/freebsd/usr.sbin/bhyve/
H A Dblock_if.c218 blockif_flush_bc(struct blockif_ctxt *bc) in blockif_flush_bc()
374 struct blockif_ctxt *bc; in blockif_thr() local
467 struct blockif_ctxt *const bc) in blockif_add_boot_device()
482 struct blockif_ctxt *bc; in blockif_open() local
682 struct blockif_ctxt *bc; in blockif_resized() local
885 blockif_close(struct blockif_ctxt *bc) in blockif_close()
969 blockif_size(struct blockif_ctxt *bc) in blockif_size()
976 blockif_sectsz(struct blockif_ctxt *bc) in blockif_sectsz()
998 blockif_is_ro(struct blockif_ctxt *bc) in blockif_is_ro()
1013 blockif_pause(struct blockif_ctxt *bc) in blockif_pause()
[all …]
/freebsd/stand/common/
H A Dbcache.c83 #define BHASH(bc, blkno) ((blkno) & ((bc)->bcache_nblks - 1)) argument
84 #define BCACHE_LOOKUP(bc, blkno) \ argument
123 struct bcache *bc = malloc(sizeof (struct bcache)); in bcache_allocate() local
173 struct bcache *bc = cache; in bcache_free() local
191 struct bcache *bc = dd->dv_cache; in write_strategy() local
215 struct bcache *bc = dd->dv_cache; in read_strategy() local
395 struct bcache *bc = dd->dv_cache; in bcache_strategy() local
462 bcache_free_instance(struct bcache *bc) in bcache_free_instance()
475 bcache_insert(struct bcache *bc, daddr_t blkno) in bcache_insert()
490 bcache_invalidate(struct bcache *bc, daddr_t blkno) in bcache_invalidate()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.c370 bit32 bc; in mpiMsgPrepare() local
470 bit32 bc; in mpiMsgProduce() local
819 bit8 bc in mpiMsgFreeSet()
918 bit32 bc; in mpiMsgProduceOQ() local
/freebsd/contrib/bc/vs/tests/
H A Dtests_bc.bat4 set bc=%~dp0\bc.exe variable
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_engine_default_chapol.c35 br_chacha20_run bc; in br_ssl_engine_set_default_chapol() local
/freebsd/contrib/bc/tests/
H A Dhistory.py146 def test_utf8(exe, args, env, idx, bc=True): argument
186 def test_utf8_0(exe, args, env, bc=True): argument
225 def test_utf8_1(exe, args, env, bc=True): argument
229 def test_utf8_2(exe, args, env, bc=True): argument
233 def test_utf8_3(exe, args, env, bc=True): argument
237 def test_utf8_4(exe, args, env, bc=True): argument
/freebsd/lib/libc/regex/
H A Dregcomp.c388 p_ere_exp(struct parse *p, struct branchc *bc) in p_ere_exp()
628 p_branch_eat_delim(struct parse *p, struct branchc *bc) in p_branch_eat_delim()
644 p_branch_ins_offset(struct parse *p, struct branchc *bc) in p_branch_ins_offset()
666 p_branch_fix_tail(struct parse *p, struct branchc *bc) in p_branch_fix_tail()
683 p_branch_empty(struct parse *p, struct branchc *bc) in p_branch_empty()
697 p_branch_do(struct parse *p, struct branchc *bc) in p_branch_do()
717 p_bre_pre_parse(struct parse *p, struct branchc *bc) in p_bre_pre_parse()
734 p_bre_post_parse(struct parse *p, struct branchc *bc) in p_bre_post_parse()
760 struct branchc bc; in p_re() local
808 p_simp_re(struct parse *p, struct branchc *bc) in p_simp_re()
/freebsd/contrib/bc/
H A DREADME.md335 ### Performance
345 ### Extensions
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dmultc3.c26 fp_t bc = b * c; in __multc3() local
/freebsd/contrib/netbsd-tests/lib/libbpfjit/
H A Dt_cop.c64 retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in retA()
71 retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in retBL()
78 retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in retWL()
85 retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in retNF()
95 setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in setARG()
H A Dt_extmem.c57 retM(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in retM()
/freebsd/contrib/netbsd-tests/net/bpfjit/
H A Dt_cop.c72 retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in retA()
79 retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in retBL()
86 retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in retWL()
93 retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in retNF()
103 setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in setARG()
H A Dt_extmem.c65 retM(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in retM()
/freebsd/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c62 #define IF_OPT_COMPARE(ac,bc,e) \ argument
64 #define COMPARE_OPT_STRING(ac,bc,e) \ argument
66 #define COMPARE_OPT_OCTECT_STRING(ac,bc,e) \ argument
68 #define COMPARE_STRING(ac,bc,e) \ argument
70 #define COMPARE_INTEGER(ac,bc,e) \ argument
72 #define COMPARE_OPT_INTEGER(ac,bc,e) \ argument
74 #define COMPARE_MEM(ac,bc,e,len) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c27 long double bc = __gcc_qmul(b, c); in __multc3() local
/freebsd/sys/kern/
H A Dkern_synch.c391 _blockcount_wakeup(blockcount_t *bc, u_int old) in _blockcount_wakeup()
410 _blockcount_sleep(blockcount_t *bc, struct lock_object *lock, const char *wmesg, in _blockcount_sleep()
/freebsd/contrib/netbsd-tests/include/sys/
H A Dt_types.c85 blkcnt_t bc; in ATF_TC_BODY() local
/freebsd/sys/netsmb/
H A Dsmb_usr.c218 u_int16_t bc; in smb_usr_simplerequest() local
H A Dsmb_smb.c119 u_int16_t dindex, tw, tw1, swlen, bc; in smb_smb_negotiate() local
765 u_int16_t resid, bc; in smb_smb_read() local
H A Dsmb_rq.c451 u_int16_t tmp, bc, dcount; in smb_t2_reply() local
/freebsd/sys/contrib/x86emu/
H A Dx86emu.c6297 uint32_t bc; in cmp_byte() local
6327 uint32_t bc; in cmp_word() local
6356 uint32_t bc; in cmp_long() local
6428 uint32_t bc; in dec_byte() local
6452 uint32_t bc; in dec_word() local
6476 uint32_t bc; in dec_long() local
6626 uint8_t bc; in neg_byte() local
6652 uint16_t bc; in neg_word() local
6679 uint32_t bc; in neg_long() local
7670 uint32_t bc; in sbb_byte() local
[all …]
/freebsd/contrib/bzip2/
H A Dcompress.c241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() local
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h121 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ argument
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c4021 br_aes_big_ctr_keys bc; in do_aes_ctrcbc() local
4090 br_aes_gen_ctrcbc_keys bc; in test_AES_CTRCBC_inner() local
7459 br_aes_ct_ctr_keys bc; in test_GCM() local
7691 br_aes_gen_ctrcbc_keys bc; in test_EAX_inner() local
7961 br_aes_gen_ctrcbc_keys bc; in test_CCM_inner() local

123