Searched refs:packed (Results 26 - 50 of 132) sorted by relevance

123456

/freebsd-11-stable/usr.sbin/uefisign/
H A Dpe.c63 } __attribute__((packed));
69 } __attribute__((packed));
76 } __attribute__((packed));
93 } __attribute__((packed));
108 } __attribute__((packed));
120 } __attribute__((packed));
127 } __attribute__((packed));
140 } __attribute__((packed));
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dcm_msgs.h113 } __attribute__ ((packed));
438 } __attribute__ ((packed));
476 } __attribute__ ((packed));
521 } __attribute__ ((packed));
629 } __attribute__ ((packed));
641 } __attribute__ ((packed));
662 } __attribute__ ((packed));
690 } __attribute__ ((packed));
799 } __attribute__ ((packed));
810 } __attribute__ ((packed));
[all...]
H A Dmad_priv.h78 } __attribute__ ((packed));
85 } __attribute__ ((packed));
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgo32-nat.c1258 unsigned short limit0 __attribute__((packed));
1259 unsigned short base0 __attribute__((packed));
1260 unsigned char base1 __attribute__((packed));
1261 unsigned stype:5 __attribute__((packed));
1262 unsigned dpl:2 __attribute__((packed));
1263 unsigned present:1 __attribute__((packed));
1264 unsigned limit1:4 __attribute__((packed));
1265 unsigned available:1 __attribute__((packed));
1266 unsigned dummy:1 __attribute__((packed));
1267 unsigned bit32:1 __attribute__((packed));
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-bootloader.h113 } __attribute__((packed)) bootloader_header_t;
/freebsd-11-stable/sys/dev/firewire/
H A Diec68113.h95 } __attribute__ ((packed)) dv;
/freebsd-11-stable/sys/contrib/ck/include/gcc/
H A Dck_cc.h63 #define CK_CC_PACKED __attribute__((packed))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fuid.c42 * The FUID table is stored as a packed nvlist of an array
125 char *packed; local
128 packed = kmem_alloc(fuid_size, KM_SLEEP);
130 fuid_size, packed, DMU_READ_PREFETCH) == 0);
131 VERIFY(nvlist_unpack(packed, fuid_size,
154 kmem_free(packed, fuid_size);
226 char *packed; local
269 packed = kmem_alloc(nvsize, KM_SLEEP);
270 VERIFY(nvlist_pack(nvp, &packed, &nvsize,
275 zfsvfs->z_fuid_size, packed, t
[all...]
/freebsd-11-stable/lib/libnv/tests/
H A Dnv_array_tests.cc914 void *packed; local
933 packed = nvlist_pack(nvl, &packed_size);
934 ATF_REQUIRE(packed != NULL);
936 unpacked = nvlist_unpack(packed, packed_size, 0);
949 free(packed);
958 void *packed; local
975 packed = nvlist_pack(nvl, &packed_size);
976 ATF_REQUIRE(packed != NULL);
978 unpacked = nvlist_unpack(packed, packed_size, 0);
991 free(packed);
1064 void *packed; local
1108 void *packed; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c140 char *packed; local
163 packed = fnvlist_pack(source, &size);
164 zc.zc_nvlist_src = (uint64_t)(uintptr_t)packed;
235 fnvlist_pack_free(packed, size);
701 char *packed = NULL; local
729 packed = fnvlist_pack(props, &size);
730 zc.zc_nvlist_src = (uint64_t)(uintptr_t)packed;
764 if (packed != NULL)
765 fnvlist_pack_free(packed, size);
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptintf.h650 } __attribute__((packed)) IDENTIFY_DATA2, *PIDENTIFY_DATA2;
695 __attribute__((packed)) DEVICE_INFO, *PDEVICE_INFO;
746 __attribute__((packed)) DEVICE_INFO_V2, *PDEVICE_INFO_V2, DEVICE_INFO_V3, *PDEVICE_INFO_V3;
798 } __attribute__((packed)) u;
800 } __attribute__((packed)) LOGICAL_DEVICE_INFO, *PLOGICAL_DEVICE_INFO;
815 } __attribute__((packed)) u;
817 } __attribute__((packed)) LOGICAL_DEVICE_INFO_V2, *PLOGICAL_DEVICE_INFO_V2;
841 } __attribute__((packed)) u;
844 __attribute__((packed)) LOGICAL_DEVICE_INFO_V3, *PLOGICAL_DEVICE_INFO_V3;
870 } __attribute__((packed))
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dextract.h44 * __attribute__((packed)), which we can use to convince the compiler
47 * Declare packed structures containing a uint16_t and a uint32_t,
50 * __attribute__((packed)) causes the compiler to generate unaligned-safe
88 * __attribute__((packed))? How can we get it to generate unaligned
93 } __attribute__((packed)) unaligned_uint16_t;
97 } __attribute__((packed)) unaligned_uint32_t;
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dtypes_freebsd.h47 #define _PackedType __attribute__ ((packed))
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_sctp.h79 /* The packed define for 64 bit platforms */
81 #define SCTP_PACKED __attribute__((packed))
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhptintf.h843 } __attribute__((packed)) IDENTIFY_DATA2, *PIDENTIFY_DATA2;
887 __attribute__((packed)) DEVICE_INFO, *PDEVICE_INFO;
938 __attribute__((packed)) DEVICE_INFO_V2, *PDEVICE_INFO_V2, DEVICE_INFO_V3, *PDEVICE_INFO_V3;
990 } __attribute__((packed)) u;
992 } __attribute__((packed)) LOGICAL_DEVICE_INFO, *PLOGICAL_DEVICE_INFO;
1007 } __attribute__((packed)) u;
1009 } __attribute__((packed)) LOGICAL_DEVICE_INFO_V2, *PLOGICAL_DEVICE_INFO_V2;
1033 } __attribute__((packed)) u;
1036 __attribute__((packed)) LOGICAL_DEVICE_INFO_V3, *PLOGICAL_DEVICE_INFO_V3;
1062 } __attribute__((packed))
[all...]
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptintf.h839 } __attribute__((packed)) IDENTIFY_DATA2, *PIDENTIFY_DATA2;
883 __attribute__((packed)) DEVICE_INFO, *PDEVICE_INFO;
934 __attribute__((packed)) DEVICE_INFO_V2, *PDEVICE_INFO_V2, DEVICE_INFO_V3, *PDEVICE_INFO_V3;
986 } __attribute__((packed)) u;
988 } __attribute__((packed)) LOGICAL_DEVICE_INFO, *PLOGICAL_DEVICE_INFO;
1003 } __attribute__((packed)) u;
1005 } __attribute__((packed)) LOGICAL_DEVICE_INFO_V2, *PLOGICAL_DEVICE_INFO_V2;
1029 } __attribute__((packed)) u;
1032 __attribute__((packed)) LOGICAL_DEVICE_INFO_V3, *PLOGICAL_DEVICE_INFO_V3;
1058 } __attribute__((packed))
[all...]
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev2.h820 } __attribute__ ((packed));
838 } __attribute__ ((packed));
931 } __attribute__ ((packed));
1396 } __attribute__ ((packed));
1581 } __attribute__ ((packed));
1586 } __attribute__ ((packed));
1590 } __attribute__ ((packed));
1601 } __attribute__ ((packed));
1652 } __attribute__ ((packed));
1659 } __attribute__ ((packed));
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h61 } __attribute__ ((packed));
73 } __attribute__ ((packed));
90 } __attribute__ ((packed));
204 } __attribute__ ((packed));
211 } __attribute__ ((packed));
268 } __attribute__ ((packed));
276 } __attribute__ ((packed));
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.h176 } __attribute__((packed));
276 struct iscsi_bhs iscsi_header __attribute__((packed));
303 } __attribute__((packed));
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_opregion.c67 } __attribute__((packed));
89 } __attribute__((packed));
97 } __attribute__((packed));
114 } __attribute__((packed));
/freebsd-11-stable/sys/compat/ndis/
H A Dresource_var.h168 } u __attribute__((packed));
/freebsd-11-stable/stand/i386/libi386/
H A Dmultiboot.h206 } __attribute__((packed));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h50 using packed = support::detail::packed_endian_specific_integral<Ty, E, 1>;
64 using Relr = packed<uint>;
85 using Half = packed<uint16_t>;
86 using Word = packed<uint32_t>;
87 using Sword = packed<int32_t>;
88 using Xword = packed<uint64_t>;
89 using Sxword = packed<int64_t>;
90 using Addr = packed<uint>;
91 using Off = packed<uint>;
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_osfp.c448 fprintf(stderr, "warning: fingerprint packed to 'any'\n");
894 pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale,
899 *packed = 0;
913 *packed = (*packed << PF_OSFP_TCPOPT_BITS) |
931 *packed = (*packed << PF_OSFP_TCPOPT_BITS) |
961 *packed = (*packed << PF_OSFP_TCPOPT_BITS) |
893 get_tcpopts(const char *filename, int lineno, const char *tcpopts, pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale, int *wscale_mod, int *ts0) argument
/freebsd-11-stable/contrib/tcpdump/
H A Dextract.h75 * we assume that mean we have __attribute__((packed)), and this is
79 * Declare packed structures containing a uint16_t and a uint32_t,
82 * __attribute__((packed)) causes the compiler to generate unaligned-safe
120 * __attribute__((packed))? How can we get it to generate unaligned
125 } __attribute__((packed)) unaligned_uint16_t;
129 } __attribute__((packed)) unaligned_uint32_t;

Completed in 417 milliseconds

123456