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

/xnu-2422.115.4/bsd/sys/
H A Dposix_sem.h54 #define PSEMNAMLEN 31 /* maximum name segment length we bother with */ macro
62 char psem_name[PSEMNAMLEN + 1]; /* segment name */
/xnu-2422.115.4/bsd/kern/
H A Dposix_sem.c94 #define PSEMNAMLEN 31 /* maximum name segment length we bother with */ macro
102 char psem_name[PSEMNAMLEN + 1]; /* segment name */
123 char psem_name[PSEMNAMLEN + 1]; /* segment name */
232 if (pnp->psem_namelen > PSEMNAMLEN) {
278 if (pnp->psem_namelen > PSEMNAMLEN)
402 if ( (pathlen > PSEMNAMLEN) ) {
537 bcopy(pnbuf, &pinfo->psem_name[0], PSEMNAMLEN);
538 pinfo->psem_name[PSEMNAMLEN]= 0;
690 if (pathlen > PSEMNAMLEN) {
1148 bcopy(&pinfo->psem_name[0], &info->psem_name[0], PSEMNAMLEN
[all...]

Completed in 19 milliseconds