Home
last modified time | relevance | path

Searched refs:__aligned (Results 1 – 10 of 10) sorted by relevance

/titanic_53/usr/src/boot/sys/x86/include/
H A Dsignal.h82 int sc_fpstate[128] __aligned(16);
154 long sc_fpstate[64] __aligned(16);
/titanic_53/usr/src/uts/common/sys/
H A Dccompile.h119 #define __aligned(x) __attribute__((__aligned__(x))) macro
132 #define __aligned(x)
/titanic_53/usr/src/boot/sys/sys/
H A D_rwlock.h60 } __aligned(CACHE_LINE_SIZE);
H A D_mutex.h62 } __aligned(CACHE_LINE_SIZE);
H A Dcdefs.h213 #define __aligned(x) macro
237 #define __aligned(x) __attribute__((__aligned__(x))) macro
268 #define _Alignas(x) __aligned(x)
/titanic_53/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_hw.h143 __aligned(PQI_QUEUE_ELEMENT_ARRAY_ALIGNMENT)
146 __aligned(PQI_QUEUE_ELEMENT_ARRAY_ALIGNMENT)
149 __aligned(PQI_ADMIN_INDEX_ALIGNMENT) pqi_index_t iq_ci;
150 __aligned(PQI_ADMIN_INDEX_ALIGNMENT) pqi_index_t oq_pi;
/titanic_53/usr/src/boot/lib/libstand/
H A Dtftp.c143 } __packed __aligned(4) wbuf; in tftp_senderr()
168 } __packed __aligned(4) wbuf; in tftp_sendack()
283 } __packed __aligned(4) wbuf; in tftp_makereq()
378 } __packed __aligned(4) wbuf; in tftp_getnextblock()
/titanic_53/usr/src/boot/include/netinet/
H A Dip.h70 } __packed __aligned(2);
H A Din_pcb.h430 } __aligned(CACHE_LINE_SIZE);
/titanic_53/usr/src/grub/grub-0.97/netboot/
H A Dnic.c120 static char packet[ETH_FRAME_LEN + ETH_DATA_ALIGN] __aligned(16);