Searched refs:packed (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-9.3-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_packon.h53 * they are not packed. Packing a structure that is not transmitted between
56 * packed structures that the alignment rules for all platforms are followed.
60 * can be packed between the two include statements if desired.
78 #define PACK_SUFFIX __attribute__((packed))
/freebsd-9.3-release/sys/netgraph/bluetooth/include/
H A Dng_hci.h344 } __attribute__ ((packed)) ng_hci_cmd_pkt_t;
353 } __attribute__ ((packed)) ng_hci_acldata_pkt_t;
362 } __attribute__ ((packed)) ng_hci_scodata_pkt_t;
371 } __attribute__ ((packed)) ng_hci_event_pkt_t;
376 } __attribute__ ((packed)) bdaddr_t;
385 } __attribute__ ((packed)) ng_hci_status_rp;
622 } __attribute__ ((packed)) ng_hci_inquiry_cp;
636 } __attribute__ ((packed)) ng_hci_periodic_inquiry_cp;
652 } __attribute__ ((packed)) ng_hci_create_con_cp;
659 } __attribute__ ((packed)) ng_hci_discon_c
[all...]
H A Dng_l2cap.h155 } __attribute__ ((packed)) ng_l2cap_flow_t;
168 } __attribute__ ((packed)) ng_l2cap_hdr_t;
173 } __attribute__ ((packed)) ng_l2cap_clt_hdr_t;
183 } __attribute__ ((packed)) ng_l2cap_cmd_hdr_t;
190 } __attribute__ ((packed)) ng_l2cap_cmd_rej_cp;
197 } __attribute__ ((packed)) mtu;
202 } __attribute__ ((packed)) cid;
211 } __attribute__ ((packed)) ng_l2cap_con_req_cp;
220 } __attribute__ ((packed)) ng_l2cap_con_rsp_cp;
228 } __attribute__ ((packed)) ng_l2cap_cfg_req_c
[all...]
H A Dng_btsocket_rfcomm.h125 } __attribute__ ((packed));
134 } __attribute__ ((packed));
141 } __attribute__ ((packed));
148 } __attribute__ ((packed));
160 } __attribute__ ((packed));
167 } __attribute__ ((packed));
179 } __attribute__ ((packed));
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dunaligned-funcs.c35 struct __attribute__((packed)) u4 { int data; };
36 struct __attribute__((packed)) u8 { long long data; };
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_edid.h44 } __attribute__((packed));
57 } __attribute__((packed));
83 } __attribute__((packed));
88 } __attribute__((packed));
102 } __attribute__((packed));
109 } __attribute__((packed));
116 } __attribute__((packed));
120 } __attribute__((packed));
135 } __attribute__((packed));
153 } __attribute__((packed));
[all...]
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_bios.h43 } __attribute__((packed));
69 } __attribute__((packed));
143 } __attribute__((packed));
223 } __attribute__((packed));
251 } __attribute__((packed));
265 } __attribute__((packed));
275 } __attribute__((packed));
280 } __attribute__((packed));
297 } __attribute__((packed));
325 } __attribute__((packed));
[all...]
H A Dintel_sdvo_regs.h64 } __attribute__((packed));
94 } __attribute__((packed));
99 } __attribute__((packed));
108 } __attribute__((packed));
162 } __attribute__((packed));
219 } __attribute__((packed));
232 } __attribute__((packed));
370 } __attribute__((packed));
401 } __attribute__((packed));
426 } __attribute__((packed));
[all...]
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_videodev2_compat.h69 __attribute__ ((packed))
82 } __attribute__ ((packed));
103 __attribute__ ((packed))
133 __attribute__ ((packed))
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-csr-db.h87 } __attribute__ ((packed)) CVMX_CSR_DB_ADDRESS_TYPE;
103 } __attribute__ ((packed)) CVMX_CSR_DB_FIELD_TYPE;
116 } __attribute__ ((packed)) CVMX_CSR_DB_TYPE;
H A Dcvmx-bootloader.h113 } __attribute__((packed)) bootloader_header_t;
/freebsd-9.3-release/sys/dev/ips/
H A Dipsreg.h211 } __attribute__ ((packed)) ips_generic_cmd;
222 } __attribute__ ((packed)) ips_io_cmd;
232 } __attribute__ ((packed)) ips_rw_nvram_cmd;
242 } __attribute__ ((packed)) ips_drive_cmd;
252 } __attribute__((packed)) ips_adapter_info_cmd;
268 } __attribute__((packed)) ips_adapter_ffdc_cmd;
289 }__attribute__((packed)) ips_nvram_page5;
302 } __attribute__((packed)) ips_drive_t;
309 }__attribute__((packed)) ips_drive_info_t;
334 }__attribute__((packed)) ips_adapter_info_
[all...]
/freebsd-9.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.h57 } __attribute__ ((packed)) *c = NULL; \
91 } __attribute__ ((packed)) *c = NULL; \
114 } __attribute__ ((packed)) *c = NULL; \
139 } __attribute__ ((packed)) *c = NULL; \
173 } __attribute__ ((packed)) *c = NULL; \
218 } __attribute__ ((packed)) *o = NULL; \
233 } __attribute__ ((packed)) *o = NULL; \
248 } __attribute__ ((packed)) *o = NULL; \
282 } __attribute__ ((packed)) *c = NULL; \
305 } __attribute__ ((packed)) *
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dunwind-dw2-fde.h147 } __attribute__ ((packed, aligned (__alignof__ (void *))));
155 } __attribute__ ((packed, aligned (__alignof__ (void *))));
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c133 char *packed; local
155 packed = fnvlist_pack(source, &size);
156 zc.zc_nvlist_src = (uint64_t)(uintptr_t)packed;
214 fnvlist_pack_free(packed, size);
581 char *packed = NULL; local
609 packed = fnvlist_pack(props, &size);
610 zc.zc_nvlist_src = (uint64_t)(uintptr_t)packed;
638 if (packed != NULL)
639 fnvlist_pack_free(packed, size);
/freebsd-9.3-release/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-9.3-release/contrib/wpa/src/ap/
H A Diapp.c69 } __attribute__ ((packed));
90 } __attribute__ ((packed));
102 } __attribute__ ((packed));
113 } __attribute__ ((packed));
124 } __attribute__ ((packed));
143 } __attribute__ ((packed));
152 } __attribute__ ((packed));
165 } __attribute__ ((packed));
172 } __attribute__ ((packed));
/freebsd-9.3-release/lib/libncp/
H A Dncpl_rpc.c47 } __attribute__ ((packed));
53 } __attribute__ ((packed));
115 } __attribute__ ((packed));
/freebsd-9.3-release/contrib/tcpdump/
H A Dextract.h33 * We have __attribute__; we assume that means we have __attribute__((packed)).
34 * Declare packed structures containing a u_int16_t and a u_int32_t,
37 * __attribute__((packed)) causes the compiler to generate unaligned-safe
48 } __attribute__((packed)) unaligned_u_int16_t;
52 } __attribute__((packed)) unaligned_u_int32_t;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dcm_msgs.h120 } __attribute__ ((packed));
434 } __attribute__ ((packed));
472 } __attribute__ ((packed));
517 } __attribute__ ((packed));
608 } __attribute__ ((packed));
620 } __attribute__ ((packed));
641 } __attribute__ ((packed));
669 } __attribute__ ((packed));
777 } __attribute__ ((packed));
788 } __attribute__ ((packed));
[all...]
/freebsd-9.3-release/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-9.3-release/sys/dev/firewire/
H A Diec68113.h95 } __attribute__ ((packed)) dv;
/freebsd-9.3-release/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
130 char *packed; local
133 packed = kmem_alloc(fuid_size, KM_SLEEP);
135 fuid_size, packed, DMU_READ_PREFETCH) == 0);
136 VERIFY(nvlist_unpack(packed, fuid_size,
159 kmem_free(packed, fuid_size);
231 char *packed; local
274 packed = kmem_alloc(nvsize, KM_SLEEP);
275 VERIFY(nvlist_pack(nvp, &packed, &nvsize,
280 zfsvfs->z_fuid_size, packed, t
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_ioctl_compat.c403 char *packed; local
414 packed = kmem_alloc(size, KM_SLEEP);
415 if ((error = ddi_copyin((void *)(uintptr_t)nvl, packed, size,
417 kmem_free(packed, size);
421 packed = (void *)(uintptr_t)nvl;
424 error = nvlist_unpack(packed, size, &list, 0);
427 kmem_free(packed, size);
440 char *packed = NULL; local
447 packed = kmem_alloc(size, KM_SLEEP);
448 VERIFY(nvlist_pack(nvl, &packed,
[all...]
/freebsd-9.3-release/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...]

Completed in 180 milliseconds

1234