Lines Matching refs:packed_set
426 char *packed_set;
441 if ((packed_set = __cpc_pack_set(set, flags, &packsize)) == NULL) {
446 ret = syscall(SYS_cpc, CPC_BIND, -1, packed_set, packsize, &subcode);
447 free(packed_set);
464 char *packed_set;
477 if ((packed_set = __cpc_pack_set(set, flags, &packsize)) == NULL) {
482 ret = __pctx_cpc(pctx, cpc, CPC_BIND, id, packed_set, (void *)packsize,
485 free(packed_set);
502 char *packed_set;
538 if ((packed_set = __cpc_pack_set(set, flags, &packsize)) == NULL) {
545 cpc_args.udata1 = packed_set;
551 free(packed_set);
560 free(packed_set);