Searched defs:packed (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogfile.h356 } __attribute__((__packed__)) packed; member in union:__anon2147::__anon2149
/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc.c452 char *packed; local
466 * If flags is zero we can use the cached packed set,
468 * equivalently time/space efficient to create a new packed
469 * set representation than try to update the cached packed
474 packed = set->cs_packed;
477 if ((packed = __cpc_pack_set(set, flags, &packsz)) == NULL) {
483 ret = syscall(SYS_cpc, CPC_BIND, -1, packed, packsz, &subcode);
485 if (packed != set->cs_packed)
486 free(packed);
553 * Prepare the packed representatio
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1095 char *packed; local
1100 packed = zfs_alloc(hdl, len);
1102 verify(nvlist_pack(nvl, &packed, &len, NV_ENCODE_NATIVE, 0) == 0);
1104 *outnv = (uint64_t)(uintptr_t)packed;

Completed in 31 milliseconds