| /freebsd-13.1/sys/netgraph/bluetooth/include/ |
| H A D | ng_hci.h | 414 } __attribute__ ((packed)) ng_hci_cmd_pkt_t; 441 } __attribute__ ((packed)) ng_hci_event_pkt_t; 446 } __attribute__ ((packed)) bdaddr_t; 455 } __attribute__ ((packed)) ng_hci_status_rp; 701 } __attribute__ ((packed)) ng_hci_inquiry_cp; 738 } __attribute__ ((packed)) ng_hci_discon_cp; 815 } __attribute__ ((packed)) ng_hci_auth_req_cp; 995 } __attribute__ ((packed)) ng_hci_flush_cp; 1000 } __attribute__ ((packed)) ng_hci_flush_rp; 1709 }__attribute__ ((packed)) ng_hci_le_rand_rp; [all …]
|
| H A D | ng_l2cap.h | 163 } __attribute__ ((packed)) ng_l2cap_flow_t; 176 } __attribute__ ((packed)) ng_l2cap_hdr_t; 181 } __attribute__ ((packed)) ng_l2cap_clt_hdr_t; 191 } __attribute__ ((packed)) ng_l2cap_cmd_hdr_t; 198 } __attribute__ ((packed)) ng_l2cap_cmd_rej_cp; 205 } __attribute__ ((packed)) mtu; 210 } __attribute__ ((packed)) cid; 219 } __attribute__ ((packed)) ng_l2cap_con_req_cp; 228 } __attribute__ ((packed)) ng_l2cap_con_rsp_cp; 252 } __attribute__ ((packed)) ng_l2cap_cfg_opt_t; [all …]
|
| H A D | ng_btsocket_rfcomm.h | 127 } __attribute__ ((packed)); 136 } __attribute__ ((packed)); 143 } __attribute__ ((packed)); 150 } __attribute__ ((packed)); 162 } __attribute__ ((packed)); 169 } __attribute__ ((packed)); 181 } __attribute__ ((packed));
|
| /freebsd-13.1/sys/dev/pms/freebsd/driver/common/ |
| H A D | encrypt_ioctl.h | 51 } __attribute__ ((packed)) IoctlEncryptGetInfo_t; 55 } __attribute__ ((packed)) IoctlEncryptSetMode_t; 62 } __attribute__ ((packed)) IoctlEncryptKekAdd_t; 71 } __attribute__ ((packed)) IoctlEncryptDekAdd_t; 79 } __attribute__ ((packed)) IoctlEncryptKekNVRAM_t; 93 } __attribute__ ((packed)) EncryptDekMapEntry_t; 103 } __attribute__ ((packed)) EncryptDeviceDekMap_t; 124 } __attribute__ ((packed)) IoctlEncryptIOError_t; 142 } __attribute__ ((packed)) IoctlEncryptOp_t; 168 } __attribute__ ((packed)) IoctlTISAEncrypt_t; [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | packed_data.c | 61 svn_stringbuf_t *packed; member 105 svn_stringbuf_t *packed; member 361 private_data->packed in data_flush_buffer() 495 apr_size_t result = private_data->packed ? private_data->packed->len : 0; in packed_int_stream_length() 530 if (private_data->packed) in append_int_stream() 766 if (read > packed->len) in read_packed_uint() 767 read = packed->len; in read_packed_uint() 769 packed->data += read; in read_packed_uint() 771 packed->len -= read; in read_packed_uint() 1003 private_data->packed->data[private_data->packed->len] = '\0'; in unflatten_int_stream() [all …]
|
| /freebsd-13.1/sys/dev/hyperv/utilities/ |
| H A D | hv_kvp.h | 166 }__attribute__((packed)); 172 } __attribute__((packed)); 184 } __attribute__((packed)); 189 } __attribute__((packed)); 193 } __attribute__((packed)); 197 } __attribute__((packed)); 202 } __attribute__((packed)); 206 } __attribute__((packed)); 221 } __attribute__((packed)); 227 } __attribute__((packed));
|
| /freebsd-13.1/sys/dev/bnxt/ |
| H A D | hsi_struct_def.h | 136 } __attribute__((packed)); 228 } __attribute__((packed)); 320 } __attribute__((packed)); 482 } __attribute__((packed)); 500 } __attribute__((packed)); 571 } __attribute__((packed)); 607 } __attribute__((packed)); 657 } __attribute__((packed)); 734 } __attribute__((packed)); 821 } __attribute__((packed)); [all …]
|
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_edid.h | 41 } __attribute__((packed)); 54 } __attribute__((packed)); 80 } __attribute__((packed)); 85 } __attribute__((packed)); 113 } __attribute__((packed)); 120 } __attribute__((packed)); 127 } __attribute__((packed)); 131 } __attribute__((packed)); 146 } __attribute__((packed)); 164 } __attribute__((packed)); [all …]
|
| /freebsd-13.1/sys/dev/ips/ |
| H A D | ipsreg.h | 213 } __attribute__ ((packed)) ips_generic_cmd; 224 } __attribute__ ((packed)) ips_io_cmd; 244 } __attribute__ ((packed)) ips_drive_cmd; 291 }__attribute__((packed)) ips_nvram_page5; 304 } __attribute__((packed)) ips_drive_t; 311 }__attribute__((packed)) ips_drive_info_t; 345 } __attribute__((packed)) ips_devstate_t; 362 } __attribute__((packed)) ips_chunk_t; 374 } __attribute__((packed)) ips_ld_t; 384 } __attribute__((packed)) ips_hardware_t; [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_ioctl_compat.c | 54 char *packed; 65 packed = kmem_alloc(size, KM_SLEEP); 68 kmem_free(packed, size); 72 packed = (void *)(uintptr_t)nvl; 75 error = nvlist_unpack(packed, size, &list, 0); 78 kmem_free(packed, size); 91 char *packed = NULL; 98 packed = kmem_alloc(size, KM_SLEEP); 102 if (ddi_copyout(packed, 105 kmem_free(packed, size); [all …]
|
| /freebsd-13.1/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-13.1/usr.sbin/bluetooth/iwmbtfw/ |
| H A D | iwmbt_hw.h | 37 } __attribute__ ((packed)); 46 } __attribute__ ((packed)); 52 } __attribute__ ((packed)); 60 } __attribute__ ((packed));
|
| /freebsd-13.1/sys/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_cmds.h | 59 } __attribute__ ((packed)) *c = NULL; \ 93 } __attribute__ ((packed)) *c = NULL; \ 116 } __attribute__ ((packed)) *c = NULL; \ 141 } __attribute__ ((packed)) *c = NULL; \ 175 } __attribute__ ((packed)) *c = NULL; \ 209 } __attribute__ ((packed)) *c = NULL; \ 239 } __attribute__ ((packed)) *o = NULL; \ 254 } __attribute__ ((packed)) *o = NULL; \ 269 } __attribute__ ((packed)) *o = NULL; \ 303 } __attribute__ ((packed)) *c = NULL; \ [all …]
|
| /freebsd-13.1/lib/libnv/tests/ |
| H A D | nv_tests.cc | 435 void *packed; in ATF_TEST_CASE_BODY() local 442 ATF_REQUIRE(packed != NULL); in ATF_TEST_CASE_BODY() 451 free(packed); in ATF_TEST_CASE_BODY() 458 void *packed; in ATF_TEST_CASE_BODY() local 469 ATF_REQUIRE(packed != NULL); in ATF_TEST_CASE_BODY() 485 free(packed); in ATF_TEST_CASE_BODY() 570 ATF_REQUIRE(packed != NULL); in ATF_TEST_CASE_BODY() 603 free(packed); in ATF_TEST_CASE_BODY() 610 void *packed; in ATF_TEST_CASE_BODY() local 629 void *packed, *keypos; in ATF_TEST_CASE_BODY() local [all …]
|
| H A D | nv_array_tests.cc | 914 void *packed; in ATF_TEST_CASE_BODY() local 934 ATF_REQUIRE(packed != NULL); in ATF_TEST_CASE_BODY() 949 free(packed); in ATF_TEST_CASE_BODY() 958 void *packed; in ATF_TEST_CASE_BODY() local 976 ATF_REQUIRE(packed != NULL); in ATF_TEST_CASE_BODY() 991 free(packed); in ATF_TEST_CASE_BODY() 1064 void *packed; in ATF_TEST_CASE_BODY() local 1082 ATF_REQUIRE(packed != NULL); in ATF_TEST_CASE_BODY() 1097 free(packed); in ATF_TEST_CASE_BODY() 1108 void *packed; in ATF_TEST_CASE_BODY() local [all …]
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_videodev2_compat.h | 69 __attribute__ ((packed)) 82 } __attribute__ ((packed)); 103 __attribute__ ((packed)) 133 __attribute__ ((packed))
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/xray/ |
| H A D | xray_records.h | 63 } __attribute__((packed)); 102 } __attribute__((packed)); 128 } __attribute__((packed));
|
| /freebsd-13.1/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-13.1/sys/netgraph/bluetooth/drivers/ubt/ |
| H A D | ng_ubt_var.h | 82 } __attribute__ ((packed)); 90 } __attribute__ ((packed)); 95 } __attribute__ ((packed)); 102 } __attribute__ ((packed));
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | cm_msgs.h | 106 } __attribute__ ((packed)); 431 } __attribute__ ((packed)); 469 } __attribute__ ((packed)); 514 } __attribute__ ((packed)); 622 } __attribute__ ((packed)); 634 } __attribute__ ((packed)); 655 } __attribute__ ((packed)); 683 } __attribute__ ((packed)); 792 } __attribute__ ((packed)); 803 } __attribute__ ((packed)); [all …]
|
| /freebsd-13.1/contrib/wpa/src/common/ |
| H A D | qca-vendor-attr.h | 21 } __attribute__ ((packed)); 26 } __attribute__ ((packed));
|
| /freebsd-13.1/usr.sbin/uefisign/ |
| H A D | pe.c | 64 } __attribute__((packed)); 70 } __attribute__((packed)); 77 } __attribute__((packed)); 94 } __attribute__((packed)); 109 } __attribute__((packed)); 121 } __attribute__((packed)); 128 } __attribute__((packed)); 141 } __attribute__((packed));
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | MemoryTagManagerAArch64MTE.cpp | 161 std::vector<uint8_t> packed; in PackTags() local 162 packed.reserve(tags.size() * GetTagSizeInBytes()); in PackTags() 171 packed.push_back(static_cast<uint8_t>(tag)); in PackTags() 174 return packed; in PackTags()
|
| /freebsd-13.1/sys/dev/hptrr/ |
| H A D | hptintf.h | 652 } __attribute__((packed)) IDENTIFY_DATA2, *PIDENTIFY_DATA2; 697 __attribute__((packed)) DEVICE_INFO, *PDEVICE_INFO; 800 } __attribute__((packed)) u; 802 } __attribute__((packed)) LOGICAL_DEVICE_INFO, *PLOGICAL_DEVICE_INFO; 817 } __attribute__((packed)) u; 843 } __attribute__((packed)) u; 846 __attribute__((packed)) LOGICAL_DEVICE_INFO_V3, *PLOGICAL_DEVICE_INFO_V3; 872 } __attribute__((packed)) u; 874 __attribute__((packed)) LOGICAL_DEVICE_INFO_V4, *PLOGICAL_DEVICE_INFO_V4; 903 }__attribute__((packed))ALTERABLE_ARRAY_INFO, *PALTERABLE_ARRAY_INFO; [all …]
|