Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dposix_sem.c92 #define PSEMTEAMIDLEN 31 /* maximum length of team ID we consider */ macro
123 char psem_teamid[PSEMTEAMIDLEN + 1]; /* team ID of users, if any */
308 if (pnp->psem_namelen > PSEMNAMLEN || pnp->psem_teamidlen > PSEMTEAMIDLEN) { in psem_cache_search()
391 if (pnp->psem_teamidlen > PSEMTEAMIDLEN) { in psem_cache_add()
596 if (teamidlen > PSEMTEAMIDLEN) { in sem_open()
915 if (teamidlen > PSEMTEAMIDLEN) { in sem_unlink()