Searched refs:__cpc_pack_set (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libcpc/common/ |
H A D | libcpc_impl.h | 126 extern char *__cpc_pack_set(cpc_set_t *set, uint_t flags, size_t *buflen);
|
H A D | subr.c | 49 __cpc_pack_set(cpc_set_t *set, uint_t flags, size_t *buflen) in __cpc_pack_set() function
|
H A D | obsoleted.c | 257 if ((packed_set = __cpc_pack_set(set, flags, &packsize)) == NULL) { in cpc_shared_bind_event()
|
H A D | libcpc.c | 441 if ((packed_set = __cpc_pack_set(set, flags, &packsize)) == NULL) { in cpc_bind_curlwp() 477 if ((packed_set = __cpc_pack_set(set, flags, &packsize)) == NULL) { in cpc_bind_pctx() 538 if ((packed_set = __cpc_pack_set(set, flags, &packsize)) == NULL) { in cpc_bind_cpu()
|