Home
last modified time | relevance | path

Searched refs:CPC_RELE (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libcpc/common/
H A Dobsoleted.c160 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 Dlibcpc.c600 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 Dcpc_impl.h89 #define CPC_RELE 3 macro
/titanic_44/usr/src/uts/common/io/
H A Dcpc.c116 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 Dprint.c1369 case CPC_RELE: s = "CPC_RELE"; break; in prt_cpc()