Home
last modified time | relevance | path

Searched refs:PACKED (Results 1 – 10 of 10) sorted by relevance

/freebsd/stand/i386/libi386/
H A Dpxe.h48 #define PACKED __packed macro
63 } PACKED SEGDESC_t;
96 } PACKED pxenv_t;
120 } PACKED pxe_t;
130 } PACKED t_PXENV_START_UNDI;
135 } PACKED t_PXENV_UNDI_STARTUP;
140 } PACKED t_PXENV_UNDI_CLEANUP;
147 } PACKED t_PXENV_UNDI_INITIALIZE;
154 } PACKED t_PXENV_UNDI_MCAST_ADDRESS;
160 } PACKED t_PXENV_UNDI_RESET;
[all …]
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi10.h115 typedef PACKED struct {
128 typedef PACKED union {
130 PACKED struct {
137 typedef PACKED struct {
138 PACKED union {
140 PACKED struct {
151 typedef PACKED struct {
159 typedef PACKED struct {
168 typedef PACKED struct {
177 typedef PACKED struct {
[all …]
H A DAcpi50.h31 typedef PACKED struct {
41 typedef PACKED struct {
63 typedef PACKED struct {
82 typedef PACKED struct {
98 typedef PACKED struct {
117 typedef PACKED struct {
H A DAcpi20.h28 typedef PACKED struct {
H A DAcpi30.h28 typedef PACKED struct {
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DMemProfData.inc25 #define PACKED(...) __pragma(pack(push,1)) __VA_ARGS__ __pragma(pack(pop))
27 #define PACKED(...) __VA_ARGS__ __attribute__((__packed__))
49 PACKED(struct Header {
60 PACKED(struct SegmentEntry {
95 // Packed struct definition for MSVC. We can't use the PACKED macro defined in
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfData.inc25 #define PACKED(...) __pragma(pack(push,1)) __VA_ARGS__ __pragma(pack(pop))
27 #define PACKED(...) __VA_ARGS__ __attribute__((__packed__))
49 PACKED(struct Header {
60 PACKED(struct SegmentEntry {
95 // Packed struct definition for MSVC. We can't use the PACKED macro defined in
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio_binary.c75 #define PACKED(x) x __attribute__((packed)) macro
77 #define PACKED(x) __pragma(pack(push, 1)) x __pragma(pack(pop)) macro
79 #define PACKED(x) x macro
84 PACKED(struct cpio_binary_header {
/freebsd/lib/libefivar/
H A Defi-osdep.h85 #define PACKED macro
/freebsd/sys/contrib/edk2/Include/
H A DBase.h213 #define PACKED __packed macro
215 #define PACKED macro