/illumos-gate/usr/src/cmd/sf880drd/ |
H A D | sf880drd.c | 51 #define INDEX2SLOT(INDEX) ((INDEX)%4) /* cf init_poll_events() */ argument 52 #define INDEX2CONTROLLER(INDEX) ((INDEX)/4) /* cf init_poll_events() */ argument
|
/illumos-gate/usr/src/cmd/isns/isnsd/xml/ |
H A D | data.c | 116 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) TYPE, argument 121 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) (xmlChar *)NAME, argument 126 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) TAG, argument 131 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) ID, argument
|
/illumos-gate/usr/src/lib/krb5/kdb/ |
H A D | kdb_log.h | 22 #define INDEX(ulogaddr, i) ((ulong_t) ulogaddr + sizeof (kdb_hlog_t) + \ macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmxscan.c | 57 #define INDEX(m,x) (((n)>=((x)-(m)))?((n)-=((x)-(m))):(n)) macro
|
/illumos-gate/usr/src/uts/sun4u/sys/i2c/nexus/ |
H A D | smbus.h | 68 #define INDEX 0x04 macro
|
/illumos-gate/usr/src/cmd/expr/ |
H A D | expr.c | 59 #define INDEX 277 macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppfsm.h | 61 #define INDEX(p) (((p)-fsm[0])/(MAX+1)) macro
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | sym.c | 1472 enum { NAME, INDEX, TYPE } op; in cpl_sh_opt() enumerator 1545 enum { NAME, INDEX, TYPE } op; in cpl_st_shndx() enumerator
|
H A D | str.c | 751 enum { NAME, INDEX, TYPE } op; in cpl_sh_opt() enumerator
|
H A D | shdr.c | 757 enum { NAME, INDEX, TYPE } op; in cpl_1starg_sec() enumerator
|
H A D | ehdr.c | 1472 enum { NAME, INDEX, TYPE } op; in cpl_e_shstrndx() enumerator
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmhdr.h | 294 #define INDEX(s) DIV((s)-TINYSIZE,ALIGN) macro
|