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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Derror.c59 if (unix_dos_nt_errmap[i].unix_error == errno) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Derrormap.c1552 NTSTATUS map_nt_error_from_unix(int unix_error) argument
1556 if (unix_error == 0)
1560 while(unix_dos_nt_errmap[i].unix_error != 0) {
1561 if (unix_dos_nt_errmap[i].unix_error == unix_error)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb.h1833 int unix_error; member in struct:unix_error_map

Completed in 86 milliseconds