Searched refs:__attribute__ (Results 1 – 25 of 36) sorted by relevance
12
/tools/usb/usbip/src/ |
D | usbip_network.h | 34 } __attribute__((packed)); 56 } __attribute__((packed)); 61 } __attribute__((packed)); 71 } __attribute__((packed)); 76 } __attribute__((packed)); 93 } __attribute__((packed)); 97 } __attribute__((packed)); 115 } __attribute__((packed)); 119 } __attribute__((packed)); 137 } __attribute__((packed)); [all …]
|
D | usbip_port.c | 47 int usbip_port_show(__attribute__((unused)) int argc, in usbip_port_show() 48 __attribute__((unused)) char *argv[]) in usbip_port_show()
|
D | usbip_network.c | 100 void usbip_net_pack_usb_interface(int pack __attribute__((unused)), in usbip_net_pack_usb_interface() 102 __attribute__((unused))) in usbip_net_pack_usb_interface()
|
/tools/include/linux/ |
D | compiler.h | 5 # define __always_inline inline __attribute__((always_inline)) 15 # define __maybe_unused __attribute__((unused)) 19 # define __packed __attribute__((__packed__)) 27 # define __weak __attribute__((weak))
|
D | types.h | 41 #define __bitwise__ __attribute__((bitwise))
|
/tools/perf/util/ |
D | debug.h | 42 int dump_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2))); 45 int ui__error(const char *format, ...) __attribute__((format(printf, 1, 2))); 46 int ui__warning(const char *format, ...) __attribute__((format(printf, 1, 2))); 50 int eprintf(int level, int var, const char *fmt, ...) __attribute__((format(printf, 3, 4))); 51 int eprintf_time(int level, int var, u64 t, const char *fmt, ...) __attribute__((format(printf, 4, …
|
D | cache.h | 68 extern char *mkpath(const char *fmt, ...) __attribute__((format (printf, 1, 2))); 69 extern char *perf_path(const char *fmt, ...) __attribute__((format (printf, 1, 2))); 72 __attribute__((format (printf, 1, 2)));
|
D | util.h | 128 #define NORETURN __attribute__((__noreturn__)) 131 #ifndef __attribute__ 132 #define __attribute__(x) macro 140 extern void die(const char *err, ...) NORETURN __attribute__((format (printf, 1, 2))); 141 extern int error(const char *err, ...) __attribute__((format (printf, 1, 2))); 142 extern void warning(const char *err, ...) __attribute__((format (printf, 1, 2))); 185 extern void *xrealloc(void *ptr, size_t size) __attribute__((weak)); 278 static inline __attribute__((const))
|
D | strbuf.h | 86 __attribute__((format(printf,2,3)))
|
D | pmu.h | 68 ...) __attribute__((format(scanf, 3, 4)));
|
/tools/lib/lockdep/ |
D | common.c | 14 __attribute__((constructor)) static void liblockdep_init(void) in liblockdep_init() 19 __attribute__((destructor)) static void liblockdep_exit(void) in liblockdep_exit()
|
/tools/perf/tests/ |
D | dwarf-unwind.c | 61 __attribute__ ((noinline)) 91 __attribute__ ((noinline)) 97 __attribute__ ((noinline)) 103 __attribute__ ((noinline))
|
D | bp_signal_overflow.c | 31 __attribute__ ((noinline))
|
D | bp_signal.c | 34 __attribute__ ((noinline))
|
/tools/lib/lockdep/uinclude/linux/ |
D | compiler.h | 4 #define __used __attribute__((__unused__))
|
D | prefetch.h | 4 static inline void prefetch(void *a __attribute__((unused))) { } in prefetch()
|
/tools/virtio/linux/ |
D | module.h | 4 static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
|
D | kernel.h | 39 #define __printf(a,b) __attribute__((format(printf,a,b)))
|
/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 62 } __attribute__ ((__packed__)) fs_descs, hs_descs; 63 } __attribute__ ((__packed__)) descriptors = { 123 } __attribute__ ((__packed__)) lang0; 124 } __attribute__ ((__packed__)) strings = {
|
/tools/usb/usbip/libsrc/ |
D | usbip_common.h | 95 } __attribute__((packed)); 115 } __attribute__((packed));
|
/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 64 } __attribute__ ((__packed__)) fs_descs, hs_descs; 65 } __attribute__ ((__packed__)) descriptors = { 127 } __attribute__ ((__packed__)) lang0; 128 } __attribute__ ((__packed__)) strings = {
|
/tools/usb/ |
D | ffs-test.c | 117 } __attribute__((packed)) fs_descs, hs_descs; 118 } __attribute__((packed)) descriptors = { 186 } __attribute__((packed)) *const in = descriptors_v2; in descs_to_legacy() 243 } __attribute__((packed)) *out; in descs_to_legacy() 267 } __attribute__((packed)) lang0; 268 } __attribute__((packed)) strings = {
|
/tools/lib/traceevent/ |
D | parse-utils.c | 26 #define __weak __attribute__((weak))
|
/tools/testing/selftests/net/ |
D | psock_lib.h | 37 # define __maybe_unused __attribute__ ((__unused__))
|
/tools/perf/util/include/linux/ |
D | bitops.h | 90 typedef const unsigned long __attribute__((__may_alias__)) long_alias_t;
|
12