Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/uts/common/io/virtio/
H A Dvirtioreg.h152 } __attribute__((packed));
158 } __attribute__((packed));
166 } __attribute__((packed));
172 } __attribute__((packed));
/titanic_41/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));
/titanic_41/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.c64 } __attribute__ ((packed)) dap; in biosdisk()
150 } __attribute__ ((packed)) cdrp; in get_cdinfo()
258 } __attribute__ ((packed)) drp; in get_diskinfo()
H A Dshared.h446 } __attribute__ ((packed));
455 } __attribute__ ((packed));
472 } __attribute__ ((packed));
531 } __attribute__ ((packed));
H A Dmb_info.h53 } __attribute__ ((packed));
/titanic_41/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c124 char *packed; in lzc_ioctl() local
131 packed = fnvlist_pack(source, &size); in lzc_ioctl()
132 zc.zc_nvlist_src = (uint64_t)(uintptr_t)packed; in lzc_ioctl()
167 fnvlist_pack_free(packed, size); in lzc_ioctl()
560 char *packed = NULL; in lzc_receive_impl() local
587 packed = fnvlist_pack(props, &size); in lzc_receive_impl()
588 zc.zc_nvlist_src = (uint64_t)(uintptr_t)packed; in lzc_receive_impl()
617 if (packed != NULL) in lzc_receive_impl()
618 fnvlist_pack_free(packed, size); in lzc_receive_impl()
/titanic_41/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));
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_fuid.c130 char *packed; in zfs_fuid_table_load() local
133 packed = kmem_alloc(fuid_size, KM_SLEEP); in zfs_fuid_table_load()
135 fuid_size, packed, DMU_READ_PREFETCH) == 0); in zfs_fuid_table_load()
136 VERIFY(nvlist_unpack(packed, fuid_size, in zfs_fuid_table_load()
159 kmem_free(packed, fuid_size); in zfs_fuid_table_load()
231 char *packed; in zfs_fuid_sync() local
274 packed = kmem_alloc(nvsize, KM_SLEEP); in zfs_fuid_sync()
275 VERIFY(nvlist_pack(nvp, &packed, &nvsize, in zfs_fuid_sync()
280 zfsvfs->z_fuid_size, packed, tx); in zfs_fuid_sync()
281 kmem_free(packed, zfsvfs->z_fuid_size); in zfs_fuid_sync()
H A Dzfs_ioctl.c1322 char *packed; in get_nvlist() local
1332 packed = kmem_alloc(size, KM_SLEEP); in get_nvlist()
1334 if ((error = ddi_copyin((void *)(uintptr_t)nvl, packed, size, in get_nvlist()
1336 kmem_free(packed, size); in get_nvlist()
1340 if ((error = nvlist_unpack(packed, size, &list, 0)) != 0) { in get_nvlist()
1341 kmem_free(packed, size); in get_nvlist()
1345 kmem_free(packed, size); in get_nvlist()
1393 char *packed = NULL; in put_nvlist() local
1402 packed = fnvlist_pack(nvl, &size); in put_nvlist()
1403 if (ddi_copyout(packed, (void *)(uintptr_t)zc->zc_nvlist_dst, in put_nvlist()
[all …]
H A Dspa.c1577 char *packed = NULL; in load_nvlist() local
1589 packed = kmem_alloc(nvsize, KM_SLEEP); in load_nvlist()
1590 error = dmu_read(spa->spa_meta_objset, obj, 0, nvsize, packed, in load_nvlist()
1593 error = nvlist_unpack(packed, nvsize, value, 0); in load_nvlist()
1594 kmem_free(packed, nvsize); in load_nvlist()
5895 char *packed = NULL; in spa_sync_nvlist() local
5908 packed = kmem_alloc(bufsize, KM_SLEEP); in spa_sync_nvlist()
5910 VERIFY(nvlist_pack(nv, &packed, &nvsize, NV_ENCODE_XDR, in spa_sync_nvlist()
5912 bzero(packed + nvsize, bufsize - nvsize); in spa_sync_nvlist()
5914 dmu_write(spa->spa_meta_objset, obj, 0, bufsize, packed, tx); in spa_sync_nvlist()
[all …]
/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_profile.c894 char *packed; in copyin_nvlist() local
902 packed = kmem_alloc(packed_sz, KM_NOSLEEP); in copyin_nvlist()
903 if (packed == NULL) in copyin_nvlist()
905 err = copyin(packed_usr, packed, packed_sz); in copyin_nvlist()
911 else if (err = nvlist_unpack(packed, packed_sz, &profile, KM_NOSLEEP)) in copyin_nvlist()
915 kmem_free(packed, packed_sz); in copyin_nvlist()
1048 devname_profile_update(char *packed, size_t packed_sz) in devname_profile_update() argument
1058 if ((err = copyin_nvlist(packed, packed_sz, &nvl)) != 0) in devname_profile_update()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DWindowShadow.java88 private boolean packed = false; field in WindowShadow
260 packed = false; in preDestroy()
363 packed = true; in pack()
378 if (packed && win.getPeer() == null) in showComponent()
379 packed = false; in showComponent()
381 if (!packed) in showComponent()
/titanic_41/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.c2582 nvlist_t *packed = (void *) in nvpair_native_embedded() local
2589 bzero(&packed->nvl_priv, sizeof (packed->nvl_priv)); in nvpair_native_embedded()
2602 nvlist_t *packed = (nvlist_t *)((uintptr_t)value + len); in nvpair_native_embedded_array() local
2611 for (i = 0; i < NVP_NELEM(nvp); i++, packed++) in nvpair_native_embedded_array()
2617 bzero(&packed->nvl_priv, sizeof (packed->nvl_priv)); in nvpair_native_embedded_array()
/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c125 char *packed; in pcie_copyin_nvlist() local
132 if ((packed = kmem_alloc(packed_sz, KM_SLEEP)) == NULL) in pcie_copyin_nvlist()
135 if (copyin(packed_buf, packed, packed_sz) != 0) { in pcie_copyin_nvlist()
142 if ((ret = nvlist_unpack(packed, packed_sz, &dest, KM_SLEEP)) != 0) { in pcie_copyin_nvlist()
160 kmem_free(packed, packed_sz); in pcie_copyin_nvlist()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c785 char *packed; in zcmd_write_nvlist_com() local
790 if ((packed = zfs_alloc(hdl, len)) == NULL) in zcmd_write_nvlist_com()
793 verify(nvlist_pack(nvl, &packed, &len, NV_ENCODE_NATIVE, 0) == 0); in zcmd_write_nvlist_com()
795 *outnv = (uint64_t)(uintptr_t)packed; in zcmd_write_nvlist_com()
H A Dlibzfs_sendrecv.c1480 void *packed = zfs_alloc(hdl, packed_len); in zfs_send_resume_token_to_nvlist() local
1482 if (uncompress(packed, &packed_len_long, compressed, len) != Z_OK || in zfs_send_resume_token_to_nvlist()
1484 free(packed); in zfs_send_resume_token_to_nvlist()
1493 int error = nvlist_unpack(packed, packed_len, &nv, KM_SLEEP); in zfs_send_resume_token_to_nvlist()
1494 free(packed); in zfs_send_resume_token_to_nvlist()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h55 #define PACKED __attribute__ ((packed))
/titanic_41/usr/src/cmd/file/
H A Dmagic83 0 short 017037 packed data
259 0 short 017437 old packed data
260 0 string \037\036 packed data
/titanic_41/usr/src/cmd/vgrind/
H A Dvgrindefs.src44 forward function goto if in label mod nil not of or packed procedure\
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c3656 char *packed = NULL; in sbd_zvolset() local
3669 if ((rc = nvlist_pack(nv, &packed, &len, NV_ENCODE_NATIVE, KM_SLEEP))) { in sbd_zvolset()
3675 zc->zc_nvlist_src = (uint64_t)(intptr_t)packed; in sbd_zvolset()
3683 if (packed) in sbd_zvolset()
3684 kmem_free(packed, len); in sbd_zvolset()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_consume.c1794 boolean_t packed = pd->dtpa_agghist || pd->dtpa_aggpack; in dt_print_datum() local
1809 if (packed && pd->dtpa_agghisthdr != agg->dtagd_varid) { in dt_print_datum()
1911 width = packed ? fmt->packedwidth : fmt->width; in dt_print_datum()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c211 char *packed = umem_alloc(nvsize, UMEM_NOFAIL); in dump_packed_nvlist() local
213 VERIFY(0 == dmu_read(os, object, 0, nvsize, packed, DMU_READ_PREFETCH)); in dump_packed_nvlist()
215 VERIFY(nvlist_unpack(packed, nvsize, &nv, 0) == 0); in dump_packed_nvlist()
217 umem_free(packed, nvsize); in dump_packed_nvlist()

12