Lines Matching defs:packed
452 char *packed;
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 representation of the set to send to
554 * kernel-land using flags == 0. Cache the packed set if it