Lines Matching refs:nRet

655     int nRet=0;  in osl_mountFloppy()  local
667 nRet = system( pszCmd ); in osl_mountFloppy()
669 switch ( WEXITSTATUS(nRet) ) in osl_mountFloppy()
712 int nRet=0; in osl_unmountFloppy() local
724 nRet = system( pszCmd ); in osl_unmountFloppy()
726 switch ( WEXITSTATUS(nRet) ) in osl_unmountFloppy()
795 int nRet; in osl_mountFloppy() local
876 nRet = system(pszCmd); in osl_mountFloppy()
879 fprintf(stderr,"call returned '%i'\n",nRet); in osl_mountFloppy()
880 fprintf(stderr,"exit status is '%i'\n", WEXITSTATUS(nRet)); in osl_mountFloppy()
884 switch ( WEXITSTATUS(nRet) ) in osl_mountFloppy()
887 nRet=0; in osl_mountFloppy()
891 nRet=EPERM; in osl_mountFloppy()
895 nRet=ENOENT; in osl_mountFloppy()
899 nRet=EINTR; in osl_mountFloppy()
903 nRet=EPERM; in osl_mountFloppy()
907 nRet=EBUSY; in osl_mountFloppy()
911 nRet=EAGAIN; in osl_mountFloppy()
915 nRet=EBUSY; in osl_mountFloppy()
919 …return ((0 == nRet) ? oslTranslateFileError(OSL_FET_SUCCESS, nRet) : oslTranslateFileError(OSL_FET… in osl_mountFloppy()
928 int nRet=0; in osl_unmountFloppy() local
1001 nRet = system(pszCmd); in osl_unmountFloppy()
1004 fprintf(stderr,"call returned '%i'\n",nRet); in osl_unmountFloppy()
1005 fprintf(stderr,"exit status is '%i'\n", WEXITSTATUS(nRet)); in osl_unmountFloppy()
1008 switch ( WEXITSTATUS(nRet) ) in osl_unmountFloppy()
1011 nRet=0; in osl_unmountFloppy()
1015 nRet=EBUSY; in osl_unmountFloppy()
1023 …return ((0 == nRet) ? oslTranslateFileError(OSL_FET_SUCCESS, nRet) : oslTranslateFileError(OSL_FET… in osl_unmountFloppy()