Home
last modified time | relevance | path

Searched refs:statb (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c1155 struct stat statb; in ProcShmAttachFd() local
1168 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()