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

1234

/freebsd-9.3-release/sys/dev/ciss/
H A Dcissreg.h192 } __attribute__ ((packed));
/freebsd-9.3-release/usr.sbin/bluetooth/sdpd/
H A Dserver.c542 } __attribute__ ((packed)) rsp;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1592 char *packed = NULL; local
1603 packed = kmem_alloc(nvsize, KM_SLEEP);
1604 error = dmu_read(spa->spa_meta_objset, obj, 0, nvsize, packed,
1607 error = nvlist_unpack(packed, nvsize, value, 0);
1608 kmem_free(packed, nvsize);
6117 char *packed = NULL; local
6130 packed = kmem_alloc(bufsize, KM_SLEEP);
6132 VERIFY(nvlist_pack(nv, &packed, &nvsize, NV_ENCODE_XDR,
6134 bzero(packed + nvsize, bufsize - nvsize);
6136 dmu_write(spa->spa_meta_objset, obj, 0, bufsize, packed, t
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c117 } __attribute__((packed));
156 } __attribute__((packed));
163 } __attribute__((packed));
H A Dmthca_cq.c61 * Must be packed because start is 64 bits but only aligned to 32 bits.
79 } __attribute__((packed));
H A Dmthca_mr.c48 * Must be packed because mtt_seg is 64 bits but only aligned to 32 bits.
63 } __attribute__((packed));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Demmintrin.h492 } __attribute__((packed, may_alias));
1073 } __attribute__((packed, may_alias));
/freebsd-9.3-release/sys/dev/lmc/
H A Dif_lmc.h810 } __attribute__ ((packed));
994 } __attribute__ ((packed));
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c202 char *packed = umem_alloc(nvsize, UMEM_NOFAIL); local
204 VERIFY(0 == dmu_read(os, object, 0, nvsize, packed, DMU_READ_PREFETCH));
206 VERIFY(nvlist_unpack(packed, nvsize, &nv, 0) == 0);
208 umem_free(packed, nvsize);
1618 dump_none, /* packed nvlist */
1619 dump_packed_nvlist, /* packed nvlist size */
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_ioc32.c697 } __attribute__((packed)) drm_update_draw32_t;
/freebsd-9.3-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c511 } __attribute__ ((packed)) *lp;
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dmr.c44 * Must be packed because mtt_seg is 64 bits but only aligned to 32 bits.
63 } __attribute__((packed));
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dnvpair.c475 * trusted. This function is used when decoding packed nvpairs.
2206 bzero(nvlp, len); /* don't trust packed data */
2438 * This structure is used when decoding a packed nvpair in
2440 * packed nvpair. n_end is a pointer to the end of the buffer.
2445 * n_flag is used to recognize a packed embedded list.
2521 return (0); /* packed embedded list */
2534 * if calculate for packed embedded list
2578 char *packed = (void *) local
2581 * Null out the pointer that is meaningless in the packed
2585 bzero(packed
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dunwind-dw2.c101 } __attribute__ ((packed));
/freebsd-9.3-release/sys/compat/ndis/
H A Dntoskrnl_var.h996 } isl_parameters __attribute__((packed));
/freebsd-9.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c961 } __attribute__ ((packed)) *hdr = NULL;
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_sctp.c1249 } __attribute__((packed));

Completed in 249 milliseconds

1234