Home
last modified time | relevance | path

Searched refs:maxLun (Results 1 – 6 of 6) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dbasic_pro_jmg.cpp219 if( lun == 0 || abs(lun) > maxLun) in point_lun()
257 if( lun > maxLun || lun < 0) in truncate_lun()
282 …if (lun1 > maxLun || lun1 < 0) throw GDLException(e->CallingNode(), "COPY_LUN: File unit is not w… in copy_lun()
291 …if (lun2 > maxLun || lun2 < 0) throw GDLException(e->CallingNode(), "COPY_LUN: File unit is not w… in copy_lun()
334 …if (lun > maxLun || lun < 0) throw GDLException(e->CallingNode(), "COPY_LUN: File unit is not wit… in skip_lun()
H A Dio.hpp53 const int maxLun=128; // within GDL, internal max LUN is 127 variable
H A Dbasic_pro.cpp463 if (lun < -2 || lun > maxLun) in check_lun()
768 if (lun > maxLun) in flush_lun()
827 for (int p = maxUserLun; p < maxLun; ++p) { in close_lun()
847 if (lun > maxLun) in close_lun()
871 if (lun > maxLun) in free_lun()
H A Dobjects.cpp894 fileUnits.resize( maxLun); // 0-127 -> 1-128 within GDL for files in InitObjects()
H A Dbasic_fun_jmg.cpp648 if( lun < -2 || lun > maxLun) in fstat_fun()
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dusbstorage.c825 s32 maxLun; in __usbstorage_IsInserted() local
891 maxLun = USBStorage_GetMaxLUN(&__usbfd); in __usbstorage_IsInserted()
892 for (j = 0; j < maxLun; j++) { in __usbstorage_IsInserted()