Searched refs:statb (Results 1 – 1 of 1) sorted by relevance
1155 struct stat statb; in ProcShmAttachFd() local1168 if (fstat(fd, &statb) < 0 || statb.st_size == 0) { in ProcShmAttachFd()1179 shmdesc->addr = mmap(NULL, statb.st_size, in ProcShmAttachFd()1192 shmdesc->size = statb.st_size; in ProcShmAttachFd()