/freebsd/contrib/nvi/common/ |
H A D | search.c | 148 busy_t btype; in f_search() local 197 btype = BUSY_ON; in f_search() 203 search_busy(sp, btype); in f_search() 204 btype = BUSY_UPDATE; in f_search() 289 busy_t btype; in b_search() local 325 btype = BUSY_ON; in b_search() 331 search_busy(sp, btype); in b_search() 332 btype = BUSY_UPDATE; in b_search() 476 search_busy(SCR *sp, busy_t btype) in search_busy() argument 478 sp->gp->scr_busy(sp, "078|Searching...", btype); in search_busy()
|
/freebsd/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/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/lib/librss/ |
H A D | librss.c | 217 rss_get_bucket_cpuset(struct rss_config *rc, rss_bucket_type_t btype, in rss_get_bucket_cpuset() argument 231 if (btype <= RSS_BUCKET_TYPE_NONE || btype > RSS_BUCKET_TYPE_MAX) { in rss_get_bucket_cpuset()
|
H A D | librss.h | 73 rss_bucket_type_t btype, int bucket, cpuset_t *cs);
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_misc.h | 49 ath_buf_type_t btype); 51 ath_buf_type_t btype);
|
H A D | if_ath.c | 3151 _ath_getbuf_locked(struct ath_softc *sc, ath_buf_type_t btype) in _ath_getbuf_locked() argument 3157 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked() 3172 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked() 3204 if (btype == ATH_BUFTYPE_MGMT) in _ath_getbuf_locked() 3293 ath_getbuf(struct ath_softc *sc, ath_buf_type_t btype) in ath_getbuf() argument 3298 bf = _ath_getbuf_locked(sc, btype); in ath_getbuf() 3303 if (bf == NULL && btype == ATH_BUFTYPE_MGMT) in ath_getbuf()
|
/freebsd/contrib/file/src/ |
H A D | readelf.c | 560 const char *btype; in do_bid_note() local 565 btype = "xxHash"; in do_bid_note() 568 btype = "md5/uuid"; in do_bid_note() 571 btype = "sha1"; in do_bid_note() 574 btype = "unknown"; in do_bid_note() 577 if (file_printf(ms, ", BuildID[%s]=", btype) == -1) in do_bid_note()
|
/freebsd/sys/dev/vmware/vmxnet3/ |
H A D | if_vmxreg.h | 129 uint32_t btype:1; /* Buffer type */ member
|
H A D | if_vmx.c | 1679 uint8_t btype; in vmxnet3_isc_rxd_refill() local 1695 btype = (flid == 0) ? VMXNET3_BTYPE_HEAD : VMXNET3_BTYPE_BODY; in vmxnet3_isc_rxd_refill() 1710 rxd[idx].btype = btype; in vmxnet3_isc_rxd_refill()
|
/freebsd/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/sys/dev/isp/ |
H A D | isp.c | 214 const char *btype = "????"; in isp_reset() local 230 btype = "2422"; in isp_reset() 233 btype = "2532"; in isp_reset() 236 btype = "2600"; in isp_reset() 239 btype = "2700"; in isp_reset() 242 btype = "2800"; in isp_reset() 608 btype, isp->isp_revision, dodnld ? "loaded" : "resident", in isp_reset()
|
/freebsd/sbin/ifconfig/ |
H A D | ifconfig.c | 1926 print_bits(const char *btype, uint32_t *v, const int v_count, in print_bits() argument 1941 printf("%s_%d", btype, i); in print_bits()
|