Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/sys/
H A Drds.h141 } __attribute__((packed));
165 } __attribute__((packed));
186 } __attribute__((packed));
211 } __attribute__((packed));
235 } __attribute__((packed));
261 } __attribute__((packed));
274 } __attribute__((packed));
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h87 } __attribute__ ((packed));
92 } __attribute__ ((packed));
109 } __attribute__ ((packed));
145 } __attribute__ ((packed));
204 } __attribute__ ((packed));
H A Dgpt.h48 } __attribute__ ((packed));
59 } __attribute__ ((packed));
H A Dbios.c67 } __attribute__ ((packed)) dap; in biosdisk()
153 } __attribute__ ((packed)) cdrp; in get_cdinfo()
276 } __attribute__ ((packed)) drp; in get_diskinfo()
H A Dshared.h447 } __attribute__ ((packed));
456 } __attribute__ ((packed));
473 } __attribute__ ((packed));
532 } __attribute__ ((packed));
H A Dmb_info.h53 } __attribute__ ((packed));
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h148 } __attribute__((packed));
208 } __attribute__((packed));
229 } __attribute__((packed));
287 } __attribute__((packed));
296 } __attribute__((packed));
/illumos-gate/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c176 char *packed = NULL; in lzc_ioctl() local
191 packed = fnvlist_pack(source, &size); in lzc_ioctl()
192 zc.zc_nvlist_src = (uint64_t)(uintptr_t)packed; in lzc_ioctl()
241 if (packed != NULL) in lzc_ioctl()
242 fnvlist_pack_free(packed, size); in lzc_ioctl()
735 char *packed = NULL; in recv_impl() local
778 packed = fnvlist_pack(recvdprops, &size); in recv_impl()
784 packed = fnvlist_pack(localprops, &size); in recv_impl()
794 packed = fnvlist_pack(hidden_args, &size); in recv_impl()
838 if (packed != NULL) in recv_impl()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fuid.c126 char *packed; in zfs_fuid_table_load() local
129 packed = kmem_alloc(fuid_size, KM_SLEEP); in zfs_fuid_table_load()
131 fuid_size, packed, DMU_READ_PREFETCH) == 0); in zfs_fuid_table_load()
132 VERIFY(nvlist_unpack(packed, fuid_size, in zfs_fuid_table_load()
155 kmem_free(packed, fuid_size); in zfs_fuid_table_load()
227 char *packed; in zfs_fuid_sync() local
270 packed = kmem_alloc(nvsize, KM_SLEEP); in zfs_fuid_sync()
271 VERIFY(nvlist_pack(nvp, &packed, &nvsize, in zfs_fuid_sync()
276 zfsvfs->z_fuid_size, packed, tx); in zfs_fuid_sync()
277 kmem_free(packed, zfsvfs->z_fuid_size); in zfs_fuid_sync()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dtest-enum.c84 } __attribute__((packed)) ce;
92 } __attribute__((packed)) se;
/illumos-gate/usr/src/lib/libzpool/common/
H A Dutil.c219 char *packed = NULL; in pool_active() local
237 packed = fnvlist_pack(innvl, &size); in pool_active()
238 zcp->zc_nvlist_src = (uint64_t)(uintptr_t)packed; in pool_active()
243 fnvlist_pack_free(packed, size); in pool_active()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_profile.c895 char *packed; in copyin_nvlist() local
903 packed = kmem_alloc(packed_sz, KM_NOSLEEP); in copyin_nvlist()
904 if (packed == NULL) in copyin_nvlist()
906 err = copyin(packed_usr, packed, packed_sz); in copyin_nvlist()
912 else if (err = nvlist_unpack(packed, packed_sz, &profile, KM_NOSLEEP)) in copyin_nvlist()
916 kmem_free(packed, packed_sz); in copyin_nvlist()
1049 devname_profile_update(char *packed, size_t packed_sz) in devname_profile_update() argument
1059 if ((err = copyin_nvlist(packed, packed_sz, &nvl)) != 0) in devname_profile_update()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_scsi.c104 } __attribute__((packed));
168 } __attribute__((packed));
184 } __attribute__((packed));
209 } __attribute__((packed));
218 } __attribute__((packed));
227 } __attribute__((packed));
H A Dpci_virtio_console.c146 } __attribute__((packed));
152 } __attribute__((packed));
157 } __attribute__((packed));
H A Dpci_virtio_9p.c105 } __attribute__((packed));
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dhas-attribute.c15 && __has_attribute(packed) \
/illumos-gate/usr/src/common/nvpair/
H A Dfnvpair.c79 char *packed = 0; in fnvlist_pack() local
80 VERIFY3U(nvlist_pack(nvl, &packed, sizep, NV_ENCODE_NATIVE, in fnvlist_pack()
82 return (packed); in fnvlist_pack()
H A Dnvpair.c2877 nvlist_t *packed = (void *) in nvpair_native_embedded() local
2884 bzero(&packed->nvl_priv, sizeof (packed->nvl_priv)); in nvpair_native_embedded()
2897 nvlist_t *packed = (nvlist_t *)((uintptr_t)value + len); in nvpair_native_embedded_array() local
2906 for (i = 0; i < NVP_NELEM(nvp); i++, packed++) in nvpair_native_embedded_array()
2912 bzero(&packed->nvl_priv, sizeof (packed->nvl_priv)); in nvpair_native_embedded_array()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c128 char *packed; in pcie_copyin_nvlist() local
135 if ((packed = kmem_alloc(packed_sz, KM_SLEEP)) == NULL) in pcie_copyin_nvlist()
138 if (copyin(packed_buf, packed, packed_sz) != 0) { in pcie_copyin_nvlist()
145 if ((ret = nvlist_unpack(packed, packed_sz, &dest, KM_SLEEP)) != 0) { in pcie_copyin_nvlist()
163 kmem_free(packed, packed_sz); in pcie_copyin_nvlist()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dlinux.h68 } __attribute__ ((packed));
/illumos-gate/usr/src/boot/sys/sys/
H A Dmultiboot.h206 } __attribute__((packed));
/illumos-gate/usr/src/test/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c143 char *packed = NULL; in lzc_ioctl_run() local
163 packed = fnvlist_pack(innvl, &size); in lzc_ioctl_run()
166 zc.zc_nvlist_src = (uint64_t)(uintptr_t)packed; in lzc_ioctl_run()
181 fnvlist_pack_free(packed, size); in lzc_ioctl_run()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c876 char *packed; in zcmd_write_nvlist_com() local
881 if ((packed = zfs_alloc(hdl, len)) == NULL) in zcmd_write_nvlist_com()
884 verify(nvlist_pack(nvl, &packed, &len, NV_ENCODE_NATIVE, 0) == 0); in zcmd_write_nvlist_com()
886 *outnv = (uint64_t)(uintptr_t)packed; in zcmd_write_nvlist_com()
/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c639 } __attribute__((packed));
692 } __attribute__((packed));
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h55 #define PACKED __attribute__ ((packed))

12