Searched refs:packed (Results 126 - 150 of 392) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/
H A Didxd.h279 } __attribute__((packed));
301 } __attribute__((packed));
305 } __attribute__((packed));
369 } __attribute__((packed));
373 } __attribute__((packed));
393 } __attribute__((packed));
397 } __attribute__((packed));
H A Dsonet.h25 } __attribute__ ((packed));
H A Dsuspend_ioctls.h14 } __attribute__((packed));
H A Dadfs_fs.h38 } __attribute__((packed, aligned(4)));
H A Dvirtio_balloon.h112 * without the packed attribute.
117 } __attribute__((packed));
H A Dnbd.h90 } __attribute__((packed));
H A Dlandlock.h88 * This struct is packed to avoid trailing reserved members.
91 } __attribute__((packed));
H A Dmedia.h304 } __attribute__ ((packed));
310 } __attribute__ ((packed));
322 } __attribute__ ((packed));
339 } __attribute__ ((packed));
347 } __attribute__ ((packed));
367 } __attribute__ ((packed));
/linux-master/scripts/
H A Dextract-sys-certs.pl124 my $packed;
126 sysread(FD, $packed, 8);
127 $size = unpack 'L!', $packed;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h11 } __attribute__((packed));
78 } __attribute__((packed));
87 } __attribute__((packed));
/linux-master/include/video/
H A Duvesafb.h20 } __attribute__ ((packed));
88 } __attribute__ ((packed));
103 } __attribute__ ((packed));
/linux-master/drivers/s390/cio/
H A Dcio.h48 } __attribute__ ((packed));
61 } __attribute__ ((packed));
71 } __attribute__ ((packed,aligned(4)));
/linux-master/include/scsi/fc/
H A Dfc_fc2.h83 } __attribute__((packed));
H A Dfc_fcoe.h55 } __attribute__((packed));
H A Dfc_encaps.h68 } __attribute__((packed));
79 } __attribute__((packed));
/linux-master/arch/s390/include/asm/
H A Dcrw.h28 } __attribute__ ((packed));
/linux-master/tools/include/linux/
H A Dcompiler-gcc.h33 #define __packed __attribute__((packed))
/linux-master/include/linux/sunrpc/
H A Dxprtsock.h37 } __attribute__((packed));
/linux-master/arch/x86/include/asm/
H A Dia32.h57 } __attribute__((packed));
/linux-master/include/linux/usb/
H A Daudio-v2.h76 } __attribute__((packed));
95 } __attribute__((packed));
107 } __attribute__((packed));
124 } __attribute__((packed));
139 } __attribute__((packed));
154 } __attribute__((packed));
180 } __attribute__((packed));
195 } __attribute__((packed));
209 } __attribute__((packed));
220 } __attribute__((packed));
[all...]
H A Dnet2280.h225 } __attribute__ ((packed));
289 } __attribute__ ((packed));
316 } __attribute__ ((packed));
358 } __attribute__ ((packed));
368 } __attribute__ ((packed));
431 } __attribute__ ((packed));
/linux-master/include/linux/
H A Dfsl-diu-fb.h134 } __attribute__ ((packed));
158 } __attribute__ ((packed));
/linux-master/drivers/s390/net/
H A Dlcs.h187 } __attribute__ ((packed));
193 } __attribute__ ((packed));
249 } lcs_ipass_ctlmsg __attribute ((packed));
250 } lcs_qipassist __attribute__ ((packed));
252 } cmd __attribute__ ((packed));
253 } __attribute__ ((packed));
/linux-master/drivers/md/dm-vdo/
H A Dencodings.c207 struct packed_version_number packed = vdo_pack_version_number(version); local
209 memcpy(buffer + *offset, &packed, sizeof(packed));
210 *offset += sizeof(packed);
215 struct packed_header packed = vdo_pack_header(header); local
217 memcpy(buffer + *offset, &packed, sizeof(packed));
218 *offset += sizeof(packed);
224 struct packed_version_number packed; local
226 memcpy(&packed, buffe
233 struct packed_header packed; local
1127 struct packed_vdo_component_41_0 packed; local
1178 struct packed_vdo_component_41_0 packed; local
[all...]
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h151 } __attribute__ ((aligned(1024),packed)) uioc_t;
194 } __attribute__ ((aligned(256), packed)) mraid_hba_info_t;
224 } __attribute__ ((packed)) mcontroller_t;

Completed in 218 milliseconds

1234567891011>>