Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc.c427 char *packed_set; in cpc_bind_curlwp() local
442 if ((packed_set = __cpc_pack_set(set, flags, &packsize)) == NULL) { in cpc_bind_curlwp()
447 ret = syscall(SYS_cpc, CPC_BIND, -1, packed_set, packsize, &subcode); in cpc_bind_curlwp()
448 free(packed_set); in cpc_bind_curlwp()
465 char *packed_set; in cpc_bind_pctx() local
478 if ((packed_set = __cpc_pack_set(set, flags, &packsize)) == NULL) { in cpc_bind_pctx()
483 ret = __pctx_cpc(pctx, cpc, CPC_BIND, id, packed_set, (void *)packsize, in cpc_bind_pctx()
486 free(packed_set); in cpc_bind_pctx()
503 char *packed_set; in cpc_bind_cpu() local
539 if ((packed_set = __cpc_pack_set(set, flags, &packsize)) == NULL) { in cpc_bind_cpu()
[all …]
H A Dobsoleted.c230 char *packed_set; in cpc_shared_bind_event() local
255 if ((packed_set = __cpc_pack_set(set, flags, &packsize)) == NULL) { in cpc_shared_bind_event()
260 cpc_args.udata1 = packed_set; in cpc_shared_bind_event()
266 free(packed_set); in cpc_shared_bind_event()