Searched refs:bt_type (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/elftoolchain/libelftc/ |
| HD | 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 …]
|
| HD | elftc_bfdtarget.c | 51 return (tgt->bt_type); in elftc_bfd_target_flavor()
|
| HD | _libelftc.h | 39 unsigned int bt_type; /* target type. */ member
|
| /NextBSD/sys/kern/ |
| HD | subr_vmem.c | 162 int bt_type; member 169 #define BT_ISSPAN_P(bt) ((bt)->bt_type <= BT_TYPE_SPAN_STATIC) 442 MPASS(bt->bt_type == BT_TYPE_BUSY); in bt_insbusy() 478 MPASS(bt->bt_type == BT_TYPE_FREE); in bt_remfree() 785 btspan->bt_type = type; in vmem_add1() 791 btfree->bt_type = BT_TYPE_FREE; in vmem_add1() 927 MPASS(bt->bt_type == BT_TYPE_FREE); in vmem_clip() 932 btprev->bt_type = BT_TYPE_FREE; in vmem_clip() 945 btnew->bt_type = BT_TYPE_BUSY; in vmem_clip() 956 bt->bt_type = BT_TYPE_BUSY; in vmem_clip() [all …]
|