Searched refs:CPC_RELE (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libcpc/common/ |
H A D | obsoleted.c | 160 return (syscall(SYS_cpc, CPC_RELE, -1, NULL, 0)); in cpc_rele() 359 return (__pctx_cpc(pctx, __cpc, CPC_RELE, lwpid, 0, 0, 0, 0)); in cpc_pctx_rele()
|
H A D | libcpc.c | 600 ret = syscall(SYS_cpc, CPC_RELE, -1, 0, 0, 0); in cpc_unbind() 612 ret = __pctx_cpc(set->cs_pctx, cpc, CPC_RELE, in cpc_unbind()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | cpc_impl.h | 89 #define CPC_RELE 3 macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | cpc.c | 116 if (t->t_cpc_set == NULL && (cmd == CPC_SAMPLE || cmd == CPC_RELE)) in cpc() 339 case CPC_RELE: in cpc()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 1369 case CPC_RELE: s = "CPC_RELE"; break; in prt_cpc()
|