Home
last modified time | relevance | path

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

123

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h414 } __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 Dng_l2cap.h163 } __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 Dng_btsocket_rfcomm.h127 } __attribute__ ((packed));
136 } __attribute__ ((packed));
143 } __attribute__ ((packed));
150 } __attribute__ ((packed));
162 } __attribute__ ((packed));
169 } __attribute__ ((packed));
181 } __attribute__ ((packed));
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_ioctl_compat.c54 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 …]
/f-stack/freebsd/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)))
/f-stack/freebsd/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 …]
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h82 } __attribute__ ((packed));
90 } __attribute__ ((packed));
95 } __attribute__ ((packed));
102 } __attribute__ ((packed));
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvhost_blk.rst12 ring (split or packed format) was processed by vhost_blk sample application.
54 -device vhost-user-blk-pci,packed=on,chardev=char0,num-queues=1 \
62 packed=on means the device support packed ring but need the guest kernel
65 vhost-blk reconnect and packed ring.
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_fuid.c123 char *packed; in zfs_fuid_table_load() local
126 packed = kmem_alloc(fuid_size, KM_SLEEP); in zfs_fuid_table_load()
128 fuid_size, packed, DMU_READ_PREFETCH) == 0); in zfs_fuid_table_load()
129 VERIFY(nvlist_unpack(packed, fuid_size, in zfs_fuid_table_load()
152 kmem_free(packed, fuid_size); in zfs_fuid_table_load()
224 char *packed; in zfs_fuid_sync() local
267 packed = kmem_alloc(nvsize, KM_SLEEP); in zfs_fuid_sync()
268 VERIFY(nvlist_pack(nvp, &packed, &nvsize, in zfs_fuid_sync()
273 zfsvfs->z_fuid_size, packed, tx); in zfs_fuid_sync()
274 kmem_free(packed, zfsvfs->z_fuid_size); in zfs_fuid_sync()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dutil.c218 char *packed = NULL; in pool_active() local
236 packed = fnvlist_pack(innvl, &size); in pool_active()
237 zcp->zc_nvlist_src = (uint64_t)(uintptr_t)packed; in pool_active()
242 fnvlist_pack_free(packed, size); in pool_active()
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c177 char *packed = NULL; in lzc_ioctl() local
192 packed = fnvlist_pack(source, &size); in lzc_ioctl()
193 zc.zc_nvlist_src = (uint64_t)(uintptr_t)packed; in lzc_ioctl()
242 if (packed != NULL) in lzc_ioctl()
243 fnvlist_pack_free(packed, size); in lzc_ioctl()
893 char *packed = NULL; in recv_impl() local
902 packed = fnvlist_pack(recvdprops, &size); in recv_impl()
903 zc.zc_nvlist_src = (uint64_t)(uintptr_t)packed; in recv_impl()
908 packed = fnvlist_pack(localprops, &size); in recv_impl()
944 if (packed != NULL) in recv_impl()
[all …]
/f-stack/freebsd/contrib/v4l/
H A Dvideodev2.h820 } __attribute__ ((packed));
838 } __attribute__ ((packed));
931 } __attribute__ ((packed));
1396 } __attribute__ ((packed));
1581 } __attribute__ ((packed));
1586 } __attribute__ ((packed));
1590 } __attribute__ ((packed));
1601 } __attribute__ ((packed));
1652 } __attribute__ ((packed));
1659 } __attribute__ ((packed));
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dmatrix-keymap.yaml26 An array of packed 1-cell entries containing the equivalent of row,
27 column and linux key-code. The 32-bit big endian cell is packed as:
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dmem.h187 typedef struct { U16 v; } __attribute__((packed)) unalign16; in __pragma()
188 typedef struct { U32 v; } __attribute__((packed)) unalign32;
189 typedef struct { U64 v; } __attribute__((packed)) unalign64;
190 typedef struct { size_t v; } __attribute__((packed)) unalignArch;
/f-stack/dpdk/doc/guides/nics/
H A Dvirtio.rst228 packed virtqueue.
231 Regular and in-order version with mergeable Rx buffer support for packed
243 Regular and in-order version for packed virtqueue.
263 There is no vector callbacks for packed virtqueue for now.
279 For packed virtqueue, the default callbacks already support the
417 It is used to enable virtio device packed virtqueue feature.
450 virtio-v1.1-cs01.html#x1-610007>`_: The structure of packed virtqueue is
452 used ring and descriptor table, while packed virtqueue is composed of descriptor
460 If packed virtqueue is not negotiated, below split virtqueue paths will be selected
474 If packed virtqueue is negotiated, below packed virtqueue paths will be selected
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-bootloader.h113 } __attribute__((packed)) bootloader_header_t;
/f-stack/dpdk/doc/guides/vdpadevs/features/
H A Dmlx5.ini17 packed = Y key
H A Ddefault.ini33 packed = key
/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.h83 #define SCTP_PACKED __attribute__((packed))
/f-stack/freebsd/contrib/ck/include/gcc/
H A Dck_cc.h63 #define CK_CC_PACKED __attribute__((packed))
/f-stack/lib/
H A Dff_msg.h153 } __attribute__((packed)) __rte_cache_aligned;
/f-stack/dpdk/doc/guides/vdpadevs/
H A Dfeatures_overview.rst78 packed
79 Device support packed virtio queues.
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c128 } __attribute__ ((packed)) *req = NULL; in ng_hci_lp_acl_con_req()
328 } __attribute__ ((packed)) *req = NULL; in ng_hci_lp_sco_con_req()
492 } __attribute__ ((packed)) *req = NULL; in ng_hci_lp_le_con_req()
670 } __attribute__ ((packed)) *req = NULL; in ng_hci_lp_discon_req()
906 } __attribute__ ((packed)) cp; in ng_hci_lp_con_rsp()
907 } __attribute__ ((packed)) *req = NULL; in ng_hci_lp_con_rsp()
1156 } __attribute__ ((packed)) *req = NULL; in ng_hci_lp_qos_req()
/f-stack/freebsd/contrib/ncsw/inc/
H A Dtypes_freebsd.h47 #define _PackedType __attribute__ ((packed))
/f-stack/tools/compat/include/netinet/
H A Dip_carp.h79 } __attribute__ ((packed));

123