Searched defs:N_BTSHFT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dsyms.h128 #define N_BTSHFT 4 macro
141 #define ISPTR(x) (((x) & N_TMASK) == (DT_PTR << N_BTSHFT))
145 #define ISFCN(x) (((x) & N_TMASK) == (DT_FCN << N_BTSHFT))
149 #define ISARY(x) (((x) & N_TMASK) == (DT_ARY << N_BTSHFT))
155 #define INCREF(x) ((((x)&~N_BTMASK)<<N_TSHIFT)|(DT_PTR<<N_BTSHFT)|(x&N_BTMASK))
/illumos-gate/usr/src/boot/sys/boot/efi/include/amd64/
H A Dpe.h364 #define N_BTSHFT 4 macro
/illumos-gate/usr/src/boot/sys/boot/efi/include/i386/
H A Dpe.h364 #define N_BTSHFT 4 macro

Completed in 66 milliseconds