Searched refs:bt_type (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc_bfdtarget.c | 39 .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 = ETF_ELF, [all …]
|
H A D | elftc_bfdtarget.c | 51 return (tgt->bt_type); in elftc_bfd_target_flavor()
|
H A D | _libelftc.h | 39 unsigned int bt_type; /* target type. */ member
|
/freebsd/sys/kern/ |
H A D | subr_vmem.c | 130 int bt_type; member 177 #define BT_ISSPAN_P(bt) ((bt)->bt_type <= BT_TYPE_SPAN_STATIC) 251 return (bt->bt_type == BT_TYPE_BUSY); in bt_isbusy() 257 return (bt->bt_type == BT_TYPE_FREE); in bt_isfree() 486 MPASS(bt->bt_type == BT_TYPE_BUSY); in bt_insbusy() 500 MPASS(bt->bt_type != BT_TYPE_CURSOR); in bt_remseg() 523 MPASS(bt->bt_type == BT_TYPE_FREE); in bt_remfree() 851 btspan->bt_type = type; in vmem_add1() 858 btfree->bt_type = BT_TYPE_FREE; in vmem_add1() 998 MPASS(bt->bt_type in vmem_clip() [all...] |