/titanic_44/usr/src/uts/common/io/virtio/ |
H A D | virtioreg.h | 152 } __attribute__((packed)); 158 } __attribute__((packed)); 166 } __attribute__((packed)); 172 } __attribute__((packed));
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | rds.h | 141 } __attribute__((packed)); 165 } __attribute__((packed)); 186 } __attribute__((packed)); 211 } __attribute__((packed)); 235 } __attribute__((packed)); 261 } __attribute__((packed)); 274 } __attribute__((packed));
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | iso9660.h | 87 } __attribute__ ((packed)); 92 } __attribute__ ((packed)); 109 } __attribute__ ((packed)); 145 } __attribute__ ((packed)); 204 } __attribute__ ((packed));
|
H A D | gpt.h | 48 } __attribute__ ((packed)); 59 } __attribute__ ((packed));
|
H A D | bios.c | 64 } __attribute__ ((packed)) dap; in biosdisk() 150 } __attribute__ ((packed)) cdrp; in get_cdinfo() 258 } __attribute__ ((packed)) drp; in get_diskinfo()
|
H A D | shared.h | 446 } __attribute__ ((packed)); 455 } __attribute__ ((packed)); 472 } __attribute__ ((packed)); 531 } __attribute__ ((packed));
|
H A D | mb_info.h | 53 } __attribute__ ((packed));
|
/titanic_44/usr/src/lib/libzfs_core/common/ |
H A D | libzfs_core.c | 124 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_44/usr/src/uts/common/sys/nxge/ |
H A D | nxge_flow.h | 148 } __attribute__((packed)); 208 } __attribute__((packed)); 229 } __attribute__((packed)); 287 } __attribute__((packed)); 296 } __attribute__((packed));
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_fuid.c | 130 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 D | zfs_ioctl.c | 1322 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 D | spa.c | 1577 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_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_profile.c | 894 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_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/ |
H A D | WindowShadow.java | 88 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_44/usr/src/common/nvpair/ |
H A D | fnvpair.c | 79 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 D | nvpair.c | 2580 nvlist_t *packed = (void *) in nvpair_native_embedded() local 2587 bzero(&packed->nvl_priv, sizeof (packed->nvl_priv)); in nvpair_native_embedded() 2600 nvlist_t *packed = (nvlist_t *)((uintptr_t)value + len); in nvpair_native_embedded_array() local 2609 for (i = 0; i < NVP_NELEM(nvp); i++, packed++) in nvpair_native_embedded_array() 2615 bzero(&packed->nvl_priv, sizeof (packed->nvl_priv)); in nvpair_native_embedded_array()
|
/titanic_44/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcie_hp.c | 125 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_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_util.c | 751 char *packed; in zcmd_write_nvlist_com() local 756 if ((packed = zfs_alloc(hdl, len)) == NULL) in zcmd_write_nvlist_com() 759 verify(nvlist_pack(nvl, &packed, &len, NV_ENCODE_NATIVE, 0) == 0); in zcmd_write_nvlist_com() 761 *outnv = (uint64_t)(uintptr_t)packed; in zcmd_write_nvlist_com()
|
H A D | libzfs_sendrecv.c | 1480 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_44/usr/src/grub/grub-0.97/netboot/ |
H A D | pxe.h | 55 #define PACKED __attribute__ ((packed))
|
/titanic_44/usr/src/cmd/file/ |
H A D | magic | 83 0 short 017037 packed data 259 0 short 017437 old packed data 260 0 string \037\036 packed data
|
/titanic_44/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 44 forward function goto if in label mod nil not of or packed procedure\
|
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd.c | 3655 char *packed = NULL; in sbd_zvolset() local 3668 if ((rc = nvlist_pack(nv, &packed, &len, NV_ENCODE_NATIVE, KM_SLEEP))) { in sbd_zvolset() 3674 zc->zc_nvlist_src = (uint64_t)(intptr_t)packed; in sbd_zvolset() 3682 if (packed) in sbd_zvolset() 3683 kmem_free(packed, len); in sbd_zvolset()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_consume.c | 1794 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_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 212 char *packed = umem_alloc(nvsize, UMEM_NOFAIL); in dump_packed_nvlist() local 214 VERIFY(0 == dmu_read(os, object, 0, nvsize, packed, DMU_READ_PREFETCH)); in dump_packed_nvlist() 216 VERIFY(nvlist_unpack(packed, nvsize, &nv, 0) == 0); in dump_packed_nvlist() 218 umem_free(packed, nvsize); in dump_packed_nvlist()
|