Home
last modified time | relevance | path

Searched refs:GENERIC_ALL (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_fence.cpp128 screen->dev->OpenSharedHandleByName((LPCWSTR)name, GENERIC_ALL, &handle_to_close); in d3d12_open_fence()
H A Dd3d12_resource.cpp44 #ifndef GENERIC_ALL
46 #define GENERIC_ALL 0x10000000L macro
438 screen->dev->OpenSharedHandleByName((LPCWSTR)handle->name, GENERIC_ALL, &d3d_handle_to_close); in d3d12_resource_from_handle()
661 GENERIC_ALL, in d3d12_resource_get_handle() local
848 screen->dev->OpenSharedHandleByName((LPCWSTR) handle->name, GENERIC_ALL, &d3d_handle_to_close); in d3d12_memobj_create_from_handle()
/third_party/ntfs-3g/ntfsprogs/
H A Dsd.c231 ace->mask = GENERIC_ALL; in init_root_sd()
274 ace->mask = GENERIC_ALL; in init_root_sd()
/third_party/ntfs-3g/libntfs-3g/
H A Dacls.c760 || (poldace->mask & (GENERIC_ALL | GENERIC_READ in ntfs_inherit_acl()
767 /* reencode GENERIC_ALL */ in ntfs_inherit_acl()
768 if (pnewace->mask & GENERIC_ALL) { in ntfs_inherit_acl()
769 pnewace->mask &= ~GENERIC_ALL; in ntfs_inherit_acl()
912 if ((poldace->mask & (GENERIC_ALL | GENERIC_READ in ntfs_inherit_acl()
3759 if ((pace->mask & (GENERIC_ALL | WRITE_OWNER)) in ntfs_build_permissions_posix()
3772 if (!(pace->mask & (WRITE_OWNER | GENERIC_ALL)) in ntfs_build_permissions_posix()
3857 if (pace->mask & (WRITE_OWNER | GENERIC_ALL)) in ntfs_build_permissions_posix()
3930 if ((pace->mask & GENERIC_ALL) in ntfs_build_permissions_posix()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlayout.h1614 GENERIC_ALL = const_cpu_to_le32(0x10000000), enumerator

Completed in 15 milliseconds