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

/freebsd-10.0-release/contrib/nvi/common/
H A Dsearch.c158 busy_t btype; local
206 btype = BUSY_ON;
212 search_busy(sp, btype);
213 btype = BUSY_UPDATE;
304 busy_t btype; local
340 btype = BUSY_ON;
346 search_busy(sp, btype);
347 btype = BUSY_UPDATE;
495 busy_t btype)
497 sp->gp->scr_busy(sp, "078|Searching...", btype);
493 search_busy( SCR *sp, busy_t btype) argument
[all...]
/freebsd-10.0-release/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-10.0-release/sys/dev/ath/
H A Dif_ath_misc.h58 ath_buf_type_t btype);
60 ath_buf_type_t btype);
H A Dif_ath.c2533 _ath_getbuf_locked(struct ath_softc *sc, ath_buf_type_t btype) argument
2539 if (btype == ATH_BUFTYPE_MGMT)
2554 if (btype == ATH_BUFTYPE_MGMT)
2586 if (btype == ATH_BUFTYPE_MGMT)
2674 ath_getbuf(struct ath_softc *sc, ath_buf_type_t btype) argument
2679 bf = _ath_getbuf_locked(sc, btype);
2684 if (bf == NULL && btype == ATH_BUFTYPE_MGMT)
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/contrib/serf/
H A Dserf.h948 #define SERF_BUCKET_CHECK(b, btype) ((b)->type == &serf_bucket_type_ ## btype)
/freebsd-10.0-release/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h131 uint32_t btype:1; /* Buffer type */ member in struct:vmxnet3_rxdesc
H A Dif_vmx.c1620 int idx, clsize, btype, flags, nsegs, error; local
1638 btype = VMXNET3_BTYPE_HEAD;
1653 btype = VMXNET3_BTYPE_BODY;
1662 if (btype == VMXNET3_BTYPE_HEAD) {
1678 if (btype == VMXNET3_BTYPE_BODY)
1693 rxd->btype = btype;
1851 KASSERT(rxd->btype == VMXNET3_BTYPE_HEAD,
1881 KASSERT(rxd->btype == VMXNET3_BTYPE_BODY,
/freebsd-10.0-release/contrib/nvi/vi/
H A Dvs_msg.c59 vs_busy(SCR *sp, const char *msg, busy_t btype) argument
82 switch (btype) {
/freebsd-10.0-release/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
/freebsd-10.0-release/sys/dev/isp/
H A Disp.c166 const char *btype = "????"; local
250 btype = "2100";
253 btype = "2200";
256 btype = "2300";
259 btype = "2312";
262 btype = "2322";
265 btype = "2422";
268 btype = "2532";
288 btype = "1240";
303 btype
[all...]

Completed in 147 milliseconds