| /freebsd-14.2/sys/netgraph/bluetooth/include/ |
| H A D | ng_hci.h | 413 } __attribute__ ((packed)) ng_hci_cmd_pkt_t; 440 } __attribute__ ((packed)) ng_hci_event_pkt_t; 445 } __attribute__ ((packed)) bdaddr_t; 454 } __attribute__ ((packed)) ng_hci_status_rp; 700 } __attribute__ ((packed)) ng_hci_inquiry_cp; 737 } __attribute__ ((packed)) ng_hci_discon_cp; 814 } __attribute__ ((packed)) ng_hci_auth_req_cp; 994 } __attribute__ ((packed)) ng_hci_flush_cp; 999 } __attribute__ ((packed)) ng_hci_flush_rp; 1708 }__attribute__ ((packed)) ng_hci_le_rand_rp; [all …]
|
| H A D | ng_l2cap.h | 162 } __attribute__ ((packed)) ng_l2cap_flow_t; 175 } __attribute__ ((packed)) ng_l2cap_hdr_t; 180 } __attribute__ ((packed)) ng_l2cap_clt_hdr_t; 190 } __attribute__ ((packed)) ng_l2cap_cmd_hdr_t; 197 } __attribute__ ((packed)) ng_l2cap_cmd_rej_cp; 204 } __attribute__ ((packed)) mtu; 209 } __attribute__ ((packed)) cid; 218 } __attribute__ ((packed)) ng_l2cap_con_req_cp; 227 } __attribute__ ((packed)) ng_l2cap_con_rsp_cp; 251 } __attribute__ ((packed)) ng_l2cap_cfg_opt_t; [all …]
|
| H A D | ng_btsocket_rfcomm.h | 126 } __attribute__ ((packed)); 135 } __attribute__ ((packed)); 142 } __attribute__ ((packed)); 149 } __attribute__ ((packed)); 161 } __attribute__ ((packed)); 168 } __attribute__ ((packed)); 180 } __attribute__ ((packed));
|
| /freebsd-14.2/sys/dev/pms/freebsd/driver/common/ |
| H A D | encrypt_ioctl.h | 50 } __attribute__ ((packed)) IoctlEncryptGetInfo_t; 54 } __attribute__ ((packed)) IoctlEncryptSetMode_t; 61 } __attribute__ ((packed)) IoctlEncryptKekAdd_t; 70 } __attribute__ ((packed)) IoctlEncryptDekAdd_t; 78 } __attribute__ ((packed)) IoctlEncryptKekNVRAM_t; 92 } __attribute__ ((packed)) EncryptDekMapEntry_t; 102 } __attribute__ ((packed)) EncryptDeviceDekMap_t; 123 } __attribute__ ((packed)) IoctlEncryptIOError_t; 141 } __attribute__ ((packed)) IoctlEncryptOp_t; 167 } __attribute__ ((packed)) IoctlTISAEncrypt_t; [all …]
|
| /freebsd-14.2/sys/dev/hyperv/utilities/ |
| H A D | hv_kvp.h | 164 }__attribute__((packed)); 170 } __attribute__((packed)); 182 } __attribute__((packed)); 187 } __attribute__((packed)); 191 } __attribute__((packed)); 195 } __attribute__((packed)); 200 } __attribute__((packed)); 204 } __attribute__((packed)); 219 } __attribute__((packed)); 225 } __attribute__((packed));
|
| /freebsd-14.2/sys/dev/drm2/ |
| H A D | drm_edid.h | 39 } __attribute__((packed)); 52 } __attribute__((packed)); 78 } __attribute__((packed)); 83 } __attribute__((packed)); 111 } __attribute__((packed)); 118 } __attribute__((packed)); 125 } __attribute__((packed)); 129 } __attribute__((packed)); 144 } __attribute__((packed)); 162 } __attribute__((packed)); [all …]
|
| /freebsd-14.2/sys/dev/bnxt/bnxt_re/ |
| H A D | bnxt_re-abi.h | 71 } __attribute__((packed)); 85 } __attribute__((packed)); 115 } __attribute__((packed)); 127 } __attribute__((packed)); 131 } __attribute__((packed)); 137 } __attribute__((packed)); 141 } __attribute__((packed)); 146 } __attribute__((packed)); 150 } __attribute__((packed));
|
| /freebsd-14.2/sys/dev/ips/ |
| H A D | ipsreg.h | 211 } __attribute__ ((packed)) ips_generic_cmd; 222 } __attribute__ ((packed)) ips_io_cmd; 242 } __attribute__ ((packed)) ips_drive_cmd; 289 }__attribute__((packed)) ips_nvram_page5; 302 } __attribute__((packed)) ips_drive_t; 309 }__attribute__((packed)) ips_drive_info_t; 343 } __attribute__((packed)) ips_devstate_t; 360 } __attribute__((packed)) ips_chunk_t; 372 } __attribute__((packed)) ips_ld_t; 382 } __attribute__((packed)) ips_hardware_t; [all …]
|
| /freebsd-14.2/sys/contrib/alpine-hal/ |
| H A D | al_hal_types.h | 78 #define __packed __attribute__ ((packed)) 81 #define __packed_a4 __attribute__ ((packed, aligned(4))) 82 #define __packed_a8 __attribute__ ((packed, aligned(8))) 83 #define __packed_a16 __attribute__ ((packed, aligned(16)))
|
| /freebsd-14.2/usr.sbin/bluetooth/iwmbtfw/ |
| H A D | iwmbt_hw.h | 35 } __attribute__ ((packed)); 44 } __attribute__ ((packed)); 50 } __attribute__ ((packed)); 58 } __attribute__ ((packed));
|
| /freebsd-14.2/sys/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_cmds.h | 58 } __attribute__ ((packed)) *c = NULL; \ 92 } __attribute__ ((packed)) *c = NULL; \ 115 } __attribute__ ((packed)) *c = NULL; \ 140 } __attribute__ ((packed)) *c = NULL; \ 174 } __attribute__ ((packed)) *c = NULL; \ 208 } __attribute__ ((packed)) *c = NULL; \ 238 } __attribute__ ((packed)) *o = NULL; \ 253 } __attribute__ ((packed)) *o = NULL; \ 268 } __attribute__ ((packed)) *o = NULL; \ 302 } __attribute__ ((packed)) *c = NULL; \ [all …]
|
| /freebsd-14.2/lib/libnv/tests/ |
| H A D | nv_tests.cc | 433 void *packed; in ATF_TEST_CASE_BODY() local 440 ATF_REQUIRE(packed != NULL); in ATF_TEST_CASE_BODY() 449 free(packed); in ATF_TEST_CASE_BODY() 456 void *packed; in ATF_TEST_CASE_BODY() local 467 ATF_REQUIRE(packed != NULL); in ATF_TEST_CASE_BODY() 483 free(packed); in ATF_TEST_CASE_BODY() 568 ATF_REQUIRE(packed != NULL); in ATF_TEST_CASE_BODY() 601 free(packed); in ATF_TEST_CASE_BODY() 608 void *packed; in ATF_TEST_CASE_BODY() local 627 void *packed, *keypos; in ATF_TEST_CASE_BODY() local [all …]
|
| H A D | nv_array_tests.cc | 912 void *packed; in ATF_TEST_CASE_BODY() local 932 ATF_REQUIRE(packed != NULL); in ATF_TEST_CASE_BODY() 947 free(packed); in ATF_TEST_CASE_BODY() 956 void *packed; in ATF_TEST_CASE_BODY() local 974 ATF_REQUIRE(packed != NULL); in ATF_TEST_CASE_BODY() 989 free(packed); in ATF_TEST_CASE_BODY() 1062 void *packed; in ATF_TEST_CASE_BODY() local 1080 ATF_REQUIRE(packed != NULL); in ATF_TEST_CASE_BODY() 1095 free(packed); in ATF_TEST_CASE_BODY() 1106 void *packed; in ATF_TEST_CASE_BODY() local [all …]
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_videodev2_compat.h | 65 __attribute__ ((packed)) 78 } __attribute__ ((packed)); 99 __attribute__ ((packed)) 129 __attribute__ ((packed))
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/include/xray/ |
| H A D | xray_records.h | 63 } __attribute__((packed)); 102 } __attribute__((packed)); 128 } __attribute__((packed));
|
| /freebsd-14.2/contrib/wpa/src/ap/ |
| H A D | iapp.c | 59 } __attribute__ ((packed)); 80 } __attribute__ ((packed)); 92 } __attribute__ ((packed)); 103 } __attribute__ ((packed)); 114 } __attribute__ ((packed)); 133 } __attribute__ ((packed)); 142 } __attribute__ ((packed)); 155 } __attribute__ ((packed)); 162 } __attribute__ ((packed));
|
| /freebsd-14.2/sys/netgraph/bluetooth/drivers/ubt/ |
| H A D | ng_ubt_var.h | 81 } __attribute__ ((packed)); 89 } __attribute__ ((packed)); 94 } __attribute__ ((packed)); 101 } __attribute__ ((packed));
|
| /freebsd-14.2/sys/dev/enic/ |
| H A D | vnic_devcmd.h | 785 } __attribute__((packed)); 814 } __attribute__((packed)); 828 } __attribute__((packed)); 852 } __attribute__((packed)); 888 } __attribute__((packed)) layer[FILTER_GENERIC_1_NUM_LAYERS]; 889 } __attribute__((packed)); 903 } __attribute__((packed)); 924 } __attribute__((packed)); 961 } __attribute__((packed)); 981 } __attribute__((packed));
|
| /freebsd-14.2/sys/ofed/drivers/infiniband/core/ |
| H A D | cm_msgs.h | 104 } __attribute__ ((packed)); 429 } __attribute__ ((packed)); 467 } __attribute__ ((packed)); 512 } __attribute__ ((packed)); 620 } __attribute__ ((packed)); 632 } __attribute__ ((packed)); 653 } __attribute__ ((packed)); 681 } __attribute__ ((packed)); 790 } __attribute__ ((packed)); 801 } __attribute__ ((packed)); [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stack_store.cpp | 323 u8 *packed = in Pack() local 325 PackedHeader *header = reinterpret_cast<PackedHeader *>(packed); in Pack() 326 u8 *alloc_end = packed + kBlockSizeBytes; in Pack() 344 header->size = packed_end - packed; in Pack() 352 store->Unmap(packed, kBlockSizeBytes); in Pack() 358 store->Unmap(packed + packed_size_aligned, in Pack() 360 MprotectReadOnly(reinterpret_cast<uptr>(packed), packed_size_aligned); in Pack() 362 atomic_store(&data_, reinterpret_cast<uptr>(packed), memory_order_release); in Pack()
|
| /freebsd-14.2/contrib/wpa/src/common/ |
| H A D | qca-vendor-attr.h | 21 } __attribute__ ((packed)); 26 } __attribute__ ((packed));
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | allegro | 7 0 belong 0x736C6821 Allegro datafile (packed) 8 0 belong 0x736C682E Allegro datafile (not packed/autodetect)
|
| /freebsd-14.2/usr.sbin/uefisign/ |
| H A D | pe.c | 62 } __attribute__((packed)); 68 } __attribute__((packed)); 75 } __attribute__((packed)); 92 } __attribute__((packed)); 107 } __attribute__((packed)); 119 } __attribute__((packed)); 126 } __attribute__((packed)); 139 } __attribute__((packed));
|
| /freebsd-14.2/sys/dev/hptrr/ |
| H A D | hptintf.h | 650 } __attribute__((packed)) IDENTIFY_DATA2, *PIDENTIFY_DATA2; 695 __attribute__((packed)) DEVICE_INFO, *PDEVICE_INFO; 798 } __attribute__((packed)) u; 800 } __attribute__((packed)) LOGICAL_DEVICE_INFO, *PLOGICAL_DEVICE_INFO; 815 } __attribute__((packed)) u; 841 } __attribute__((packed)) u; 844 __attribute__((packed)) LOGICAL_DEVICE_INFO_V3, *PLOGICAL_DEVICE_INFO_V3; 870 } __attribute__((packed)) u; 872 __attribute__((packed)) LOGICAL_DEVICE_INFO_V4, *PLOGICAL_DEVICE_INFO_V4; 901 }__attribute__((packed))ALTERABLE_ARRAY_INFO, *PALTERABLE_ARRAY_INFO; [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_fuid.c | 123 char *packed; in zfs_fuid_table_load() local 126 packed = kmem_alloc(fuid_size, KM_SLEEP); in zfs_fuid_table_load() 128 fuid_size, packed, DMU_READ_PREFETCH) == 0); in zfs_fuid_table_load() 129 VERIFY(nvlist_unpack(packed, fuid_size, in zfs_fuid_table_load() 152 kmem_free(packed, fuid_size); in zfs_fuid_table_load() 224 char *packed; in zfs_fuid_sync() local 267 packed = kmem_alloc(nvsize, KM_SLEEP); in zfs_fuid_sync() 268 VERIFY(nvlist_pack(nvp, &packed, &nvsize, in zfs_fuid_sync() 273 zfsvfs->z_fuid_size, packed, tx); in zfs_fuid_sync() 274 kmem_free(packed, zfsvfs->z_fuid_size); in zfs_fuid_sync()
|