Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 76 – 100 of 198) sorted by relevance

12345678

/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dpreprocessor6.c15 #define __devinitdata __attribute__((section(".devinit")))
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dalloc-align.c21 #define __alloc_align(x) __attribute__((__alloc_align__(x)))
H A Dattr-optimize.c2 #define __noclone __attribute__((__noclone__, __optimize__("no-tracer")))
H A Dkill-pure-call.c2 int pure(int a) __attribute__((pure));
H A Dstruct-as.c5 #define __user __attribute__((address_space(1)))
H A Dtransparent-union.c11 } transparent_arg __attribute__((__transparent_union__));
H A Dattr_in_parameter.c1 #define A __attribute__((address_space(1)))
H A Dtype-attribute-as.c1 #define __user __attribute__((address_space(1)))
H A Dbool-cast-bad.c1 typedef unsigned short __attribute__((bitwise)) le16;
H A Dtypeof-noderef.c1 #define __noderef __attribute__((noderef))
H A Dtype-attribute-align.c1 #define __aligned(N) __attribute__((aligned(N)))
H A Dfoul-bitwise.c1 typedef unsigned short __attribute__((bitwise))__le16;
H A Dtypeof-safe.c1 #define __safe __attribute__((safe))
H A Dtypeof-addresspace.c1 #define __as __attribute__((address_space(1)))
H A DWaddress-space-strict.c1 #define __user __attribute__((address_space(1)))
H A Dfunction-redecl.c1 #define __user __attribute__((address_space(1)))
H A DWcast-to-as.c1 #define __user __attribute__((address_space(1)))
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dosdep.h4 #define __unused __attribute__((unused))
H A Dnatsemi.c205 static BufferDesc txd __attribute__ ((aligned(4)));
206 static BufferDesc rxd[NUM_RX_DESC] __attribute__ ((aligned(4)));
208 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4)));
209 static unsigned char rxb[NUM_RX_DESC * RX_BUF_SIZE] __attribute__ ((aligned(4)));
H A Ddavicom.c140 static struct txdesc txd[NTXD] __attribute__ ((aligned(4)));
141 static unsigned char txb[BUFLEN] __attribute__ ((aligned(4)));
145 static struct rxdesc rxd[NRXD] __attribute__ ((aligned(4)));
146 static unsigned char rxb[NRXD * BUFLEN] __attribute__ ((aligned(4)));
H A Disa.h20 #define __isa_driver __attribute__ ((unused,__section__(".drivers.isa")))
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc_aux.h20 __attribute__((__format__ (__printf__, 2, 3)));
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dunexamined-base-type.c1 # define __force __attribute__((force))
/illumos-gate/usr/src/test/elf-tests/tests/linker-sets/
H A Din-use-check.sh32 char foo[1024] __attribute__((section("set_foo")));
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_raidz_impl.h275 extern const uint8_t vdev_raidz_pow2[256] __attribute__((aligned(256)));
277 extern const uint8_t vdev_raidz_log2[256] __attribute__((aligned(256)));

12345678