Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 26 – 50 of 198) sorted by relevance

12345678

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dpure-function.c2 static __attribute__((__pure__)) int pure1(void) in pure1()
8 static __attribute__((__pure__)) void *pure2(void) in pure2()
H A Dfored_arg.c5 #define __iomem __attribute__((noderef, address_space(2)))
6 #define __force __attribute__((force))
H A Denum-bitwise-bad.c1 #define __bitwise __attribute__((bitwise))
2 #define __force __attribute__((force))
H A Dbuiltin_va_arg_pack.c3 extern inline __attribute__((__always_inline__)) void f(int a, ...) in f()
8 extern inline __attribute__((__always_inline__)) void g(int a, ...) in g()
H A Dtypeof-attribute.c1 #define __percpu __attribute__((noderef, address_space(3)))
5 (*(typeof(v) __attribute__((address_space(0), force)) *)(&v))
H A Dtypeof-mods.c1 #define __noderef __attribute__((noderef))
2 #define __bitwise __attribute__((bitwise))
3 #define __nocast __attribute__((nocast))
4 #define __safe __attribute__((safe))
H A Ddesignated-init.c9 } __attribute__((designated_init));
19 } __attribute__((designated_init));
61 } __attribute__((designated_init))
H A Dbitwise-cast.c2 typedef u32 __attribute__((bitwise)) __be32;
35 return (__attribute__((force)) __be32) 1730; in quuy()
H A Dbitwise-cast-ptr.c1 #define __bitwise __attribute__((bitwise))
2 #define __force __attribute__((force))
H A Denum-bitwise-mixed.c1 #define __bitwise __attribute__((bitwise))
2 #define __force __attribute__((force))
H A Denum-bitwise.c1 #define __bitwise __attribute__((bitwise))
2 #define __force __attribute__((force))
H A Dnested-declarator2.c23 static void f9(__attribute__((mode(DI))) T);
25 static void bad1(__attribute__((mode(DI))) x);
H A Dbuiltin_safe1.c7 int h(int) __attribute__((pure));
8 int i(int) __attribute__((const));
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c152 const char *service __attribute__((unused)), in auxprop_verify_password()
153 const char *user_realm __attribute__((unused))) in auxprop_verify_password()
266 const char *user_realm __attribute__((unused))) in _sasl_auxprop_verify_apop()
409 const char *service __attribute__((unused)), in pwcheck_verify_password()
411 __attribute__((unused))) in pwcheck_verify_password()
673 const char *passwd __attribute__((unused)), in always_true()
674 const char *service __attribute__((unused)), in always_true()
675 const char *user_realm __attribute__((unused))) in always_true()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Ddevicename_stubs.c32 __attribute__((weak))
40 __attribute__((weak))
/illumos-gate/usr/src/common/util/
H A Dmulti3.c11 typedef int di_int __attribute__((mode(DI)));
12 typedef unsigned int du_int __attribute__((mode(DI)));
13 typedef int ti_int __attribute__((mode(TI)));
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmoddiv.c26 typedef int SItype __attribute__ ((mode (SI)));
27 typedef unsigned int USItype __attribute__ ((mode (SI)));
28 typedef int DItype __attribute__ ((mode (DI)));
29 typedef unsigned int UDItype __attribute__ ((mode (DI)));
H A Dgpt.h48 } __attribute__ ((packed));
59 } __attribute__ ((packed));
/illumos-gate/usr/src/lib/sasl_plugins/login/
H A Dlogin.c83 static int login_server_mech_new(void *glob_context __attribute__((unused)), in login_server_mech_new()
85 const char *challenge __attribute__((unused)), in login_server_mech_new()
86 unsigned challen __attribute__((unused)), in login_server_mech_new()
315 static int login_client_mech_new(void *glob_context __attribute__((unused)), in login_client_mech_new()
339 const char *serverin __attribute__((unused)), in login_client_mech_step()
340 unsigned serverinlen __attribute__((unused)), in login_client_mech_step()
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacgcc.h185 #define ACPI_PRINTF_LIKE(c) __attribute__ ((__format__ (__printf__, c, c+1)))
193 #define ACPI_UNUSED_VAR __attribute__ ((unused))
/illumos-gate/usr/src/test/elf-tests/tests/linker-sets/
H A Dsimple-src.c51 main(int __attribute__((unused)) argc, char __attribute__((unused)) **argv) in main()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dtest-enum.c84 } __attribute__((packed)) ce;
92 } __attribute__((packed)) se;
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c112 crammd5_server_mech_new(void *glob_context __attribute__((unused)), in crammd5_server_mech_new()
114 const char *challenge __attribute__((unused)), in crammd5_server_mech_new()
115 unsigned challen __attribute__((unused)), in crammd5_server_mech_new()
193 const char *clientin __attribute__((unused)), in crammd5_server_mech_step1()
197 sasl_out_params_t *oparams __attribute__((unused))) in crammd5_server_mech_step1()
248 const char **serverout __attribute__((unused)), in crammd5_server_mech_step2()
249 unsigned *serveroutlen __attribute__((unused)), in crammd5_server_mech_step2()
533 static int crammd5_client_mech_new(void *glob_context __attribute__((unused)), in crammd5_client_mech_new()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dblkif_impl.h60 uint64_t __attribute__((__aligned__(8))) id;
70 uint64_t __attribute__((__aligned__(8))) id;
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Damdvi_priv.h108 } __attribute__((__packed__));
119 } __attribute__((__packed__));
160 } __attribute__((__packed__));
250 } __attribute__((__packed__));

12345678