Searched refs:mmap_file (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/vfb/ |
| H A D | InitOutput.c | 98 char mmap_file[MAXPATHLEN]; member 170 if (-1 == unlink(vfbScreens[i].mmap_file)) { in ddxGiveUp() 173 vfbScreens[i].mmap_file, strerror(errno)); in ddxGiveUp() 515 snprintf(pvfb->mmap_file, sizeof(pvfb->mmap_file), "%s/Xvfb_screen%d", in vfbAllocateMmappedFramebuffer() 517 if (-1 == (pvfb->mmap_fd = open(pvfb->mmap_file, O_CREAT | O_RDWR, 0666))) { in vfbAllocateMmappedFramebuffer() 519 ErrorF("open %s failed, %s", pvfb->mmap_file, strerror(errno)); in vfbAllocateMmappedFramebuffer() 533 ErrorF("write %s failed, %s", pvfb->mmap_file, strerror(errno)); in vfbAllocateMmappedFramebuffer() 546 ErrorF("mmap %s failed, %s", pvfb->mmap_file, strerror(errno)); in vfbAllocateMmappedFramebuffer()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | sorttable.c | 71 static void *mmap_file(char const *fname, size_t *size) in mmap_file() function 405 addr = mmap_file(argv[i], &size); in main()
|
| H A D | recordmcount.c | 164 static void *mmap_file(char const *fname) in mmap_file() function 483 ehdr = mmap_file(fname); in do_file()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lsm_hook_defs.h | 164 LSM_HOOK(int, 0, mmap_file, struct file *file, unsigned long reqprot,
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | commoncap.c | 1379 LSM_HOOK_INIT(mmap_file, cap_mmap_file),
|
| H A D | security.c | 1510 ret = call_int_hook(mmap_file, 0, file, prot, in security_mmap_file()
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | lsm.c | 1199 LSM_HOOK_INIT(mmap_file, apparmor_mmap_file),
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 4742 LSM_HOOK_INIT(mmap_file, smack_mmap_file),
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 7077 LSM_HOOK_INIT(mmap_file, selinux_mmap_file),
|