Home
last modified time | relevance | path

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

/freebsd-14.2/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,
447 .bt_type = ETF_IHEX,
452 .bt_type = ETF_SREC,
457 .bt_type = ETF_SREC,
474 .bt_type = ETF_PE,
480 .bt_type = ETF_PE,
[all …]
H A Delftc_bfdtarget.c51 return (tgt->bt_type); in elftc_bfd_target_flavor()
H A D_libelftc.h39 unsigned int bt_type; /* target type. */ member
/freebsd-14.2/sys/kern/
H A Dsubr_vmem.c130 int bt_type; member
488 MPASS(bt->bt_type == BT_TYPE_BUSY); in bt_insbusy()
525 MPASS(bt->bt_type == BT_TYPE_FREE); in bt_remfree()
853 btspan->bt_type = type; in vmem_add1()
860 btfree->bt_type = BT_TYPE_FREE; in vmem_add1()
1005 btprev->bt_type = BT_TYPE_FREE; in vmem_clip()
1018 btnew->bt_type = BT_TYPE_BUSY; in vmem_clip()
1029 bt->bt_type = BT_TYPE_BUSY; in vmem_clip()
1151 next->bt_type == BT_TYPE_FREE && prev->bt_type == BT_TYPE_FREE && in vmem_xalloc_nextfit()
1493 bt->bt_type = BT_TYPE_FREE; in vmem_xfree()
[all …]