| /freebsd-13.1/contrib/nvi/common/ |
| H A D | search.c | 143 busy_t btype; in f_search() local 192 btype = BUSY_ON; in f_search() 198 search_busy(sp, btype); in f_search() 199 btype = BUSY_UPDATE; in f_search() 284 busy_t btype; in b_search() local 320 btype = BUSY_ON; in b_search() 326 search_busy(sp, btype); in b_search() 327 btype = BUSY_UPDATE; in b_search() 471 search_busy(SCR *sp, busy_t btype) in search_busy() argument 473 sp->gp->scr_busy(sp, "078|Searching...", btype); in search_busy()
|
| /freebsd-13.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-13.1/contrib/nvi/ex/ |
| H A D | ex_global.c | 67 busy_t btype; in ex_g_setup() local 192 btype = BUSY_ON; in ex_g_setup() 203 search_busy(sp, btype); in ex_g_setup() 204 btype = BUSY_UPDATE; in ex_g_setup()
|
| /freebsd-13.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-13.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-13.1/contrib/serf/ |
| H A D | serf.h | 953 #define SERF_BUCKET_CHECK(b, btype) ((b)->type == &serf_bucket_type_ ## btype) argument
|
| /freebsd-13.1/contrib/file/src/ |
| H A D | readelf.c | 555 const char *btype; in do_bid_note() local 560 btype = "xxHash"; in do_bid_note() 563 btype = "md5/uuid"; in do_bid_note() 566 btype = "sha1"; in do_bid_note() 569 btype = "unknown"; in do_bid_note() 572 if (file_printf(ms, ", BuildID[%s]=", btype) == -1) in do_bid_note()
|
| /freebsd-13.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 | 1684 uint8_t btype; in vmxnet3_isc_rxd_refill() local 1700 btype = (flid == 0) ? VMXNET3_BTYPE_HEAD : VMXNET3_BTYPE_BODY; in vmxnet3_isc_rxd_refill() 1715 rxd[idx].btype = btype; in vmxnet3_isc_rxd_refill()
|
| /freebsd-13.1/contrib/nvi/vi/ |
| H A D | vs_msg.c | 55 vs_busy(SCR *sp, const char *msg, busy_t btype) in vs_busy() argument 78 switch (btype) { in vs_busy()
|
| /freebsd-13.1/sys/dev/isp/ |
| H A D | isp.c | 155 const char *btype = "????"; in isp_reset() local 171 btype = "2422"; in isp_reset() 174 btype = "2532"; in isp_reset() 177 btype = "2600"; in isp_reset() 180 btype = "2700"; in isp_reset() 457 …btype, isp->isp_revision, dodnld? "loaded" : "resident", isp->isp_fwrev[0], isp->isp_fwrev[1], isp… in isp_reset()
|