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

/xnu-2782.1.97/bsd/sys/
H A Dposix_shm.h53 #define PSHMNAMLEN 31 /* maximum name segment length we bother with */ macro
62 char pshm_name[PSHMNAMLEN + 1]; /* segment name */
/xnu-2782.1.97/bsd/kern/
H A Dposix_shm.c94 #define PSHMNAMLEN 31 /* maximum name segment length we bother with */ macro
109 char pshm_name[PSHMNAMLEN + 1]; /* segment name */
134 char pshm_name[PSHMNAMLEN + 1]; /* segment name */
245 if (pnp->pshm_namelen > PSHMNAMLEN) {
293 if (pnp->pshm_namelen > PSHMNAMLEN)
411 if (pathlen > PSHMNAMLEN) {
1036 if (pathlen > PSHMNAMLEN) {
1274 bcopy(&pinfo->pshm_name[0], &info->pshm_name[0], PSHMNAMLEN+1);

Completed in 28 milliseconds