Home
last modified time | relevance | path

Searched refs:packed (Results 1 – 25 of 231) sorted by relevance

12345678910

/freebsd-12.1/sys/netgraph/bluetooth/include/
H A Dng_hci.h350 } __attribute__ ((packed)) ng_hci_cmd_pkt_t;
377 } __attribute__ ((packed)) ng_hci_event_pkt_t;
382 } __attribute__ ((packed)) bdaddr_t;
391 } __attribute__ ((packed)) ng_hci_status_rp;
637 } __attribute__ ((packed)) ng_hci_inquiry_cp;
674 } __attribute__ ((packed)) ng_hci_discon_cp;
751 } __attribute__ ((packed)) ng_hci_auth_req_cp;
931 } __attribute__ ((packed)) ng_hci_flush_cp;
936 } __attribute__ ((packed)) ng_hci_flush_rp;
1646 }__attribute__ ((packed)) ng_hci_le_rand_rp;
[all …]
H A Dng_l2cap.h164 } __attribute__ ((packed)) ng_l2cap_flow_t;
177 } __attribute__ ((packed)) ng_l2cap_hdr_t;
182 } __attribute__ ((packed)) ng_l2cap_clt_hdr_t;
192 } __attribute__ ((packed)) ng_l2cap_cmd_hdr_t;
199 } __attribute__ ((packed)) ng_l2cap_cmd_rej_cp;
206 } __attribute__ ((packed)) mtu;
211 } __attribute__ ((packed)) cid;
220 } __attribute__ ((packed)) ng_l2cap_con_req_cp;
229 } __attribute__ ((packed)) ng_l2cap_con_rsp_cp;
253 } __attribute__ ((packed)) ng_l2cap_cfg_opt_t;
[all …]
H A Dng_btsocket_rfcomm.h127 } __attribute__ ((packed));
136 } __attribute__ ((packed));
143 } __attribute__ ((packed));
150 } __attribute__ ((packed));
162 } __attribute__ ((packed));
169 } __attribute__ ((packed));
181 } __attribute__ ((packed));
/freebsd-12.1/sys/dev/pms/freebsd/driver/common/
H A Dencrypt_ioctl.h51 } __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-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dpacked_data.c61 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-12.1/sys/dev/bnxt/
H A Dhsi_struct_def.h136 } __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-12.1/sys/dev/hyperv/utilities/
H A Dhv_kvp.h166 }__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-12.1/sys/dev/drm2/
H A Ddrm_edid.h41 } __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-12.1/sys/dev/drm2/i915/
H A Dintel_sdvo_regs.h64 } __attribute__((packed));
99 } __attribute__((packed));
104 } __attribute__((packed));
113 } __attribute__((packed));
167 } __attribute__((packed));
224 } __attribute__((packed));
237 } __attribute__((packed));
375 } __attribute__((packed));
406 } __attribute__((packed));
431 } __attribute__((packed));
[all …]
H A Dintel_bios.h43 } __attribute__((packed));
69 } __attribute__((packed));
145 } __attribute__((packed));
225 } __attribute__((packed));
253 } __attribute__((packed));
267 } __attribute__((packed));
277 } __attribute__((packed));
282 } __attribute__((packed));
299 } __attribute__((packed));
327 } __attribute__((packed));
[all …]
/freebsd-12.1/sys/dev/ips/
H A Dipsreg.h213 } __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-12.1/sys/contrib/alpine-hal/
H A Dal_hal_types.h78 #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-12.1/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.h59 } __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-12.1/lib/libnv/tests/
H A Dnv_tests.cc435 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 Dnv_array_tests.cc914 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-12.1/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_hw.h37 } __attribute__ ((packed));
46 } __attribute__ ((packed));
52 } __attribute__ ((packed));
60 } __attribute__ ((packed));
/freebsd-12.1/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));
1353 unsigned short limit __attribute__((packed));
[all …]
/freebsd-12.1/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.1/sys/compat/linux/
H A Dlinux_videodev2_compat.h69 __attribute__ ((packed))
82 } __attribute__ ((packed));
103 __attribute__ ((packed))
133 __attribute__ ((packed))
/freebsd-12.1/contrib/wpa/src/ap/
H A Diapp.c59 } __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-12.1/contrib/compiler-rt/include/xray/
H A Dxray_records.h64 } __attribute__((packed));
103 } __attribute__((packed));
129 } __attribute__((packed));
/freebsd-12.1/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h82 } __attribute__ ((packed));
90 } __attribute__ ((packed));
95 } __attribute__ ((packed));
102 } __attribute__ ((packed));
/freebsd-12.1/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 …]
/freebsd-12.1/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.1/sys/dev/hptrr/
H A Dhptintf.h652 } __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 …]

12345678910