Searched refs:PSHMNAMLEN (Results 1 – 2 of 2) sorted by relevance
53 #define PSHMNAMLEN 31 /* maximum name segment length we bother with */ macro62 char pshm_name[PSHMNAMLEN + 1];
161 int cmp = strncmp(a->pshm_hdr.pshm_name, b->pshm_hdr.pshm_name, PSHMNAMLEN + 1); in pshm_compare()321 error = copyinstr(user_addr, &pinfo->pshm_hdr.pshm_name[0], PSHMNAMLEN + 1, &bytes_copied); in pshm_get_name()325 assert(bytes_copied <= PSHMNAMLEN + 1); in pshm_get_name()1111 bcopy(&pinfo->pshm_hdr.pshm_name[0], &info->pshm_name[0], PSHMNAMLEN + 1); in fill_pshminfo()