Searched refs:__attribute__ (Results 176 - 200 of 221) sorted by relevance

123456789

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.h56 #define ATTRIBUTE_PACKED __attribute__((packed))
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp77 __attribute__((aligned(2048)));
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_smp.cpp95 static void __attribute__((naked))
/haiku/headers/posix/
H A Dpthread.h245 extern void pthread_exit(void *value_ptr) __attribute__ ((noreturn));
H A Dunistd.h418 extern void _exit(int status) __attribute__ ((noreturn));
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp370 status_t err __attribute__((unused)) = pArchive->FindInt16("digits", (int16*)&m_digitCount);
/haiku/headers/private/system/arch/riscv64/
H A Darch_cpu_defs.h11 #define B_ALWAYS_INLINE __attribute__((always_inline)) inline
/haiku/headers/os/kernel/
H A DOS.h425 __attribute__ ((format (__printf__, 1, 2)));
428 __attribute__ ((format (__printf__, 1, 2)));
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_itowa.c42 # define PACK __attribute__ ((packed))
H A D_itoa.c43 # define PACK __attribute__ ((packed))
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h25 struct __attribute__((packed)) bplustree_header
/haiku/src/system/boot/loader/net/
H A DUDP.cpp425 } __attribute__ ((__packed__));
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h446 __attribute__((noinline));
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dvolume.c1414 ntfs_volume *ntfs_mount(const char *name __attribute__((unused)), argument
1415 ntfs_mount_flags flags __attribute__((unused)))
1467 int ntfs_umount(ntfs_volume *vol, const BOOL force __attribute__((unused))) argument
1622 int ntfs_check_if_mounted(const char *file __attribute__((unused)), argument
H A Ddir.c847 } index_union __attribute__((__transparent_union__));
2848 const ntfschar *name __attribute__((unused)),
2849 const int len __attribute__((unused)),
2851 const s64 pos __attribute__((unused)),
2852 const MFT_REF mref __attribute__((unused)),
2847 nlink_increment(void *nlink_ptr, const ntfschar *name __attribute__((unused)), const int len __attribute__((unused)), const int type, const s64 pos __attribute__((unused)), const MFT_REF mref __attribute__((unused)), const unsigned int dt_type) argument
/haiku/src/add-ons/kernel/busses/ata/highpoint_ide_pci/
H A Dhighpoint_ide_pci.cpp23 #define TRACE_ONLY __attribute__((unused))
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_common.cpp27 # define TRACE_ONLY __attribute__((unused))
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp367 static void __attribute__((naked))
/haiku/src/add-ons/kernel/generic/mpu401/
H A Dmpu401.c282 cpu_status status __attribute__((unused));
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h964 static __attribute__((constructor)) void name_ ## _register(void) \
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp255 status_t err __attribute__((unused)) = context.writeObject(&io);
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp145 status_t err __attribute__((unused));
608 status_t err __attribute__((unused));
844 status_t err __attribute__((unused)) = sourceGroup->removeNode(n-1);
887 status_t err __attribute__((unused));
/haiku/src/tools/fs_shell/
H A Dfuse.cpp378 fuse_statfs(const char *path __attribute__((unused)), argument
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp259 } __attribute__((__packed__));
351 } __attribute__((__packed__));
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h127 # define __attribute(arg) __attribute__ (arg)

Completed in 640 milliseconds

123456789