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

/xnu-2422.115.4/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-2422.115.4/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) {
294 if (pnp->pshm_namelen > PSHMNAMLEN)
415 if (pathlen > PSHMNAMLEN) {
1040 if (pathlen > PSHMNAMLEN) {
1278 bcopy(&pinfo->pshm_name[0], &info->pshm_name[0], PSHMNAMLEN+1);

Completed in 21 milliseconds