Searched refs:__attribute__ (Results 26 - 50 of 221) sorted by relevance

123456789

/haiku/headers/private/kernel/boot/
H A Duart.h18 } __attribute__((packed)) uart_info;
H A Dinterrupt_controller.h24 } __attribute__((packed)) intc_info;
H A Dtimer.h22 } __attribute__((packed)) boot_timer_info;
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dcmac.h36 __attribute__((__bounded__(__string__,2,3)));
38 __attribute__((__bounded__(__minbytes__,1,AES_CMAC_DIGEST_LENGTH)));
/haiku/headers/posix/
H A Dassert.h36 __attribute__ ((noreturn));
40 __attribute__ ((noreturn));
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogfile.h99 } __attribute__((__packed__)) RESTART_PAGE_HEADER;
116 } __attribute__((__packed__));
259 } __attribute__((__packed__)) RESTART_AREA;
300 } __attribute__((__packed__)) LOG_CLIENT_RECORD;
322 } __attribute__((__packed__)) copy;
329 } __attribute__((__packed__)) RECORD_PAGE_HEADER;
346 } __attribute__((__packed__)) LOG_RECORD_FLAGS;
354 } __attribute__((__packed__)) LOG_CLIENT_ID;
418 } __attribute__((__packed__));
425 } __attribute__((__packed_
[all...]
H A Dlayout.h65 } __attribute__((__packed__)) BIOS_PARAMETER_BLOCK;
95 } __attribute__((__packed__)) NTFS_BOOT_SECTOR;
200 } __attribute__((__packed__)) NTFS_RECORD;
270 } __attribute__((__packed__)) MFT_RECORD_FLAGS;
413 } __attribute__((__packed__)) MFT_RECORD;
485 } __attribute__((__packed__)) MFT_RECORD_OLD;
626 } __attribute__((__packed__)) ATTR_DEF;
638 } __attribute__((__packed__)) ATTR_FLAGS;
714 } __attribute__((__packed__)) RESIDENT_ATTR_FLAGS;
762 } __attribute__((__packed_
[all...]
H A Ddebug.h36 static __inline__ void ntfs_debug_runlist_dump(const struct _runlist_element *rl __attribute__((unused))) {} argument
/haiku/src/system/boot/platform/riscv/
H A DFwCfg.h37 struct __attribute__((packed)) FwCfgFile {
44 struct __attribute__((packed)) FwCfgFiles {
49 struct __attribute__((packed)) FwCfgDmaAccess {
56 struct __attribute__((packed)) FwCfgRegs {
73 struct __attribute__((packed)) RamFbCfg {
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/platform/
H A Dacgcc.h181 #define ACPI_PRINTF_LIKE(c) __attribute__ ((__format__ (__printf__, c, c+1)))
189 #define ACPI_UNUSED_VAR __attribute__ ((unused))
211 #define ACPI_FALLTHROUGH __attribute__((__fallthrough__))
/haiku/headers/os/
H A DBeBuild.h84 #define _PACKED __attribute__((packed))
86 __attribute__((format(__printf__, _format_, _args_)))
89 # define _ALIGNED_BY_ARG(_no_) __attribute__((alloc_align(_no_)))
90 # define _EXPORT __attribute__((visibility("default")))
103 extern "C" __typeof(name) alias_name __attribute__((weak, alias(#name)))
106 __typeof(name) alias_name __attribute__((weak, alias(#name)))
/haiku/headers/os/bluetooth/
H A Dbluetooth.h25 } __attribute__((packed)) bdaddr_t;
37 } __attribute__((packed)) linkkey_t;
/haiku/headers/private/fs_shell/
H A Dfssh_stdio.h25 __attribute__ ((format (__printf__, 2, 3)));
28 __attribute__ ((format (__printf__, 3, 4)));
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dcdefs.h216 #define __weak_symbol __attribute__((__weak__))
223 #define __dead2 __attribute__((__noreturn__))
224 #define __pure2 __attribute__((__const__))
230 #define __dead2 __attribute__((__noreturn__))
231 #define __pure2 __attribute__((__const__))
232 #define __unused __attribute__((__unused__))
233 #define __used __attribute__((__used__))
234 #define __packed __attribute__((__packed__))
235 #define __aligned(x) __attribute__((__aligned__(x)))
236 #define __section(x) __attribute__((__section_
[all...]
/haiku/src/tests/system/runtime_loader/test_suite/
H A Dload_init_order114 void __attribute__((constructor)) a() { i = 2 * i + 1; }
33 __attribute__((section(".preinit_array"), used))
H A Dload_resolve_weak115 int __attribute__((weak)) c() { return 2; }
16 int __attribute__((weak)) a() { return c(); }
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_kernel_args.h14 #define _PACKED __attribute__((packed))
/haiku/headers/private/kernel/boot/net/
H A DRemoteDiskDefs.h62 } __attribute__ ((__packed__));
/haiku/src/system/libroot/posix/
H A Derrno.c26 extern int *(*__errno_location)(void) __attribute__ ((weak, alias("_errnop")));
/haiku/headers/glibc/
H A D_G_config.h95 typedef int _G_int16_t __attribute__ ((__mode__ (__HI__)));
96 typedef int _G_int32_t __attribute__ ((__mode__ (__SI__)));
97 typedef unsigned int _G_uint16_t __attribute__ ((__mode__ (__HI__)));
98 typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/pci/
H A Dr92ce_rx_desc.h39 } __packed __attribute__((aligned(4)));
/haiku/src/system/libroot/posix/string/arch/generic/
H A Dmemset.c23 __attribute__((__alias__("memset")));
/haiku/headers/compatibility/bsd/sys/
H A Dcdefs.h19 #define __printflike(a, b) __attribute__ ((format (__printf__, (a), (b))))
/haiku/src/system/libroot/posix/arch/generic/
H A Dfesetround.c11 #define hidden __attribute__((__visibility__("hidden")))
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.h19 } __attribute__((packed));
25 } __attribute__((packed));
36 } __attribute__((packed));
51 } __attribute__((packed));

Completed in 277 milliseconds

123456789