Home
last modified time | relevance | path

Searched defs:OBJECT_ATTRIBUTES (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dc.rs73 impl Default for OBJECT_ATTRIBUTES { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dc.rs73 impl Default for OBJECT_ATTRIBUTES { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dc.rs73 impl Default for OBJECT_ATTRIBUTES { implementation
/aosp_15_r20/external/pciutils/lib/
H A Dphysmem-windows.c118 } OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES; typedef
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dc.rs91 impl Default for OBJECT_ATTRIBUTES { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dc.rs91 impl Default for OBJECT_ATTRIBUTES { implementation
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dtypes_windows.go2600 type OBJECT_ATTRIBUTES struct { struct
2601 Length uint32
2602 RootDirectory Handle
2603 ObjectName *NTUnicodeString
2604 Attributes uint32
2605 SecurityDescriptor *SECURITY_DESCRIPTOR
2606 SecurityQoS *SECURITY_QUALITY_OF_SERVICE
Dzsyscall_windows.go3515 func NtCreateFile(handle *Handle, access uint32, oa *OBJECT_ATTRIBUTES, iosb *IO_STATUS_BLOCK, allo…
3523 func NtCreateNamedPipeFile(pipe *Handle, access uint32, oa *OBJECT_ATTRIBUTES, iosb *IO_STATUS_BLOC…
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/
H A Dwindows_sys.rs642 objectattributes: *const OBJECT_ATTRIBUTES, in NtCreateFile()
3713 pub struct OBJECT_ATTRIBUTES { struct
3721 impl Copy for OBJECT_ATTRIBUTES {} argument
3722 impl Clone for OBJECT_ATTRIBUTES { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/
H A Dwindows_sys.rs642 objectattributes: *const OBJECT_ATTRIBUTES, in NtCreateFile()
3713 pub struct OBJECT_ATTRIBUTES { struct
3721 impl Copy for OBJECT_ATTRIBUTES {} argument
3722 impl Clone for OBJECT_ATTRIBUTES { implementation
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/
H A DGlobal.h173 } OBJECT_ATTRIBUTES; typedef
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/
H A Dwindows_sys.rs2784 pub struct OBJECT_ATTRIBUTES { struct
2785 pub Length: u32,
2786 pub RootDirectory: HANDLE,
2787 pub ObjectName: *const UNICODE_STRING,
2788 pub Attributes: u32,
2789 pub SecurityDescriptor: *const core::ffi::c_void,
2790 pub SecurityQualityOfService: *const core::ffi::c_void,
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/
H A Dwindows_sys.rs2784 pub struct OBJECT_ATTRIBUTES { struct
2785 pub Length: u32,
2786 pub RootDirectory: HANDLE,
2787 pub ObjectName: *const UNICODE_STRING,
2788 pub Attributes: u32,
2789 pub SecurityDescriptor: *const core::ffi::c_void,
2790 pub SecurityQualityOfService: *const core::ffi::c_void,
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/
H A Dwindows_sys.rs2784 pub struct OBJECT_ATTRIBUTES { struct
2785 pub Length: u32,
2786 pub RootDirectory: HANDLE,
2787 pub ObjectName: *const UNICODE_STRING,
2788 pub Attributes: u32,
2789 pub SecurityDescriptor: *const core::ffi::c_void,
2790 pub SecurityQualityOfService: *const core::ffi::c_void,
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dntdef.h559 } OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES; typedef
Dwinternl.h142 } OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES; typedef