Searched refs:bt_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_bfdtarget.c39 .bt_type = ETF_BINARY,
44 .bt_type = ETF_ELF,
52 .bt_type = ETF_ELF,
59 .bt_type = ETF_ELF,
67 .bt_type = ETF_ELF,
75 .bt_type = ETF_ELF,
83 .bt_type = ETF_ELF,
92 .bt_type = ETF_ELF,
100 .bt_type = ETF_ELF,
107 .bt_type
[all...]
H A Delftc_bfdtarget.c51 return (tgt->bt_type);
H A D_libelftc.h39 unsigned int bt_type; /* target type. */ member in struct:_Elftc_Bfd_Target
/freebsd-13-stable/sys/kern/
H A Dsubr_vmem.c132 int bt_type; member in struct:vmem_btag
179 #define BT_ISSPAN_P(bt) ((bt)->bt_type <= BT_TYPE_SPAN_STATIC)
255 return (bt->bt_type == BT_TYPE_BUSY);
261 return (bt->bt_type == BT_TYPE_FREE);
490 MPASS(bt->bt_type == BT_TYPE_BUSY);
504 MPASS(bt->bt_type != BT_TYPE_CURSOR);
527 MPASS(bt->bt_type == BT_TYPE_FREE);
855 btspan->bt_type = type;
862 btfree->bt_type = BT_TYPE_FREE;
1002 MPASS(bt->bt_type
[all...]

Completed in 108 milliseconds