Searched refs:btype (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/nvi/common/
H A Dsearch.c158 busy_t btype; local
207 btype = BUSY_ON;
213 search_busy(sp, btype);
214 btype = BUSY_UPDATE;
305 busy_t btype; local
341 btype = BUSY_ON;
347 search_busy(sp, btype);
348 btype = BUSY_UPDATE;
496 busy_t btype)
498 sp->gp->scr_busy(sp, "078|Searching...", btype);
494 search_busy( SCR *sp, busy_t btype) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-v2-abi.c202 struct type *btype;
234 btype = TYPE_VPTR_BASETYPE (known_type);
235 CHECK_TYPEDEF (btype);
236 if (btype != known_type )
238 v = value_cast (btype, v);
201 struct type *btype; local
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_misc.h49 ath_buf_type_t btype);
51 ath_buf_type_t btype);
H A Dif_ath.c2990 _ath_getbuf_locked(struct ath_softc *sc, ath_buf_type_t btype) argument
2996 if (btype == ATH_BUFTYPE_MGMT)
3011 if (btype == ATH_BUFTYPE_MGMT)
3043 if (btype == ATH_BUFTYPE_MGMT)
3132 ath_getbuf(struct ath_softc *sc, ath_buf_type_t btype) argument
3137 bf = _ath_getbuf_locked(sc, btype);
3142 if (bf == NULL && btype == ATH_BUFTYPE_MGMT)
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_global.c71 busy_t btype; local
195 btype = BUSY_ON;
206 search_busy(sp, btype);
207 btype = BUSY_UPDATE;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsrconv.c649 dbt.btype = BTYPE_VOID;
655 dbt.btype = BTYPE_CHAR;
663 dbt.btype = BTYPE_INT;
669 dbt.btype = BTYPE_FLOAT;
674 dbt.btype = BTYPE_FLOAT;
679 dbt.btype = BTYPE_FLOAT;
684 dbt.btype = BTYPE_CHAR;
692 dbt.btype = BTYPE_INT;
746 dbt.btype = BTYPE_STRUCT;
772 dbt.btype
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c2432 int btype; local
2437 btype = register_Btype (work);
2461 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype);
3857 string btype; local
3858 string_init (&btype);
3859 if (demangle_class_name (work, mangled, &btype)) {
3860 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);
3862 string_appends (result, &btype);
3866 string_delete (&btype);
3871 string btype; local
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c2432 int btype; local
2437 btype = register_Btype (work);
2461 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype);
3857 string btype; local
3858 string_init (&btype);
3859 if (demangle_class_name (work, mangled, &btype)) {
3860 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);
3862 string_appends (result, &btype);
3866 string_delete (&btype);
3871 string btype; local
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.c549 const char *btype; local
554 btype = "xxHash";
557 btype = "md5/uuid";
560 btype = "sha1";
563 btype = "unknown";
566 if (file_printf(ms, ", BuildID[%s]=", btype) == -1)
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dvmx_netmap.h75 rxd->btype = VMXNET3_BTYPE_HEAD;
76 nm_prdis("%d: addr %lx len %u btype %u gen %u",
77 idx, rxd->addr, rxd->len, rxd->btype, rxd->gen);
H A Dif_vmxreg.h131 uint32_t btype:1; /* Buffer type */ member in struct:vmxnet3_rxdesc
H A Dif_vmx.c1916 int idx, clsize, btype, flags, nsegs, error; local
1934 btype = VMXNET3_BTYPE_HEAD;
1949 btype = VMXNET3_BTYPE_BODY;
1958 if (btype == VMXNET3_BTYPE_HEAD) {
1974 if (btype == VMXNET3_BTYPE_BODY)
1989 rxd->btype = btype;
2194 KASSERT(rxd->btype == VMXNET3_BTYPE_HEAD,
2224 KASSERT(rxd->btype == VMXNET3_BTYPE_BODY,
/freebsd-11-stable/contrib/serf/
H A Dserf.h953 #define SERF_BUCKET_CHECK(b, btype) ((b)->type == &serf_bucket_type_ ## btype)
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_msg.c59 vs_busy(SCR *sp, const char *msg, busy_t btype) argument
82 switch (btype) {
/freebsd-11-stable/sys/dev/isp/
H A Disp.c175 const char *btype = "????"; local
206 btype = "2100";
209 btype = "2200";
212 btype = "2300";
215 btype = "2312";
218 btype = "2322";
221 btype = "2422";
224 btype = "2532";
227 btype = "2600";
230 btype
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-arm.c653 thumb_pcrel_branchtype btype)
665 switch (btype)
700 switch (btype)
740 switch (btype)
646 coff_thumb_pcrel_common(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED, thumb_pcrel_branchtype btype) argument

Completed in 177 milliseconds