Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dposix_sem.h53 #define PSEMNAMLEN 31 /* maximum name segment length we bother with */ macro
61 char psem_name[PSEMNAMLEN + 1]; /* segment name */
/xnu-8792.81.2/bsd/kern/
H A Dposix_sem.c89 #define PSEMNAMLEN 31 /* maximum name segment length we bother with */ macro
97 char psem_name[PSEMNAMLEN + 1]; /* segment name */
118 char psem_name[PSEMNAMLEN + 1]; /* segment name */
212 if (pnp->psem_namelen > PSEMNAMLEN) { in psem_cache_search()
259 if (pnp->psem_namelen > PSEMNAMLEN) { in psem_cache_add()
414 if ((pathlen > PSEMNAMLEN)) { in sem_open()
537 bcopy(pnbuf, &pinfo->psem_name[0], PSEMNAMLEN); in sem_open()
538 pinfo->psem_name[PSEMNAMLEN] = 0; in sem_open()
724 if (pathlen > PSEMNAMLEN) { in sem_unlink()
1084 bcopy(&pinfo->psem_name[0], &info->psem_name[0], PSEMNAMLEN + 1); in fill_pseminfo()