Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 126 – 150 of 196) sorted by relevance

12345678

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Depic100.c86 __attribute__ ((aligned(4)));
88 __attribute__ ((aligned(4)));
H A Drtl8139.c172 static unsigned char tx_buffer[TX_BUF_SIZE] __attribute__((aligned(4)));
173 static unsigned char rx_ring[RX_BUF_LEN+16] __attribute__((aligned(4)));
H A Dns83820.c375 __attribute__ ((aligned(8)));
384 __attribute__ ((aligned(8)));
390 __attribute__ ((aligned(8)));
H A D3c90x.c227 TXD __attribute__ ((aligned(8))); /* 64-bit aligned for bus mastering */
237 RXD __attribute__ ((aligned(8))); /* 64-bit aligned for bus mastering */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dvfork66 extern __MANGLE__ pid_t vfork(void) __attribute__((__returns_twice__));
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dvfork66 extern __MANGLE__ pid_t vfork(void) __attribute__((__returns_twice__));
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dvfork66 extern __MANGLE__ pid_t vfork(void) __attribute__((__returns_twice__));
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dvfork66 extern __MANGLE__ pid_t vfork(void) __attribute__((__returns_twice__));
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_console.c146 } __attribute__((packed));
152 } __attribute__((packed));
157 } __attribute__((packed));
H A Dpci_virtio_input.c590 enum ev_type t __attribute__((unused)), void *arg __attribute__((unused))) in vtinput_read_event()
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_32.h135 #define uint64_aligned_t uint64_t __attribute__((aligned(8)))
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_before.h189 __attribute__((__format__(__printf__, fmt, args)))
/illumos-gate/usr/src/boot/sys/sys/bsm/
H A Daudit.h176 typedef u_int64_t au_asflgs_t __attribute__ ((aligned (8)));
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.h321 __attribute__((__format__ (__printf__, 4, 5)));
H A Dterm_tag.c39 static void tag_signal(int) __attribute__((__noreturn__));
/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.h37 #define __attribute__(x) macro
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllimits.h103 #define l_noret void __attribute__((noreturn))
H A Dluaconf.h183 #define LUAI_FUNC __attribute__((visibility("hidden"))) extern
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c785 gssapi_server_mech_new(void *glob_context __attribute__((unused)),
787 const char *challenge __attribute__((unused)),
788 unsigned challen __attribute__((unused)),
1439 const sasl_utils_t *utils __attribute__((unused)),
1504 static int gssapi_client_mech_new(void *glob_context __attribute__((unused)),
2172 int gssapiv2_client_plug_init(const sasl_utils_t *utils __attribute__((unused)),
/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.h15 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_sse2.c59 uint8_t b[ELEM_SIZE] __attribute__((aligned(ELEM_SIZE)));
409 static const mul_fn_ptr_t __attribute__((aligned(256)))
456 static const mul_fn_ptr_t __attribute__((aligned(256)))
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Dmain.c36 #define __attribute__(x) macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg.h50 #define ATTRIBUTE_UNUSED __attribute__ ((unused))
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h369 __attribute__ ((__format__ (__printf__, 2, 3)))
/illumos-gate/usr/src/lib/libcustr/common/
H A Dcustr.c37 #define __unused __attribute__((_unused__))

12345678