Home
last modified time | relevance | path

Searched refs:btx (Results 1 – 15 of 15) sorted by relevance

/freebsd/usr.sbin/btxld/
H A Dbtxld.c197 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 Dbtx.h64 #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 DMakefile.depend4 stand/i386/btx/btx \
5 stand/i386/btx/btxldr \
6 stand/i386/btx/lib \
/freebsd/stand/i386/loader_4th/
H A DMakefile.depend4 stand/${MACHINE_CPUARCH}/btx/btx \
5 stand/${MACHINE_CPUARCH}/btx/btxldr \
6 stand/${MACHINE_CPUARCH}/btx/lib \
/freebsd/stand/i386/
H A DMakefile.inc12 BTXDIR= ${BOOTOBJ}/i386/btx
14 BTXKERN= ${BTXDIR}/btx/btx
17 BTXSRC= ${BOOTSRC}/i386/btx
H A DMakefile8 SUBDIR.yes+= btx libi386
/freebsd/stand/i386/pxeldr/
H A DMakefile.depend5 ${BOOT_MACHINE_DIR}/btx/btx \
6 ${BOOT_MACHINE_DIR}/btx/btxldr \
/freebsd/stand/i386/boot2/
H A DMakefile.depend5 stand/i386/btx/btx \
6 stand/i386/btx/lib \
/freebsd/stand/i386/gptboot/
H A DMakefile.depend8 stand/i386/btx/btx \
9 stand/i386/btx/lib \
/freebsd/stand/i386/zfsboot/
H A DMakefile.depend7 stand/i386/btx/btx \
8 stand/i386/btx/lib \
/freebsd/stand/i386/gptzfsboot/
H A DMakefile.depend8 stand/i386/btx/btx \
9 stand/i386/btx/lib \
/freebsd/targets/pseudo/userland/misc/
H A DMakefile.depend40 stand/i386/btx/btx \
41 stand/i386/btx/btxldr \
42 stand/i386/btx/lib \
/freebsd/stand/i386/btx/btx/
H A DMakefile3 PROG= btx
5 SRCS= btx.S
/freebsd/stand/i386/btx/
H A DMakefile1 SUBDIR= btx btxldr lib
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_ni.c2934 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()