Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 1 – 25 of 36) sorted by relevance

12

/tools/usb/usbip/src/
Dusbip_network.h34 } __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 …]
Dusbip_port.c47 int usbip_port_show(__attribute__((unused)) int argc, in usbip_port_show()
48 __attribute__((unused)) char *argv[]) in usbip_port_show()
Dusbip_network.c100 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/
Dcompiler.h5 # define __always_inline inline __attribute__((always_inline))
15 # define __maybe_unused __attribute__((unused))
19 # define __packed __attribute__((__packed__))
27 # define __weak __attribute__((weak))
Dtypes.h41 #define __bitwise__ __attribute__((bitwise))
/tools/perf/util/
Ddebug.h42 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, …
Dcache.h68 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)));
Dutil.h128 #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))
Dstrbuf.h86 __attribute__((format(printf,2,3)))
Dpmu.h68 ...) __attribute__((format(scanf, 3, 4)));
/tools/lib/lockdep/
Dcommon.c14 __attribute__((constructor)) static void liblockdep_init(void) in liblockdep_init()
19 __attribute__((destructor)) static void liblockdep_exit(void) in liblockdep_exit()
/tools/perf/tests/
Ddwarf-unwind.c61 __attribute__ ((noinline))
91 __attribute__ ((noinline))
97 __attribute__ ((noinline))
103 __attribute__ ((noinline))
Dbp_signal_overflow.c31 __attribute__ ((noinline))
Dbp_signal.c34 __attribute__ ((noinline))
/tools/lib/lockdep/uinclude/linux/
Dcompiler.h4 #define __used __attribute__((__unused__))
Dprefetch.h4 static inline void prefetch(void *a __attribute__((unused))) { } in prefetch()
/tools/virtio/linux/
Dmodule.h4 static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
Dkernel.h39 #define __printf(a,b) __attribute__((format(printf,a,b)))
/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c62 } __attribute__ ((__packed__)) fs_descs, hs_descs;
63 } __attribute__ ((__packed__)) descriptors = {
123 } __attribute__ ((__packed__)) lang0;
124 } __attribute__ ((__packed__)) strings = {
/tools/usb/usbip/libsrc/
Dusbip_common.h95 } __attribute__((packed));
115 } __attribute__((packed));
/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c64 } __attribute__ ((__packed__)) fs_descs, hs_descs;
65 } __attribute__ ((__packed__)) descriptors = {
127 } __attribute__ ((__packed__)) lang0;
128 } __attribute__ ((__packed__)) strings = {
/tools/usb/
Dffs-test.c117 } __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/
Dparse-utils.c26 #define __weak __attribute__((weak))
/tools/testing/selftests/net/
Dpsock_lib.h37 # define __maybe_unused __attribute__ ((__unused__))
/tools/perf/util/include/linux/
Dbitops.h90 typedef const unsigned long __attribute__((__may_alias__)) long_alias_t;

12