Searched refs:packed_set (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcpc/common/
H A Dobsoleted.c232 char *packed_set; local
257 if ((packed_set = __cpc_pack_set(set, flags, &packsize)) == NULL) {
262 cpc_args.udata1 = packed_set;
268 free(packed_set);
H A Dlibcpc.c426 char *packed_set; local
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; local
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; local
538 if ((packed_set
[all...]

Completed in 45 milliseconds