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

/macosx-10.5.8/xnu-1228.15.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 */
/macosx-10.5.8/xnu-1228.15.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 */
122 char psem_name[PSEMNAMLEN + 1]; /* segment name */
224 if (pnp->psem_namelen > PSEMNAMLEN) {
270 if (pnp->psem_namelen > PSEMNAMLEN)
389 if ( (pathlen > PSEMNAMLEN) ) {
482 bcopy(pnbuf, &pinfo->psem_name[0], PSEMNAMLEN);
483 pinfo->psem_name[PSEMNAMLEN]= 0;
666 if (pathlen > PSEMNAMLEN) {
1123 bcopy(&pinfo->psem_name[0], &info->psem_name[0], PSEMNAMLEN
[all...]

Completed in 25 milliseconds