Searched refs:ntstatus (Results 1 – 5 of 5) sorted by relevance
209 __u32 ntstatus; member790 ntstatus_to_dos(__u32 ntstatus, __u8 *eclass, __u16 *ecode) in ntstatus_to_dos() argument793 if (ntstatus == 0) { in ntstatus_to_dos()798 for (i = 0; ntstatus_to_dos_map[i].ntstatus; i++) { in ntstatus_to_dos()799 if (ntstatus == ntstatus_to_dos_map[i].ntstatus) { in ntstatus_to_dos()
24 struct ntstatus { struct
214 LPVOID ntstatus; /* address of NT status block*/ member
400 s.ntstatus = (LPVOID)&NTstatus; /*dummy place holder. Linux IMB driver in DeviceIoControl()