/titanic_50/usr/src/uts/common/sys/nxge/ |
H A D | nxge_flow.h | 170 #define TCAM_IPV6_ADDR(m32, ip6addr) { \ argument 171 m32[0] = ip6addr.S6_addr32[0]; \ 172 m32[1] = ip6addr.S6_addr32[1]; \ 173 m32[2] = ip6addr.S6_addr32[2]; \ 174 m32[3] = ip6addr.S6_addr32[3]; \ 177 #define FSPEC_IPV6_ADDR(ip6addr, m32) { \ argument 178 ip6addr.S6_addr32[0] = m32[0]; \ 179 ip6addr.S6_addr32[1] = m32[1]; \ 180 ip6addr.S6_addr32[2] = m32[2]; \ 181 ip6addr.S6_addr32[3] = m32[3]; \ [all …]
|
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_flow.h | 150 #define TCAM_IPV6_ADDR(m32, ip6addr) { \ argument 151 m32[0] = ip6addr.S6_addr32[0]; \ 152 m32[1] = ip6addr.S6_addr32[1]; \ 153 m32[2] = ip6addr.S6_addr32[2]; \ 154 m32[3] = ip6addr.S6_addr32[3]; \ 158 #define TCAM_IPV4_ADDR(m32, ip4addr) (m32 = ip4addr) argument
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | pr_meminfo.c | 52 struct meminfo32 m32; in pr_meminfo() local 99 m32.mi_info_count = info_count; in pr_meminfo() 100 m32.mi_inaddr = (caddr32_t)inaddr; in pr_meminfo() 101 m32.mi_outdata = (caddr32_t)outaddr; in pr_meminfo() 102 m32.mi_info_req = (caddr32_t)infoaddr; in pr_meminfo() 103 m32.mi_validity = (caddr32_t)validityaddr; in pr_meminfo() 144 adp->arg_object = &m32; in pr_meminfo()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | model.h | 90 struct struct_type##32 *m32; \ 110 sizeof (*(handle).ptr.m32) : \ 121 (void *)&(handle).ptr.m32->field : \ 126 (handle).ptr.m32->field : \ 131 (void *)(uintptr_t)(handle).ptr.m32->field : \ 136 ((handle).ptr.m32->field = (val)) : \ 141 (void) ((handle).ptr.m32->field = (caddr32_t)(uintptr_t)(val)) : \
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.dlclose3.ksh | 48 gcc -m32 -o main main.o 51 gcc -m32 -c main.c 55 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc 58 gcc -m32 -fPIC -c livelib.c 68 gcc -m32 -shared -o deadlib.so deadlib.o -lc 71 gcc -m32 -fPIC -c deadlib.c
|
H A D | tst.dlclose1.ksh | 48 gcc -m32 -o main main.o 51 gcc -m32 -c main.c 55 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc 58 gcc -m32 -fPIC -c livelib.c 68 gcc -m32 -shared -o deadlib.so deadlib.o -lc 71 gcc -m32 -fPIC -c deadlib.c
|
H A D | tst.dlclose2.ksh | 43 gcc -m32 -o main main.o 46 gcc -m32 -c main.c 50 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc 53 gcc -m32 -fPIC -c livelib.c 63 gcc -m32 -shared -o deadlib.so deadlib.o -lc 66 gcc -m32 -fPIC -c deadlib.c
|
H A D | tst.nodtrace.ksh | 72 gcc -I. -m32 -c test.c 77 gcc -m32 -o test test.o
|
H A D | tst.onlyenabled.ksh | 64 gcc -m32 -c test.c 74 gcc -m32 -o test test.o prov.o
|
H A D | tst.header.ksh | 67 gcc -m32 -c test.c 77 gcc -m32 -o test test.o prov.o
|
H A D | tst.enabled.ksh | 63 gcc -m32 -c test.c 73 gcc -m32 -o test test.o prov.o
|
H A D | tst.guess32.ksh | 63 gcc -m32 -c test.c 73 gcc -m32 -o test test.o prov.o
|
H A D | tst.user.ksh | 64 gcc -m32 -c test.c 74 gcc -m32 -o test test.o prov.o
|
H A D | tst.eliminate.ksh | 74 gcc -m32 -c test.c 84 gcc -m32 -o test test.o prov.o
|
H A D | tst.enabled2.ksh | 79 gcc -m32 -c test.c 90 gcc -m32 -o test test.o prov.o
|
H A D | tst.fork.ksh | 73 gcc -m32 -c test.c 83 gcc -m32 -o test test.o prov.o
|
H A D | tst.multiple.ksh | 67 gcc -m32 -c test.c 77 gcc -m32 -o test test.o prov.o
|
H A D | tst.reeval.ksh | 54 gcc -m32 -c test.c 64 gcc -m32 -o test test.o prov.o
|
H A D | tst.sameprovmulti.ksh | 62 gcc -m32 -c $oogle.c 82 gcc -m32 -o test test.c $objs
|
H A D | tst.multiprov.ksh | 67 gcc -m32 -c $oogle.c 90 gcc -m32 -o test test.c $objs
|
/titanic_50/usr/src/uts/common/avs/ns/ |
H A D | model.h | 99 struct struct_type##32 *m32; \ 119 sizeof (*(handle).ptr.m32) : \ 130 (void *)&(handle).ptr.m32->field : \ 135 (handle).ptr.m32->field : \ 140 (void *)(handle).ptr.m32->field : \ 145 ((handle).ptr.m32->field = (val)) : \ 150 (void) ((handle).ptr.m32->field = (caddr32_t)(val)) : \
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.provregex2.ksh | 48 gcc -m32 -o main main.o 51 gcc -m32 -c main.c 54 gcc -m32 -shared -o altlib.so altlib.o -lc 57 gcc -m32 -fPIC -c altlib.c
|
H A D | tst.provregex4.ksh | 49 gcc -m32 -o main main.o provmain.o 52 gcc -m32 -c main.c 61 gcc -m32 -shared -o altlib.so altlib.o provalt.o -lc 64 gcc -m32 -c altlib.c
|
H A D | tst.utf8probemod.ksh | 43 if ! gcc -m32 -fPIC -shared -o libføo.so libfoo.c -lc ; then 49 if ! gcc -m32 -o foo foo.c -lføo -L. ; then
|
H A D | tst.provregex1.ksh | 48 gcc -m32 -o main main.o 51 gcc -m32 -c main.c
|