Searched defs:SEG (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h378 #define SEG(b) ((b)->head.head.seg.seg) macro
385 #define VM(b) (SEG(b)->vm)
404 ** destroys the SEG(b) pointer, it must be carefully restored in bestsearch().
414 #define SEGWILD(b) (((b)->body.data+SIZE(b)+sizeof(Head_t)) >= SEG(b)->baddr)
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c114 SEG, enumerator in enum:__anon34
2170 /* [0,4] */ TNS("addb",IA), TS("add",IA), TSx("push",SEG), TSx("pop",SEG),
2172 /* [0,C] */ TNS("orb",IA), TS("or",IA), TSx("push",SEG), IND(dis_op0F),
2175 /* [1,4] */ TNS("adcb",IA), TS("adc",IA), TSx("push",SEG), TSx("pop",SEG),
2177 /* [1,C] */ TNS("sbbb",IA), TS("sbb",IA), TSx("push",SEG), TSx("pop",SEG),
4187 case SEG:

Completed in 56 milliseconds