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

123456

/freebsd-12-stable/contrib/gcc/config/
H A Dfp-bit.h391 fractype fraction:FRACBITS __attribute__ ((packed));
392 unsigned int exp:EXPBITS __attribute__ ((packed));
393 unsigned int sign:1 __attribute__ ((packed));
401 unsigned int sign:1 __attribute__ ((packed));
402 unsigned int exp:EXPBITS __attribute__ ((packed));
403 fractype fraction:FRACBITS __attribute__ ((packed));
409 fractype fraction:FRACBITS __attribute__ ((packed));
410 unsigned int exp:EXPBITS __attribute__ ((packed));
411 unsigned int sign:1 __attribute__ ((packed));
/freebsd-12-stable/lib/libnv/tests/
H A Dnv_tests.cc435 void *packed; local
441 packed = nvlist_pack(nvl, &packed_size);
442 ATF_REQUIRE(packed != NULL);
444 unpacked = nvlist_unpack(packed, packed_size, 0);
451 free(packed);
458 void *packed; local
468 packed = nvlist_pack(nvl, &packed_size);
469 ATF_REQUIRE(packed != NULL);
471 unpacked = nvlist_unpack(packed, packed_size, 0);
474 unpacked = nvlist_unpack(packed, packed_siz
542 void *binvalue, *packed, *it; local
610 void *packed; local
629 void *packed, *keypos; local
[all...]
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-12-stable/sys/ofed/include/rdma/
H A Dopa_smi.h107 } __attribute__ ((packed));
123 } __attribute__ ((packed));
/freebsd-12-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-12-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.h80 } __attribute__ ((packed));
87 } __attribute__ ((packed));
/freebsd-12-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-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-bootloader.h113 } __attribute__((packed)) bootloader_header_t;
/freebsd-12-stable/sys/dev/firewire/
H A Diec68113.h97 } __attribute__ ((packed)) dv;
/freebsd-12-stable/sys/contrib/ck/include/gcc/
H A Dck_cc.h63 #define CK_CC_PACKED __attribute__((packed))
/freebsd-12-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-12-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c141 char *packed = NULL; local
166 packed = fnvlist_pack(source, &size);
167 zc.zc_nvlist_src = (uint64_t)(uintptr_t)packed;
239 fnvlist_pack_free(packed, size);
713 char *packed = NULL; local
741 packed = fnvlist_pack(props, &size);
742 zc.zc_nvlist_src = (uint64_t)(uintptr_t)packed;
776 if (packed != NULL)
777 fnvlist_pack_free(packed, size);
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptintf.h652 } __attribute__((packed)) IDENTIFY_DATA2, *PIDENTIFY_DATA2;
697 __attribute__((packed)) DEVICE_INFO, *PDEVICE_INFO;
748 __attribute__((packed)) DEVICE_INFO_V2, *PDEVICE_INFO_V2, DEVICE_INFO_V3, *PDEVICE_INFO_V3;
800 } __attribute__((packed)) u;
802 } __attribute__((packed)) LOGICAL_DEVICE_INFO, *PLOGICAL_DEVICE_INFO;
817 } __attribute__((packed)) u;
819 } __attribute__((packed)) LOGICAL_DEVICE_INFO_V2, *PLOGICAL_DEVICE_INFO_V2;
843 } __attribute__((packed)) u;
846 __attribute__((packed)) LOGICAL_DEVICE_INFO_V3, *PLOGICAL_DEVICE_INFO_V3;
872 } __attribute__((packed))
[all...]
/freebsd-12-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-12-stable/sys/contrib/ncsw/inc/
H A Dtypes_freebsd.h47 #define _PackedType __attribute__ ((packed))
/freebsd-12-stable/sys/contrib/zstd/lib/common/
H A Dmem.h128 typedef struct { U16 v; } __attribute__((packed)) unalign16;
129 typedef struct { U32 v; } __attribute__((packed)) unalign32;
130 typedef struct { U64 v; } __attribute__((packed)) unalign64;
131 typedef struct { size_t v; } __attribute__((packed)) unalignArch;
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhptintf.h845 } __attribute__((packed)) IDENTIFY_DATA2, *PIDENTIFY_DATA2;
889 __attribute__((packed)) DEVICE_INFO, *PDEVICE_INFO;
940 __attribute__((packed)) DEVICE_INFO_V2, *PDEVICE_INFO_V2, DEVICE_INFO_V3, *PDEVICE_INFO_V3;
992 } __attribute__((packed)) u;
994 } __attribute__((packed)) LOGICAL_DEVICE_INFO, *PLOGICAL_DEVICE_INFO;
1009 } __attribute__((packed)) u;
1011 } __attribute__((packed)) LOGICAL_DEVICE_INFO_V2, *PLOGICAL_DEVICE_INFO_V2;
1035 } __attribute__((packed)) u;
1038 __attribute__((packed)) LOGICAL_DEVICE_INFO_V3, *PLOGICAL_DEVICE_INFO_V3;
1064 } __attribute__((packed))
[all...]
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptintf.h841 } __attribute__((packed)) IDENTIFY_DATA2, *PIDENTIFY_DATA2;
885 __attribute__((packed)) DEVICE_INFO, *PDEVICE_INFO;
936 __attribute__((packed)) DEVICE_INFO_V2, *PDEVICE_INFO_V2, DEVICE_INFO_V3, *PDEVICE_INFO_V3;
988 } __attribute__((packed)) u;
990 } __attribute__((packed)) LOGICAL_DEVICE_INFO, *PLOGICAL_DEVICE_INFO;
1005 } __attribute__((packed)) u;
1007 } __attribute__((packed)) LOGICAL_DEVICE_INFO_V2, *PLOGICAL_DEVICE_INFO_V2;
1031 } __attribute__((packed)) u;
1034 __attribute__((packed)) LOGICAL_DEVICE_INFO_V3, *PLOGICAL_DEVICE_INFO_V3;
1060 } __attribute__((packed))
[all...]
/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_sctp.h81 /* The packed define for 64 bit platforms */
83 #define SCTP_PACKED __attribute__((packed))
/freebsd-12-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-12-stable/usr.sbin/bhyve/
H A Dpci_virtio_scsi.c104 } __attribute__((packed));
168 } __attribute__((packed));
184 } __attribute__((packed));
209 } __attribute__((packed));
218 } __attribute__((packed));
227 } __attribute__((packed));
/freebsd-12-stable/sys/dev/iser/
H A Dicl_iser.h176 } __attribute__((packed));
276 struct iscsi_bhs iscsi_header __attribute__((packed));
303 } __attribute__((packed));
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_opregion.c67 } __attribute__((packed));
89 } __attribute__((packed));
97 } __attribute__((packed));
114 } __attribute__((packed));
/freebsd-12-stable/sys/compat/ndis/
H A Dresource_var.h170 } u __attribute__((packed));

Completed in 473 milliseconds

123456