Searched refs:ntstatus_to_werror_map (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Derrormap.c877 } ntstatus_to_werror_map[] = { variable in typeref:struct:__anon5808
1478 for (i=0; NT_STATUS_V(ntstatus_to_werror_map[i].ntstatus); i++) {
1480 W_ERROR_V(ntstatus_to_werror_map[i].werror)) {
1481 return ntstatus_to_werror_map[i].ntstatus;
1496 for (i=0; NT_STATUS_V(ntstatus_to_werror_map[i].ntstatus); i++) {
1498 NT_STATUS_V(ntstatus_to_werror_map[i].ntstatus)) {
1499 return ntstatus_to_werror_map[i].werror;

Completed in 86 milliseconds