Searched refs:GENERIC_ALL (Results 1 – 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | README-Windows.txt | 206 ("A" == "access allowed", "GA" == GENERIC_ALL == all permissions, and 216 (One ACCESS_ALLOWED ACE for GENERIC_ALL for builtin administrators, and 217 one ACCESS_ALLOWED ACE for GENERIC_ALL for power users.) 224 (One ACCESS_ALLOWED ACE for GENERIC_ALL for the "authenticated users"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | README-Windows.txt | 206 ("A" == "access allowed", "GA" == GENERIC_ALL == all permissions, and 216 (One ACCESS_ALLOWED ACE for GENERIC_ALL for builtin administrators, and 217 one ACCESS_ALLOWED ACE for GENERIC_ALL for power users.) 224 (One ACCESS_ALLOWED ACE for GENERIC_ALL for the "authenticated users"
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_fence.cpp | 128 screen->dev->OpenSharedHandleByName((LPCWSTR)name, GENERIC_ALL, &handle_to_close); in d3d12_open_fence()
|
D | d3d12_resource.cpp | 44 #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() 848 … screen->dev->OpenSharedHandleByName((LPCWSTR) handle->name, GENERIC_ALL, &d3d_handle_to_close); in d3d12_memobj_create_from_handle()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | sd.c | 231 ace->mask = GENERIC_ALL; in init_root_sd() 274 ace->mask = GENERIC_ALL; in init_root_sd()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | acls.c | 760 || (poldace->mask & (GENERIC_ALL | GENERIC_READ 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/ |
D | layout.h | 1614 GENERIC_ALL = const_cpu_to_le32(0x10000000), enumerator
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | dxgicapture.c | 219 hdesk = OpenInputDesktop (0, FALSE, GENERIC_ALL); in initialize_output_duplication()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11screencapture.cpp | 712 HDESK hdesk = OpenInputDesktop (0, FALSE, GENERIC_ALL); in InitDupl()
|
/third_party/libuv/ |
D | ChangeLog | 4110 * windows: change GENERIC_ALL to GENERIC_WRITE in fs__create_junction (Tony
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | synchronization.txt | 3164 code:GENERIC_ALL
|
D | synchronization.adoc | 3318 code:GENERIC_ALL
|