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

/darwin-on-arm/xnu/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 */
/darwin-on-arm/xnu/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 */
237 if (pnp->pshm_namelen > PSHMNAMLEN) {
286 if (pnp->pshm_namelen > PSHMNAMLEN)
407 if (pathlen > PSHMNAMLEN) {
1027 if (pathlen > PSHMNAMLEN) {
1265 bcopy(&pinfo->pshm_name[0], &info->pshm_name[0], PSHMNAMLEN+1);

Completed in 17 milliseconds