Home
last modified time | relevance | path

Searched refs:_s32FdSYS (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c318 static MS_S32 _s32FdSYS = -1; variable
700 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()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c224 static MS_S32 _s32FdSYS = -1;