Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dcodesign.h57 #define CS_OPS_TEAMID 14 /* get team id */ macro
/xnu-10063.141.1/bsd/kern/
H A Dkern_proc.c3201 case CS_OPS_TEAMID: in csops_internal()
3543 case CS_OPS_TEAMID: { in csops_internal()
3566 identity = ops == CS_OPS_TEAMID ? csproc_get_teamid(pt) : cs_identity_get(pt); in csops_internal()