Searched refs:btx (Results 1 – 15 of 15) sorted by relevance
/freebsd/usr.sbin/btxld/ |
H A D | btxld.c | 197 struct btx_hdr btx, btxle; in btxld() local 217 getbtx(fdi[i], &btx); in btxld() 230 ohdr.data = btx.btx_textsz + ihdr.size; in btxld() 244 btx.btx_flags |= BTX_MAPONE; in btxld() 248 btx.btx_pgctl -= cwr; in btxld() 249 btx.btx_entry = Eflag ? centry : ihdr.entry; in btxld() 265 btxle = btx; in btxld() 270 copy(fdi[i], fdo, btx.btx_textsz - sizeof(btx), in btxld() 271 sizeof(btx)); in btxld() 288 printf(binfo, btx.btx_majver, btx.btx_minver, btx.btx_textsz, in btxld() [all …]
|
H A D | btx.h | 64 #define BTX_MAPPED(btx) (((btx).btx_pgctl | (BTX_PGSIZE / 4 - 1)) + 1) argument 65 #define BTX_ORIGIN(btx) (BTX_PGBASE + BTX_MAPPED(btx) * 4) argument 66 #define BTX_ENTRY(btx) (BTX_ORIGIN(btx) + 2 + (btx).btx_hdrsz) argument
|
/freebsd/stand/i386/loader/ |
H A D | Makefile.depend | 4 stand/i386/btx/btx \ 5 stand/i386/btx/btxldr \ 6 stand/i386/btx/lib \
|
/freebsd/stand/i386/loader_4th/ |
H A D | Makefile.depend | 4 stand/${MACHINE_CPUARCH}/btx/btx \ 5 stand/${MACHINE_CPUARCH}/btx/btxldr \ 6 stand/${MACHINE_CPUARCH}/btx/lib \
|
/freebsd/stand/i386/ |
H A D | Makefile.inc | 12 BTXDIR= ${BOOTOBJ}/i386/btx 14 BTXKERN= ${BTXDIR}/btx/btx 17 BTXSRC= ${BOOTSRC}/i386/btx
|
H A D | Makefile | 8 SUBDIR.yes+= btx libi386
|
/freebsd/stand/i386/pxeldr/ |
H A D | Makefile.depend | 5 ${BOOT_MACHINE_DIR}/btx/btx \ 6 ${BOOT_MACHINE_DIR}/btx/btxldr \
|
/freebsd/stand/i386/boot2/ |
H A D | Makefile.depend | 5 stand/i386/btx/btx \ 6 stand/i386/btx/lib \
|
/freebsd/stand/i386/gptboot/ |
H A D | Makefile.depend | 8 stand/i386/btx/btx \ 9 stand/i386/btx/lib \
|
/freebsd/stand/i386/zfsboot/ |
H A D | Makefile.depend | 7 stand/i386/btx/btx \ 8 stand/i386/btx/lib \
|
/freebsd/stand/i386/gptzfsboot/ |
H A D | Makefile.depend | 8 stand/i386/btx/btx \ 9 stand/i386/btx/lib \
|
/freebsd/targets/pseudo/userland/misc/ |
H A D | Makefile.depend | 40 stand/i386/btx/btx \ 41 stand/i386/btx/btxldr \ 42 stand/i386/btx/lib \
|
/freebsd/stand/i386/btx/btx/ |
H A D | Makefile | 3 PROG= btx 5 SRCS= btx.S
|
/freebsd/stand/i386/btx/ |
H A D | Makefile | 1 SUBDIR= btx btxldr lib
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_ni.c | 2934 struct dpaa2_ni_tx_ring *btx = (struct dpaa2_ni_tx_ring *)buf->opt; in dpaa2_ni_tx() local 2936 KASSERT(btx->fq->chan == ch, ("%s: unexpected channel", __func__)); in dpaa2_ni_tx()
|