Home
last modified time | relevance | path

Searched defs:btype (Results 1 – 25 of 26) sorted by relevance

12

/dflybsd-src/sys/vfs/hammer2/
H A Dhammer2_io.c100 hammer2_io_alloc(hammer2_dev_t *hmp, hammer2_off_t data_off, uint8_t btype, in hammer2_io_alloc()
177 _hammer2_io_getblk(hammer2_dev_t *hmp, int btype, off_t lbase, in _hammer2_io_getblk()
570 hammer2_io_new(hammer2_dev_t *hmp, int btype, off_t lbase, int lsize, in hammer2_io_new()
578 hammer2_io_newnz(hammer2_dev_t *hmp, int btype, off_t lbase, int lsize, in hammer2_io_newnz()
586 _hammer2_io_bread(hammer2_dev_t *hmp, int btype, off_t lbase, int lsize, in _hammer2_io_bread()
712 hammer2_io_dedup_delete(hammer2_dev_t *hmp, uint8_t btype, in hammer2_io_dedup_delete()
H A Dhammer2_subr.c317 hammer2_adjreadcounter(int btype, size_t bytes) in hammer2_adjreadcounter()
348 hammer2_adjwritecounter(int btype, size_t bytes) in hammer2_adjwritecounter()
447 hammer2_bref_type_str(int btype) in hammer2_bref_type_str()
H A Dhammer2.h278 int btype; /* approximate BREF_TYPE_* */ member
1658 #define hammer2_io_getblk(hmp, btype, lbase, lsize, op) \ argument
1677 #define hammer2_io_bread(hmp, btype, lbase, lsize, diop) \ argument
1682 #define hammer2_io_getblk(hmp, btype, lbase, lsize, op) \ argument
1705 #define hammer2_io_bread(hmp, btype, lbase, lsize, diop) \ argument
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_io.c103 hammer2_io_alloc(hammer2_dev_t *hmp, hammer2_off_t data_off, uint8_t btype, in hammer2_io_alloc()
180 _hammer2_io_getblk(hammer2_dev_t *hmp, int btype, off_t lbase, in _hammer2_io_getblk()
587 hammer2_io_new(hammer2_dev_t *hmp, int btype, off_t lbase, int lsize, in hammer2_io_new()
595 hammer2_io_newnz(hammer2_dev_t *hmp, int btype, off_t lbase, int lsize, in hammer2_io_newnz()
603 _hammer2_io_bread(hammer2_dev_t *hmp, int btype, off_t lbase, int lsize, in _hammer2_io_bread()
729 hammer2_io_dedup_delete(hammer2_dev_t *hmp, uint8_t btype, in hammer2_io_dedup_delete()
H A Dhammer2_subr.c355 hammer2_adjreadcounter(int btype, size_t bytes) in hammer2_adjreadcounter()
386 hammer2_adjwritecounter(int btype, size_t bytes) in hammer2_adjwritecounter()
488 hammer2_bref_type_str(int btype) in hammer2_bref_type_str()
H A Dhammer2.h317 int btype; /* approximate BREF_TYPE_* */ member
1719 #define hammer2_io_getblk(hmp, btype, lbase, lsize, op) \ argument
1738 #define hammer2_io_bread(hmp, btype, lbase, lsize, diop) \ argument
1743 #define hammer2_io_getblk(hmp, btype, lbase, lsize, op) \ argument
1766 #define hammer2_io_bread(hmp, btype, lbase, lsize, diop) \ argument
/dflybsd-src/contrib/nvi2/common/
H A Dsearch.c143 busy_t btype; in f_search() local
284 busy_t btype; in b_search() local
471 search_busy(SCR *sp, busy_t btype) in search_busy()
/dflybsd-src/contrib/nvi2/ex/
H A Dex_global.c67 busy_t btype; in ex_g_setup() local
/dflybsd-src/contrib/gdb-7/gdb/
H A Dgnu-v2-abi.c197 struct type *btype; in gnuv2_value_rtti_type() local
/dflybsd-src/games/hunt/huntd/
H A Ddriver.c736 int btype, stype; in zap() local
/dflybsd-src/contrib/nvi2/vi/
H A Dvs_msg.c55 vs_busy(SCR *sp, const char *msg, busy_t btype) in vs_busy()
/dflybsd-src/sys/vfs/hammer/
H A Dhammer_btree.h107 uint8_t btype; /* 23 B-Tree element type */ member
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dcplus-dem.c2589 int btype; in demangle_class() local
4016 string btype; in demangle_fund_type() local
4030 string btype; in demangle_fund_type() local
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dcplus-dem.c2569 int btype; in demangle_class() local
3993 string btype; in demangle_fund_type() local
4007 string btype; in demangle_fund_type() local
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dcplus-dem.c2569 int btype; in demangle_class() local
3993 string btype; in demangle_fund_type() local
4007 string btype; in demangle_fund_type() local
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dcplus-dem.c2660 int btype; in demangle_class() local
4116 string btype; in demangle_fund_type() local
4130 string btype; in demangle_fund_type() local
/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath.c3080 _ath_getbuf_locked(struct ath_softc *sc, ath_buf_type_t btype)
3222 ath_getbuf(struct ath_softc *sc, ath_buf_type_t btype)
/dflybsd-src/contrib/file/src/
H A Dreadelf.c556 const char *btype; in do_bid_note() local
/dflybsd-src/sys/dev/virtual/vmware/vmxnet3/
H A Dif_vmxreg.h131 uint32_t btype:1; /* Buffer type */ member
H A Dif_vmx.c1983 int idx, clsize, btype, flags, nsegs, error; in vmxnet3_newbuf() local
/dflybsd-src/sys/dev/disk/isp/
H A Disp.c146 const char *btype = "????"; in isp_reset() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dhsa-gen.c3219 BrigType16_t btype = hsa_type_for_scalar_tree_type (TREE_TYPE (lhs), in gen_hsa_insns_for_operation_assignment() local
4060 BrigType16_t btype = hsa_bittype_for_type (threads->m_type); in gen_num_threads_for_dispatch() local
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtree.c4393 tree btype = DECL_BIT_FIELD_TYPE (field); in record_has_unique_obj_representations() local
H A Ddecl.c7799 tree btype = find_decomp_class_base (loc, type, NULL_TREE); in cp_finish_decomp() local
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c2654 tree btype = BINFO_TYPE (binfo); in objc_copy_binfo() local

12