Searched refs:__attribute__ (Results 51 - 75 of 393) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/grub-core/bus/
H A Dbonito.c46 grub_pci_device_map_range (grub_pci_device_t dev __attribute__ ((unused)),
77 grub_pci_device_unmap_range (grub_pci_device_t dev __attribute__ ((unused)),
78 volatile void *mem __attribute__ ((unused)),
79 grub_size_t size __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont_cmd.c27 loadfont_command (grub_command_t cmd __attribute__ ((unused)),
46 lsfonts_command (grub_command_t cmd __attribute__ ((unused)),
47 int argc __attribute__ ((unused)),
48 char **args __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dxsize.h54 __attribute__ ((__pure__))
65 __attribute__ ((__pure__))
75 __attribute__ ((__pure__))
85 __attribute__ ((__pure__))
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfat.h50 } __attribute__ ((packed)) fat12_or_fat16;
66 } __attribute__ ((packed)) fat32;
67 } __attribute__ ((packed)) version_specific;
68 } __attribute__ ((packed));
H A Dmisc.h40 __attribute__ ((__error__ (msg)))
307 char *EXPORT_FUNC(grub_strdup) (const char *s) __attribute__ ((warn_unused_result));
308 char *EXPORT_FUNC(grub_strndup) (const char *s, grub_size_t n) __attribute__ ((warn_unused_result));
310 grub_size_t EXPORT_FUNC(grub_strlen) (const char *s) __attribute__ ((warn_unused_result));
311 int EXPORT_FUNC(grub_printf) (const char *fmt, ...) __attribute__ ((format (printf, 1, 2)));
312 int EXPORT_FUNC(grub_printf_) (const char *fmt, ...) __attribute__ ((format (printf, 1, 2)));
350 const char *fmt, ...) __attribute__ ((format (printf, 4, 5)));
353 __attribute__ ((format (printf, 3, 4)));
357 __attribute__ ((format (printf, 1, 2))) __attribute__ ((warn_unused_resul
[all...]
H A Dbsdlabel.h77 } __attribute__ ((packed));
92 } __attribute__ ((packed));
H A Ddl.h39 static void grub_mod_init (grub_dl_t mod __attribute__ ((unused))) __attribute__ ((used)); \
44 grub_mod_init (grub_dl_t mod __attribute__ ((unused)))
49 static void grub_mod_fini (void) __attribute__ ((used)); \
76 __attribute__((section(GRUB_MOD_SECTION(moddeps)), __used__)) = #name
79 __attribute__((section(GRUB_MOD_SECTION(modname)), __used__)) = #name
92 static char grub_module_license[] __attribute__ ((section (GRUB_MOD_SECTION (module_license)), used)) = "LICENSE=" license;
95 __attribute__((section(GRUB_MOD_SECTION(moddeps)), __used__)) = #name
H A Derr.h79 __attribute__ ((noreturn));
88 __attribute__ ((format (printf, 1, 2)));
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dcdefs.h74 # define SM_DEAD(proto) proto __attribute__((__noreturn__))
92 # define SM_UNUSED(decl) decl __attribute__((__unused__))
135 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y)))
143 # define SCANFLIKE(x,y) __attribute__ ((__format__ (__scanf__, x, y)))
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dconsole.c68 grub_ncurses_putchar (struct grub_term_output *term __attribute__ ((unused)),
109 grub_ncurses_getkey (struct grub_term_input *term __attribute__ ((unused)))
172 grub_ncurses_getxy (struct grub_term_output *term __attribute__ ((unused)))
183 grub_ncurses_getwh (struct grub_term_output *term __attribute__ ((unused)))
194 grub_ncurses_gotoxy (struct grub_term_output *term __attribute__ ((unused)),
201 grub_ncurses_cls (struct grub_term_output *term __attribute__ ((unused)))
208 grub_ncurses_setcursor (struct grub_term_output *term __attribute__ ((unused)),
215 grub_ncurses_refresh (struct grub_term_output *term __attribute__ ((unused)))
221 grub_ncurses_init (struct grub_term_output *term __attribute__ ((unused)))
253 grub_ncurses_fini (struct grub_term_output *term __attribute__ ((unuse
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/mmap/i386/pc/
H A Dmmap.c50 } __attribute__((packed));
54 preboot (int noreturn __attribute__ ((unused)))
136 int NESTED_FUNC_ATTR count_hook (grub_uint64_t addr __attribute__ ((unused)),
137 grub_uint64_t size __attribute__ ((unused)),
138 grub_memory_type_t type __attribute__ ((unused)))
188 grub_machine_mmap_register (grub_uint64_t start __attribute__ ((unused)),
189 grub_uint64_t size __attribute__ ((unused)),
190 int type __attribute__ ((unused)),
191 int handle __attribute__ ((unused)))
213 grub_machine_mmap_unregister (int handle __attribute__ ((unuse
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/emu/
H A Demunet.c41 send_card_buffer (const struct grub_net_card *dev __attribute__ ((unused)),
53 send_card_buffer (const struct grub_net_card *dev __attribute__ ((unused)),
54 struct grub_net_buff *pack __attribute__ ((unused)))
62 get_card_packet (const struct grub_net_card *dev __attribute__ ((unused)))
91 get_card_packet (const struct grub_net_card *dev __attribute__ ((unused)))
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h130 #define __attribute__(X) /*nothing*/ macro
137 struct __attribute__ ((packed)) _HfsExtDescriptor {
151 struct __attribute__ ((packed)) _HfsMasterDirectoryBlock {
176 union __attribute__ ((packed)) {
177 struct __attribute__ ((packed)) {
182 struct __attribute__ ((packed)) {
202 struct __attribute__ ((packed)) _HfsNodeDescriptor {
219 struct __attribute__ ((packed)) _HfsHeaderRecord {
240 struct __attribute__ ((packed)) _HfsCatalogKey {
256 struct __attribute__ ((packe
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dbootsector.h63 #define __attribute__(X) /*nothing*/ macro
69 struct __attribute__ ((packed)) _FatBootSector {
85 union __attribute__ ((packed)) {
87 struct __attribute__ ((packed)) {
97 struct __attribute__ ((packed)) {
117 struct __attribute__ ((packed)) _FatInfoSector {
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dwarn-on-use.h69 extern __typeof__ (function) function __attribute__ ((__warning__ (message)))
90 __attribute__ ((__warning__ (msg)))
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Ddebug.h34 static __inline__ void ntfs_debug_runlist_dump(const struct _runlist_element *rl __attribute__((unused))) {} argument
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-module.c62 void vfs_module_shutdown(GnomeVFSMethod *method __attribute__((unused))) argument
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Dhalt.c30 static inline void __attribute__ ((noreturn))
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dstdlib.h49 static inline void __attribute__ ((noreturn))
/osnet-11/usr/src/grub/grub2/grub-core/term/i386/
H A Dvga_common.c26 grub_console_getwh (struct grub_term_output *term __attribute__ ((unused)))
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dopenbsd_bootarg.h71 } __attribute__ ((packed));
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dsmbios.h38 } __attribute__ ((packed));
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Disa.h20 #define __isa_driver __attribute__ ((unused,__section__(".drivers.isa")))
/osnet-11/usr/src/grub/grub2/grub-core/boot/decompressor/
H A Dminilib.c72 __attribute__ ((alias ("grub_memcmp")));
75 __attribute__ ((alias ("grub_memmove")));
78 __attribute__ ((alias ("grub_memmove")));
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dboot.c97 grub_cmd_boot (struct grub_command *cmd __attribute__ ((unused)),
98 int argc __attribute__ ((unused)),
99 char *argv[] __attribute__ ((unused)))

Completed in 1859 milliseconds

1234567891011>>