Searched refs:PSEMNAMLEN (Results 1 – 2 of 2) sorted by relevance
53 #define PSEMNAMLEN 31 /* maximum name segment length we bother with */ macro61 char psem_name[PSEMNAMLEN + 1]; /* segment name */
89 #define PSEMNAMLEN 31 /* maximum name segment length we bother with */ macro97 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()