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

/macosx-10.10/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 */
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddfile.c61 #define PSHMNAMLEN 31 /* from kern/posix_shm.c */ macro
94 char pshm_name[PSHMNAMLEN + 1];
/macosx-10.10/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 190 milliseconds