Home
last modified time | relevance | path

Searched defs:btx (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/tools/btxld/
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
H A Dbtxld.c218 struct btx_hdr btx, btxle; in btxld() local
321 getbtx(int fd, struct btx_hdr * btx) in getbtx()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.c1742 boolean_t btx; in nge_intr_handle() local