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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Derror.c24 extern struct unix_error_map unix_dos_nt_errmap[];
58 while (unix_dos_nt_errmap[i].dos_class != 0) {
59 if (unix_dos_nt_errmap[i].unix_error == errno) {
60 eclass = unix_dos_nt_errmap[i].dos_class;
61 ecode = unix_dos_nt_errmap[i].dos_code;
62 ntstatus = unix_dos_nt_errmap[i].nt_error;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Derrormap.c1509 const struct unix_error_map unix_dos_nt_errmap[] = { variable in typeref:struct:unix_error_map
1560 while(unix_dos_nt_errmap[i].unix_error != 0) {
1561 if (unix_dos_nt_errmap[i].unix_error == unix_error)
1562 return unix_dos_nt_errmap[i].nt_error;

Completed in 38 milliseconds