Searched refs:__attribute__ (Results 1 - 25 of 393) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/include/grub/mips/arc/
H A Dmemory.h27 grub_machine_mmap_register (grub_uint64_t start __attribute__ ((unused)),
28 grub_uint64_t size __attribute__ ((unused)),
29 int type __attribute__ ((unused)),
30 int handle __attribute__ ((unused)))
35 grub_machine_mmap_unregister (int handle __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/include/grub/ia64/
H A Dsetjmp.h25 typedef long grub_jmp_buf[_JBLEN] __attribute__ ((aligned (16))); /* guarantees 128-bit alignment! */
28 void grub_longjmp (grub_jmp_buf env, int val) __attribute__ ((noreturn));
/osnet-11/usr/src/grub/grub2/include/grub/mips/
H A Dsetjmp.h24 int grub_setjmp (grub_jmp_buf env) __attribute__ ((returns_twice));
25 void grub_longjmp (grub_jmp_buf env, int val) __attribute__ ((noreturn));
/osnet-11/usr/src/grub/grub2/include/grub/powerpc/
H A Dsetjmp.h24 int grub_setjmp (grub_jmp_buf env) __attribute__ ((returns_twice));
25 void grub_longjmp (grub_jmp_buf env, int val) __attribute__ ((noreturn));
H A Dmemory.h34 grub_map_memory (grub_phys_addr_t a, grub_size_t size __attribute__ ((unused)))
40 grub_unmap_memory (void *a __attribute__ ((unused)),
41 grub_size_t size __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/include/grub/x86_64/
H A Dsetjmp.h24 int grub_setjmp (grub_jmp_buf env) __attribute__ ((returns_twice));
25 void grub_longjmp (grub_jmp_buf env, int val) __attribute__ ((noreturn));
/osnet-11/usr/src/lib/libparted/common/lib/
H A Derror.h22 #ifndef __attribute__
23 /* The __attribute__ feature is available in gcc versions 2.5 and later.
26 We enable __attribute__ only if these are supported too, because
30 # define __attribute__(Spec) /* empty */ macro
43 __attribute__ ((__format__ (__printf__, 3, 4)));
47 __attribute__ ((__format__ (__printf__, 5, 6)));
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Derror.h22 #ifndef __attribute__
23 /* The __attribute__ feature is available in gcc versions 2.5 and later.
26 We enable __attribute__ only if these are supported too, because
30 # define __attribute__(Spec) /* empty */ macro
43 __attribute__ ((__format__ (__printf__, 3, 4)));
47 __attribute__ ((__format__ (__printf__, 5, 6)));
H A Dvasnprintf.h27 #ifndef __attribute__
28 /* The __attribute__ feature is available in gcc versions 2.5 and later.
31 We enable __attribute__ only if these are supported too, because
35 # define __attribute__(Spec) /* empty */ macro
72 __attribute__ ((__format__ (__printf__, 3, 4)));
74 __attribute__ ((__format__ (__printf__, 3, 0)));
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dtrue.c27 grub_cmd_true (struct grub_command *cmd __attribute__ ((unused)),
28 int argc __attribute__ ((unused)),
29 char *argv[] __attribute__ ((unused)))
35 grub_cmd_false (struct grub_command *cmd __attribute__ ((unused)),
36 int argc __attribute__ ((unused)),
37 char *argv[] __attribute__ ((unused)))
H A Dhalt.c27 static grub_err_t __attribute__ ((noreturn))
28 grub_cmd_halt (grub_command_t cmd __attribute__ ((unused)),
29 int argc __attribute__ ((unused)),
30 char **args __attribute__ ((unused)))
H A Dreboot.c27 static grub_err_t __attribute__ ((noreturn))
28 grub_cmd_reboot (grub_command_t cmd __attribute__ ((unused)),
29 int argc __attribute__ ((unused)),
30 char **args __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/include/grub/sparc64/
H A Dsetjmp.h26 int grub_setjmp (grub_jmp_buf env) __attribute__ ((returns_twice));
27 void grub_longjmp (grub_jmp_buf env, int val) __attribute__ ((noreturn));
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dosdep.h4 #define __unused __attribute__((unused))
5 #define __aligned __attribute__((aligned(16)))
/osnet-11/usr/src/lib/libresolv2/include/
H A Derr.h50 __dead void err __P((int, const char *, ...)) __attribute__((__volatile));
52 __attribute__((__volatile));
53 __dead void errx __P((int, const char *, ...)) __attribute__((__volatile));
55 __attribute__((__volatile));
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dsetjmp.h25 int grub_setjmp (grub_jmp_buf env) __attribute__ ((cdecl, regparm (3)));
28 int grub_setjmp (grub_jmp_buf env) __attribute__ ((returns_twice, cdecl,
31 int grub_setjmp (grub_jmp_buf env) __attribute__ ((cdecl, regparm (3)));
34 void grub_longjmp (grub_jmp_buf env, int val) __attribute__ ((noreturn, cdecl,
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dreader.h27 void grub_rescue_run (void) __attribute__ ((noreturn));
H A Di18n.h44 static inline const char * __attribute__ ((always_inline))
53 static inline const char * __attribute__ ((always_inline))
59 static inline const char * __attribute__ ((always_inline))
H A Dcache.h32 grub_arch_sync_caches (void *address __attribute__ ((unused)),
33 grub_size_t len __attribute__ ((unused)))
44 grub_arch_sync_dma_caches (void *address __attribute__ ((unused)),
45 grub_size_t len __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/include/grub/i386/coreboot/
H A Dmemory.h45 grub_machine_mmap_register (grub_uint64_t start __attribute__ ((unused)),
46 grub_uint64_t size __attribute__ ((unused)),
47 int type __attribute__ ((unused)),
48 int handle __attribute__ ((unused)))
53 grub_machine_mmap_unregister (int handle __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/include/grub/mips/loongson/
H A Dmemory.h33 grub_machine_mmap_register (grub_uint64_t start __attribute__ ((unused)),
34 grub_uint64_t size __attribute__ ((unused)),
35 int type __attribute__ ((unused)),
36 int handle __attribute__ ((unused)))
41 grub_machine_mmap_unregister (int handle __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/include/grub/mips/qemu_mips/
H A Dmemory.h36 grub_machine_mmap_register (grub_uint64_t start __attribute__ ((unused)),
37 grub_uint64_t size __attribute__ ((unused)),
38 int type __attribute__ ((unused)),
39 int handle __attribute__ ((unused)))
44 grub_machine_mmap_unregister (int handle __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/grub-core/commands/arc/
H A Dlsdev.c28 grub_cmd_lsdev (grub_command_t cmd __attribute__ ((unused)),
29 int argc __attribute__ ((unused)),
30 char **args __attribute__ ((unused)))
33 int hook (const char *name, const struct grub_arc_component *comp __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/build-aux/
H A Darg-nonnull.h22 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params))
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dcompat.h43 #define __attribute__(X) /*nothing*/ macro
54 #define __attribute__(X) /*nothing*/ macro

Completed in 59 milliseconds

1234567891011>>