Searched refs:_s32FdSYS (Results 1 – 2 of 2) sorted by relevance
318 static MS_S32 _s32FdSYS = -1; variable700 if (_s32FdSYS < 0) //First time open in MsOS_Init()702 _s32FdSYS = open("/dev/system", O_RDWR); in MsOS_Init()704 if (_s32FdSYS < 0) // return 0 ~ 19 if open device success; return -1 if failed in MsOS_Init()3870 if(-1==ioctl(_s32FdSYS, IOCTL_SYS_FLUSH_MEMORY, NULL)) in MsOS_FlushMemory()3878 if(-1==ioctl(_s32FdSYS, IOCTL_SYS_READ_MEMORY, NULL)) in MsOS_ReadMemory()
224 static MS_S32 _s32FdSYS = -1;