/freebsd/sys/sys/ |
H A D | blockcount.h | 47 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 D | block_if.c | 135 blockif_enqueue(struct blockif_ctxt *bc, struct blockif_req *breq, in blockif_enqueue() 179 blockif_dequeue(struct blockif_ctxt *bc, pthread_t t, struct blockif_elem **bep) in blockif_dequeue() 199 blockif_complete(struct blockif_ctxt *bc, struct blockif_elem *be) in blockif_complete() 218 blockif_flush_bc(struct blockif_ctxt *bc) in blockif_flush_bc() 230 blockif_proc(struct blockif_ctxt *bc, struct blockif_elem *be, uint8_t *buf) in blockif_proc() 366 blockif_empty(const struct blockif_ctxt *bc) in blockif_empty() 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 [all …]
|
/freebsd/stand/common/ |
H A D | bcache.c | 83 #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 D | mpi.c | 370 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 D | tests_bc.bat | 4 set bc=%~dp0\bc.exe variable
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_engine_default_chapol.c | 35 br_chacha20_run bc; in br_ssl_engine_set_default_chapol() local
|
/freebsd/contrib/bc/tests/ |
H A D | history.py | 146 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 argument 229 test_utf8_2(exe, args, env, bc=True) global() argument 233 test_utf8_3(exe, args, env, bc=True) global() argument 237 test_utf8_4(exe, args, env, bc=True) global() argument [all...] |
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | check-gen.c | 62 #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 COMPARE_INTEGER(ac,bc,e) global() argument 72 COMPARE_OPT_INTEGER(ac,bc,e) global() argument 74 COMPARE_MEM(ac,bc,e,len) global() argument [all...] |
/freebsd/lib/libc/regex/ |
H A D | regcomp.c | 388 p_ere_exp(struct parse *p, struct branchc *bc) in p_ere_exp() 643 p_branch_eat_delim(struct parse *p, struct branchc *bc) in p_branch_eat_delim() 659 p_branch_ins_offset(struct parse *p, struct branchc *bc) in p_branch_ins_offset() 681 p_branch_fix_tail(struct parse *p, struct branchc *bc) in p_branch_fix_tail() 698 p_branch_empty(struct parse *p, struct branchc *bc) in p_branch_empty() 712 p_branch_do(struct parse *p, struct branchc *bc) in p_branch_do() 732 p_bre_pre_parse(struct parse *p, struct branchc *bc) in p_bre_pre_parse() 749 p_bre_post_parse(struct parse *p, struct branchc *bc) in p_bre_post_parse() 775 struct branchc bc; in p_re() local 823 p_simp_re(struct parse *p, struct branchc *bc) in p_simp_re()
|
/freebsd/contrib/bc/ |
H A D | README.md | 335 Performance`bc`""Comparison to GNU `bc` global() argument 345 Extensions`bc`""Comparison to GNU `bc` global() argument [all...] |
/freebsd/contrib/netbsd-tests/net/bpfjit/ |
H A D | t_cop.c | 72 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 D | t_extmem.c | 65 retM(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in retM()
|
/freebsd/contrib/netbsd-tests/lib/libbpfjit/ |
H A D | t_cop.c | 64 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 D | t_extmem.c | 57 retM(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A) in retM()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | multc3.c | 26 fp_t bc = b * c; in __multc3() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | multc3.c | 27 long double bc = __gcc_qmul(b, c); in __multc3() local
|
/freebsd/sys/kern/ |
H A D | kern_synch.c | 391 _blockcount_wakeup(blockcount_t * bc,u_int old) _blockcount_wakeup() argument 410 _blockcount_sleep(blockcount_t * bc,struct lock_object * lock,const char * wmesg,int prio) _blockcount_sleep() argument
|
/freebsd/contrib/netbsd-tests/include/sys/ |
H A D | t_types.c | 85 blkcnt_t bc; in ATF_TC_BODY() local
|
/freebsd/sys/netsmb/ |
H A D | smb_usr.c | 218 u_int16_t bc; in smb_usr_simplerequest() local
|
H A D | smb_smb.c | 119 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 D | smb_rq.c | 447 u_int16_t tmp, bc, dcount; in smb_t2_reply() local
|
/freebsd/sys/contrib/x86emu/ |
H A D | x86emu.c | 6297 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 D | compress.c | 241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() local
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lopcodes.h | 121 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ argument
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 4021 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
|