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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dwin32_io.c101 * ntfs_w32error_to_errno - convert a win32 error code to the unix one
106 static int ntfs_w32error_to_errno(unsigned int w32error) function
189 errno = ntfs_w32error_to_errno(GetLastError());
272 errno = ntfs_w32error_to_errno(GetLastError());
295 errno = ntfs_w32error_to_errno(GetLastError());
316 errno = ntfs_w32error_to_errno(GetLastError());
343 errno = ntfs_w32error_to_errno(GetLastError());
366 errno = ntfs_w32error_to_errno(GetLastError());
390 errno = ntfs_w32error_to_errno(GetLastError());
422 errno = ntfs_w32error_to_errno(GetLastErro
[all...]

Completed in 90 milliseconds