taglinefilesource code
packed47drivers/scsi/buslogic.h#define PACKED __attribute__((packed))
packed222drivers/scsi/u14-34f.c#define PACKED          __attribute__((packed))
packed156drivers/scsi/ultrastor.c#define PACKED    __attribute__((packed))
packed16include/linux/sysv_fs.h#define __packed2__  __attribute__ ((packed, aligned(2)))
packed118include/net/atalk.h__u8  hw_src[ETH_ALEN]  __attribute__ ((packed));
packed119include/net/atalk.h__u8  pa_src_zero    __attribute__ ((packed));
packed120include/net/atalk.h__u16  pa_src_net    __attribute__ ((packed));
packed121include/net/atalk.h__u8  pa_src_node    __attribute__ ((packed));
packed122include/net/atalk.h__u8  hw_dst[ETH_ALEN]  __attribute__ ((packed));
packed123include/net/atalk.h__u8  pa_dst_zero    __attribute__ ((packed));
packed124include/net/atalk.h__u16  pa_dst_net    __attribute__ ((packed));
packed125include/net/atalk.h__u8  pa_dst_node    __attribute__ ((packed));  
packed40include/net/ipx.hipx_address  ipx_dest __attribute__ ((packed));
packed41include/net/ipx.hipx_address  ipx_source __attribute__ ((packed));