Home
last modified time | relevance | path

Searched defs:bc (Results 1 – 25 of 58) sorted by last modified time

123

/freebsd/lib/libc/regex/
H A Dregcomp.c388 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/sys/dev/cxgbe/
H A Dt4_main.c11686 load_bootcfg(struct adapter *sc, struct t4_data *bc) in load_bootcfg()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c600 uint64_t bc = (r == 0 ? 0 : r + nparity); in vdev_raidz_map_alloc() local
746 uint64_t bc = (r == 0 ? 0 : r + nparity); in vdev_raidz_map_alloc_expanded() local
H A Dvdev_draid.c1021 uint64_t bc = (r == 0 ? 0 : r + vdc->vdc_nparity); in vdev_draid_map_alloc_row() local
/freebsd/sys/net/
H A Dif_bridge.c902 const struct bridge_control *bc; in bridge_ioctl() local
/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/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5343 unsigned long fc, bc; in linuxkpi_ieee80211_txq_get_depth() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1228 BlockingCall bc(thr); in cond_wait() local
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dmultc3.c26 fp_t bc = 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/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h682 BlockDataRegion(const BlockCodeRegion *bc, const LocationContext *lc, in BlockDataRegion()
/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/usr.sbin/cxgbetool/
H A Dcxgbetool.c2144 struct t4_data bc = {0}; in loadbootcfg() local
/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 …]
H A Dpci_virtio_block.c190 struct blockif_ctxt *bc; member
/freebsd/sys/netsmb/
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
H A Dsmb_usr.c218 u_int16_t bc; in smb_usr_simplerequest() local
/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/lib/libc/nameser/
H A Dns_name.c743 int ac, bc; in ns_name_eq() local
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h4268 bool bc; member
/freebsd/sys/dev/sym/
H A Dsym_hipd.c2389 #define burst_length(bc) (!(bc))? 0 : 1 << (bc) argument
2400 static __inline void sym_init_burst(hcb_p np, u_char bc) in sym_init_burst()
/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/sys/netgraph/bluetooth/include/
H A Dng_hci.h391 #define NG_HCI_MK_CON_HANDLE(h, pb, bc) \ argument
/freebsd/sys/fs/smbfs/
H A Dsmbfs_smb.c949 u_int16_t ec, dlen, bc; in smbfs_smb_search() local

123