Home
last modified time | relevance | path

Searched defs:PSLIST_ENTRY (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dwdm.h463 } SLIST_ENTRY, *PSLIST_ENTRY; typedef
513 #define PSLIST_ENTRY PSINGLE_LIST_ENTRY macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinnt.h7608 } SLIST_ENTRY,*PSLIST_ENTRY; typedef
7633 typedef struct _SINGLE_LIST_ENTRY SLIST_ENTRY,*PSLIST_ENTRY; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs56057 pub type PSLIST_ENTRY = *mut _SLIST_ENTRY; typedef
56224 pub fn RtlFirstEntrySList(ListHead: *const SLIST_HEADER) -> PSLIST_ENTRY; in RtlFirstEntrySList()
56227 pub fn RtlInterlockedPopEntrySList(ListHead: PSLIST_HEADER) -> PSLIST_ENTRY; in RtlInterlockedPopEntrySList()
56232 ListEntry: PSLIST_ENTRY, in RtlInterlockedPushEntrySList()
56233 ) -> PSLIST_ENTRY; in RtlInterlockedPushEntrySList()
56238 List: PSLIST_ENTRY, in RtlInterlockedPushListSListEx()
56239 ListEnd: PSLIST_ENTRY, in RtlInterlockedPushListSListEx()
56241 ) -> PSLIST_ENTRY; in RtlInterlockedPushListSListEx()
56244 pub fn RtlInterlockedFlushSList(ListHead: PSLIST_HEADER) -> PSLIST_ENTRY; in RtlInterlockedFlushSList()
65921 pub fn InterlockedPopEntrySList(ListHead: PSLIST_HEADER) -> PSLIST_ENTRY; in InterlockedPopEntrySList()
[all …]