Home
last modified time | relevance | path

Searched refs:packed (Results 1 – 20 of 20) sorted by relevance

/tools/usb/usbip/src/
Dusbip_network.h33 } __attribute__((packed));
55 } __attribute__((packed));
60 } __attribute__((packed));
70 } __attribute__((packed));
75 } __attribute__((packed));
92 } __attribute__((packed));
96 } __attribute__((packed));
114 } __attribute__((packed));
118 } __attribute__((packed));
136 } __attribute__((packed));
[all …]
/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_packing.c12 } __attribute__((packed));
22 } __attribute__((packed));
36 } __attribute__((packed)) e;
37 } __attribute__((packed));
49 } __attribute__((packed));
58 } __attribute__((packed));
Dtest_tc_tunnel.c38 } __attribute__((packed));
49 } __attribute__((packed));
55 } __attribute__((packed));
Dtest_seg6_loop.c15 #define BPF_PACKET_HEADER __attribute__((packed))
Dtest_lwt_seg6local.c15 #define BPF_PACKET_HEADER __attribute__((packed))
/tools/usb/usbip/libsrc/
Dusbip_common.h109 } __attribute__((packed));
129 } __attribute__((packed));
/tools/include/linux/
Dcompiler-gcc.h31 #define __packed __attribute__((packed))
/tools/usb/
Dffs-test.c118 } __attribute__((packed)) fs_descs, hs_descs;
126 } __attribute__((packed)) descriptors = {
234 } __attribute__((packed)) *const in = descriptors_v2; in descs_to_legacy()
291 } __attribute__((packed)) *out; in descs_to_legacy()
315 } __attribute__((packed)) lang0;
316 } __attribute__((packed)) strings = {
Dtestusb.c81 } __attribute__ ((packed));
94 } __attribute__ ((packed));
/tools/include/uapi/drm/
Di915_drm.h1658 } __attribute__((packed));
1667 } __attribute__((packed)) name__
1696 } __attribute__((packed));
1706 } __attribute__((packed)) name__
1713 } __attribute__((packed));
1718 } __attribute__((packed)) name__
/tools/testing/selftests/kvm/x86_64/
Dvmx_tsc_adjust_test.c58 } __attribute__((packed));
/tools/objtool/
DMakefile37 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed
/tools/power/cpupower/debug/i386/
Ddump_psb.c21 #define __packed __attribute((packed))
/tools/wmi/
Ddell-smbios-example.c21 #define __packed __attribute__((packed))
/tools/lib/bpf/
Dbtf_dump.c875 int align, i, packed, off = 0; in btf_dump_emit_struct_def() local
878 packed = is_struct ? btf_is_struct_packed(d->btf, id, t) : 0; in btf_dump_emit_struct_def()
892 align = packed ? 1 : btf_align_of(d->btf, m->type); in btf_dump_emit_struct_def()
910 align = packed ? 1 : btf_align_of(d->btf, id); in btf_dump_emit_struct_def()
918 if (packed) in btf_dump_emit_struct_def()
/tools/testing/selftests/x86/
Dentry_from_vm86.c193 } __attribute__((packed)); in do_umip_tests()
/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h64 } __attribute__((packed));
69 } __attribute__((packed));
/tools/testing/selftests/bpf/
Dtest_flow_dissector.c42 } __attribute__((packed));
/tools/perf/util/
DBuild178 CFLAGS_genelf_debug.o += -Wno-packed
/tools/perf/
DMakefile.config433 ifeq (${CSTRACE_RAW}, packed)