| /freebsd-12.1/contrib/nvi/common/ |
| H A D | search.c | 158 busy_t btype; in f_search() local 207 btype = BUSY_ON; in f_search() 213 search_busy(sp, btype); in f_search() 214 btype = BUSY_UPDATE; in f_search() 305 busy_t btype; in b_search() local 341 btype = BUSY_ON; in b_search() 347 search_busy(sp, btype); in b_search() 348 btype = BUSY_UPDATE; in b_search() 496 busy_t btype) in search_busy() argument 498 sp->gp->scr_busy(sp, "078|Searching...", btype); in search_busy()
|
| /freebsd-12.1/crypto/openssl/crypto/pkcs12/ |
| H A D | p12_sbag.c | 67 int btype = PKCS12_SAFEBAG_get_nid(bag); in PKCS12_SAFEBAG_get_bag_nid() local 69 if (btype != NID_certBag && btype != NID_crlBag && btype != NID_secretBag) in PKCS12_SAFEBAG_get_bag_nid()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gnu-v2-abi.c | 201 struct type *btype; in gnuv2_value_rtti_type() local 233 btype = TYPE_VPTR_BASETYPE (known_type); in gnuv2_value_rtti_type() 234 CHECK_TYPEDEF (btype); in gnuv2_value_rtti_type() 235 if (btype != known_type ) in gnuv2_value_rtti_type() 237 v = value_cast (btype, v); in gnuv2_value_rtti_type()
|
| /freebsd-12.1/contrib/nvi/ex/ |
| H A D | ex_global.c | 71 busy_t btype; in ex_g_setup() local 195 btype = BUSY_ON; in ex_g_setup() 206 search_busy(sp, btype); in ex_g_setup() 207 btype = BUSY_UPDATE; in ex_g_setup()
|
| /freebsd-12.1/lib/librss/ |
| H A D | librss.c | 274 rss_get_bucket_cpuset(struct rss_config *rc, rss_bucket_type_t btype, in rss_get_bucket_cpuset() argument 288 if (btype <= RSS_BUCKET_TYPE_NONE || btype > RSS_BUCKET_TYPE_MAX) { in rss_get_bucket_cpuset()
|
| H A D | librss.h | 90 rss_bucket_type_t btype, int bucket, cpuset_t *cs);
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | srconv.c | 649 dbt.btype = BTYPE_VOID; in walk_tree_type_1() 655 dbt.btype = BTYPE_CHAR; in walk_tree_type_1() 663 dbt.btype = BTYPE_INT; in walk_tree_type_1() 669 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1() 674 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1() 684 dbt.btype = BTYPE_CHAR; in walk_tree_type_1() 692 dbt.btype = BTYPE_INT; in walk_tree_type_1() 746 dbt.btype = BTYPE_STRUCT; in walk_tree_type_1() 772 dbt.btype = BTYPE_TAG; in walk_tree_type_1() 827 dbt.btype = BTYPE_ENUM; in walk_tree_type_1() [all …]
|
| /freebsd-12.1/sys/dev/ath/ |
| H A D | if_ath_misc.h | 51 ath_buf_type_t btype); 53 ath_buf_type_t btype);
|
| H A D | if_ath.c | 3104 _ath_getbuf_locked(struct ath_softc *sc, ath_buf_type_t btype) in _ath_getbuf_locked() argument 3110 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked() 3125 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked() 3157 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked() 3246 ath_getbuf(struct ath_softc *sc, ath_buf_type_t btype) in ath_getbuf() argument 3251 bf = _ath_getbuf_locked(sc, btype); in ath_getbuf() 3256 if (bf == NULL && btype == ATH_BUFTYPE_MGMT) in ath_getbuf()
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | cplus-dem.c | 2432 int btype; in demangle_class() local 2437 btype = register_Btype (work); in demangle_class() 3857 string btype; in demangle_fund_type() local 3858 string_init (&btype); in demangle_fund_type() 3860 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex); in demangle_fund_type() 3862 string_appends (result, &btype); in demangle_fund_type() 3866 string_delete (&btype); in demangle_fund_type() 3871 string btype; in demangle_fund_type() local 3872 string_init (&btype); in demangle_fund_type() 3874 string_appends (result, &btype); in demangle_fund_type() [all …]
|
| H A D | ChangeLog | 1996 (do_type): Remove unused variable btype. Add missing string_delete 1998 (demangle_fund_type): Move variable btype inside of the switch
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | cplus-dem.c | 2432 int btype; in demangle_class() local 2437 btype = register_Btype (work); in demangle_class() 3857 string btype; in demangle_fund_type() local 3858 string_init (&btype); in demangle_fund_type() 3860 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex); in demangle_fund_type() 3862 string_appends (result, &btype); in demangle_fund_type() 3866 string_delete (&btype); in demangle_fund_type() 3871 string btype; in demangle_fund_type() local 3872 string_init (&btype); in demangle_fund_type() 3874 string_appends (result, &btype); in demangle_fund_type() [all …]
|
| H A D | ChangeLog | 2194 (do_type): Remove unused variable btype. Add missing string_delete 2196 (demangle_fund_type): Move variable btype inside of the switch
|
| /freebsd-12.1/contrib/file/src/ |
| H A D | readelf.c | 534 const char *btype; in do_bid_note() local 539 btype = "xxHash"; in do_bid_note() 542 btype = "md5/uuid"; in do_bid_note() 545 btype = "sha1"; in do_bid_note() 548 btype = "unknown"; in do_bid_note() 551 if (file_printf(ms, ", BuildID[%s]=", btype) == -1) in do_bid_note()
|
| /freebsd-12.1/contrib/serf/ |
| H A D | serf.h | 953 #define SERF_BUCKET_CHECK(b, btype) ((b)->type == &serf_bucket_type_ ## btype) argument
|
| /freebsd-12.1/sys/dev/isp/ |
| H A D | isp.c | 208 btype = "2100"; in isp_reset() 211 btype = "2200"; in isp_reset() 214 btype = "2300"; in isp_reset() 217 btype = "2312"; in isp_reset() 220 btype = "2322"; in isp_reset() 223 btype = "2422"; in isp_reset() 226 btype = "2532"; in isp_reset() 229 btype = "2600"; in isp_reset() 232 btype = "2700"; in isp_reset() 252 btype = "1240"; in isp_reset() [all …]
|
| /freebsd-12.1/sys/dev/vmware/vmxnet3/ |
| H A D | if_vmxreg.h | 131 uint32_t btype:1; /* Buffer type */ member
|
| H A D | if_vmx.c | 1603 uint8_t btype; in vmxnet3_isc_rxd_refill() local 1620 btype = (flid == 0) ? VMXNET3_BTYPE_HEAD : VMXNET3_BTYPE_BODY; in vmxnet3_isc_rxd_refill() 1624 rxd[pidx].btype = btype; in vmxnet3_isc_rxd_refill()
|
| /freebsd-12.1/contrib/nvi/vi/ |
| H A D | vs_msg.c | 59 vs_busy(SCR *sp, const char *msg, busy_t btype) in vs_busy() argument 82 switch (btype) { in vs_busy()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | coff-arm.c | 653 thumb_pcrel_branchtype btype) in coff_thumb_pcrel_common() argument 665 switch (btype) in coff_thumb_pcrel_common() 700 switch (btype) in coff_thumb_pcrel_common() 740 switch (btype) in coff_thumb_pcrel_common()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1993 | 434 DECL_NAME (TYPE_NAME (btype)) to TYPE_NESTED_NAME (btype).
|