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

1234

/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h77 } __attribute__ ((packed));
87 } __attribute__ ((packed));
/freebsd-9.3-release/sys/dev/hptnr/
H A Dhptintf.h838 } __attribute__((packed)) IDENTIFY_DATA2, *PIDENTIFY_DATA2;
882 __attribute__((packed)) DEVICE_INFO, *PDEVICE_INFO;
933 __attribute__((packed)) DEVICE_INFO_V2, *PDEVICE_INFO_V2, DEVICE_INFO_V3, *PDEVICE_INFO_V3;
985 } __attribute__((packed)) u;
987 } __attribute__((packed)) LOGICAL_DEVICE_INFO, *PLOGICAL_DEVICE_INFO;
1002 } __attribute__((packed)) u;
1004 } __attribute__((packed)) LOGICAL_DEVICE_INFO_V2, *PLOGICAL_DEVICE_INFO_V2;
1028 } __attribute__((packed)) u;
1031 __attribute__((packed)) LOGICAL_DEVICE_INFO_V3, *PLOGICAL_DEVICE_INFO_V3;
1057 } __attribute__((packed))
[all...]
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_sctp.h79 /* The packed define for 64 bit platforms */
81 #define SCTP_PACKED __attribute__((packed))
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h61 } __attribute__ ((packed));
73 } __attribute__ ((packed));
90 } __attribute__ ((packed));
204 } __attribute__ ((packed));
211 } __attribute__ ((packed));
268 } __attribute__ ((packed));
276 } __attribute__ ((packed));
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dhptintf.h780 } __attribute__((packed)) IDENTIFY_DATA2, *PIDENTIFY_DATA2;
824 __attribute__((packed)) DEVICE_INFO, *PDEVICE_INFO;
875 __attribute__((packed)) DEVICE_INFO_V2, *PDEVICE_INFO_V2, DEVICE_INFO_V3, *PDEVICE_INFO_V3;
927 } __attribute__((packed)) u;
929 } __attribute__((packed)) LOGICAL_DEVICE_INFO, *PLOGICAL_DEVICE_INFO;
944 } __attribute__((packed)) u;
946 } __attribute__((packed)) LOGICAL_DEVICE_INFO_V2, *PLOGICAL_DEVICE_INFO_V2;
970 } __attribute__((packed)) u;
973 __attribute__((packed)) LOGICAL_DEVICE_INFO_V3, *PLOGICAL_DEVICE_INFO_V3;
999 } __attribute__((packed))
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dtcpdump-stdinc.h146 * 1) they support __attribute__((packed));
167 * at least for compilers where it's implemented as __attribute__((packed)).
169 #define UNALIGNED __attribute__((packed))
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dradiotap.c34 } __attribute__((packed)) *__ptr = (void *) (p); \
/freebsd-9.3-release/sys/compat/ndis/
H A Dresource_var.h168 } u __attribute__((packed));
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_smi.h68 } __attribute__ ((packed));
H A Dib_mad.h157 * ib_sa_hdr and ib_sa_mad structures must be packed because they have
167 } __attribute__ ((packed));
185 } __attribute__ ((packed));
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_opregion.c61 } __attribute__((packed));
83 } __attribute__((packed));
91 } __attribute__((packed));
108 } __attribute__((packed));
H A Dintel_drv.h260 } __attribute__ ((packed)) body;
261 } __attribute__((packed));
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_smi.h64 } __attribute__ ((packed));
H A Dib_mad.h157 * ib_sa_hdr and ib_sa_mad structures must be packed because they have
167 } __attribute__ ((packed));
185 } __attribute__ ((packed));
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_osfp.c448 fprintf(stderr, "warning: fingerprint packed to 'any'\n");
894 pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale,
899 *packed = 0;
913 *packed = (*packed << PF_OSFP_TCPOPT_BITS) |
931 *packed = (*packed << PF_OSFP_TCPOPT_BITS) |
961 *packed = (*packed << PF_OSFP_TCPOPT_BITS) |
893 get_tcpopts(const char *filename, int lineno, const char *tcpopts, pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale, int *wscale_mod, int *ts0) argument
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_eq.c50 * Must be packed because start is 64 bits but only aligned to 32 bits.
65 } __attribute__((packed));
132 } __attribute__((packed)) comp;
140 } __attribute__((packed)) cmd;
143 } __attribute__((packed)) qp;
146 } __attribute__((packed)) srq;
152 } __attribute__((packed)) cq_err;
156 } __attribute__((packed)) port_change;
160 } __attribute__((packed));
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Deq.c51 * Must be packed because start is 64 bits but only aligned to 32 bits.
109 } __attribute__((packed)) comp;
117 } __attribute__((packed)) cmd;
120 } __attribute__((packed)) qp;
123 } __attribute__((packed)) srq;
129 } __attribute__((packed)) cq_err;
133 } __attribute__((packed)) port_change;
137 } __attribute__((packed));
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dfnvpair.c82 char *packed = 0; local
83 VERIFY3U(nvlist_pack(nvl, &packed, sizep, NV_ENCODE_NATIVE,
85 return (packed);
/freebsd-9.3-release/contrib/binutils/include/
H A Dansidecl.h367 # define ATTRIBUTE_PACKED __attribute__ ((packed))
/freebsd-9.3-release/contrib/gcc/config/soft-fp/
H A Dsingle.h71 } bits __attribute__((packed));
H A Ddouble.h82 } bits __attribute__((packed));
179 } bits __attribute__((packed));
/freebsd-9.3-release/sys/dev/asr/
H A Ddptsig.h73 #pragma options align=packed
420 #define PACK __attribute__ ((packed))
/freebsd-9.3-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c114 } __attribute__ ((packed)) *req = NULL;
314 } __attribute__ ((packed)) *req = NULL;
482 } __attribute__ ((packed)) *req = NULL;
689 } __attribute__ ((packed)) cp;
690 } __attribute__ ((packed)) *req = NULL;
939 } __attribute__ ((packed)) *req = NULL;
/freebsd-9.3-release/lib/libpmc/
H A Dlibpmc.c1091 __K8MASK(packed-sse-sse2, 2),
1499 static const struct pmc_masks p4_mask_psu[] = { /* packed sp uop */
1504 static const struct pmc_masks p4_mask_pdu[] = { /* packed dp uop */
2031 PMCMASK(packed-and-scalar, 0x00),
2037 PMCMASK(packed-multiply, 0x01),
2038 PMCMASK(packed-shift, 0x02),
2041 PMCMASK(packed-logical, 0x10),
2042 PMCMASK(packed-arithmetic, 0x20),
2074 PMCMASK(sse-packed-single, 0x00),
2075 PMCMASK(sse-packed
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c823 char *packed; local
828 if ((packed = zfs_alloc(hdl, len)) == NULL)
831 verify(nvlist_pack(nvl, &packed, &len, NV_ENCODE_NATIVE, 0) == 0);
833 *outnv = (uint64_t)(uintptr_t)packed;

Completed in 228 milliseconds

1234