Home
last modified time | relevance | path

Searched refs:ntstatus_to_dos_map (Results 1 – 1 of 1) sorted by relevance

/fs/smb/client/
A Dnetmisc.c210 } ntstatus_to_dos_map[] = { variable
797 for (i = 0; ntstatus_to_dos_map[i].ntstatus; i++) { in ntstatus_to_dos()
798 if (ntstatus == ntstatus_to_dos_map[i].ntstatus) { in ntstatus_to_dos()
799 *eclass = ntstatus_to_dos_map[i].dos_class; in ntstatus_to_dos()
800 *ecode = ntstatus_to_dos_map[i].dos_code; in ntstatus_to_dos()

Completed in 7 milliseconds