Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 100) sorted by relevance

1234

/utopia/UTPA2-700.0.x/mxlib/msfs/linux/
H A DMsFS.c372 int MsFS_FStat( int fd, struct stat *buf ) in MsFS_FStat()
398 long MsFS_FPathConf( int fd, int name ) in MsFS_FPathConf()
501 ssize_t MsFS_Read( int fd, void *buf, size_t len ) in MsFS_Read()
516 ssize_t MsFS_Write( int fd, const void *buf, size_t len ) in MsFS_Write()
529 int MsFS_Close( int fd ) in MsFS_Close()
546 MS_U64 MsFS_Lseek( int fd, MS_U64 pos, int whence ) in MsFS_Lseek()
561 int MsFS_FCntl( int fd, int cmd, ... ) in MsFS_FCntl()
577 int MsFS_FSync( int fd ) in MsFS_FSync()
687 int fd = fileno(stream); in MsFS_Fftruncate() local
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c333 int MsFS_FStat( int fd, struct stat *buf ) in MsFS_FStat()
359 long MsFS_FPathConf( int fd, int name ) in MsFS_FPathConf()
446 ssize_t MsFS_Read( int fd, void *buf, size_t len ) in MsFS_Read()
461 ssize_t MsFS_Write( int fd, const void *buf, size_t len ) in MsFS_Write()
474 int MsFS_Close( int fd ) in MsFS_Close()
491 MS_U64 MsFS_Lseek( int fd, MS_U64 pos, int whence ) in MsFS_Lseek()
506 int MsFS_FCntl( int fd, int cmd, ... ) in MsFS_FCntl()
522 int MsFS_FSync( int fd ) in MsFS_FSync()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dselect.h93 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) argument
94 #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) argument
95 #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) argument
/utopia/UTPA2-700.0.x/modules/gpio/drv/gpio/
H A DdrvGPIO.c336 int fd = -1; in mdrv_gpio_init_U2K() local
382 int fd = -1; in mdrv_gpio_set_high_U2K() local
431 int fd = -1; in mdrv_gpio_set_low_U2K() local
480 int fd = -1; in mdrv_gpio_set_input_U2K() local
540 int fd = -1; in mdrv_gpio_get_inout_U2K() local
603 int fd = -1; in mdrv_gpio_get_level_U2K() local
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtime.h29 #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp) argument
30 #define FD_CLR(fd,fdsetp) __FD_CLR(fd,fdsetp) argument
31 #define FD_ISSET(fd,fdsetp) __FD_ISSET(fd,fdsetp) argument
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_menuload.c804 int fd = -1; in MApi_XC_MLoad_Init_U2() local
941 int fd = -1; in MApi_XC_MLoad_Cus_Init_U2() local
1012 int fd = -1; in MDrv_XC_MLoad_Enable() local
1066 int fd = -1; in MApi_XC_MLoad_Enable_U2() local
1199 int fd = -1; in MDrv_XC_MLoad_GetStatus() local
1293 int fd = -1; in MApi_XC_MLoad_Fire() local
1680 int fd = -1; in MApi_XC_MLoad_WriteCmd() local
1733 int fd = -1; in MDrv_XC_MLoad_WriteCmd() local
2791 int fd = -1; in MDrv_XC_MLoad_set_IP_trig_p() local
2845 int fd = -1; in MDrv_XC_MLoad_get_IP_trig_p() local
[all …]
/utopia/UTPA2-700.0.x/modules/flash/drv/flash/serial/
H A DdrvSERFLASH.c228 int fd = -1; in MDrv_SERFLASH_GetInfo() local
1367 int fd = -1; in MDrv_SERFLASH_Init() local
1415 int fd = -1; in MDrv_SERFLASH_EraseChip() local
1587 int fd = -1; in MDrv_SERFLASH_AddressErase() local
1709 int fd = -1; in MDrv_SERFLASH_SectorErase() local
1810 int fd = -1; in MDrv_SERFLASH_Write() local
1893 int fd = -1; in MDrv_SERFLASH_Read() local
1968 int fd = -1; in MDrv_SERFLASH_WriteProtect() local
2332 int fd = -1; in MDrv_SERFLASH_ReadStatusRegister() local
2436 int fd = -1; in MDrv_SERFLASH_WriteStatusRegister() local
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dzutil.h216 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
236 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
241 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
247 # define fdopen(fd,type) _fdopen(fd,type) argument
/utopia/UTPA2-700.0.x/modules/msos/hal/mustang/msos/linux/
H A DhalMPool.c107 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_U32 u32Virt, MS_U32 u32Size, MS_U32 u32Phys) in HAL_MsOS_MPool_Dcache_Flush()
122 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/k7u/msos/linux/
H A DhalMPool.c123 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
138 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/M7621/msos/linux/
H A DhalMPool.c123 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
138 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/maldives/msos/linux/
H A DhalMPool.c107 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_U32 u32Virt, MS_U32 u32Size, MS_U32 u32Phys) in HAL_MsOS_MPool_Dcache_Flush()
122 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/mooney/msos/linux/
H A DhalMPool.c123 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
138 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/messi/msos/linux/
H A DhalMPool.c121 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
136 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/maxim/msos/linux/
H A DhalMPool.c123 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
138 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/M7821/msos/linux/
H A DhalMPool.c123 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
138 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/k6lite/msos/linux/
H A DhalMPool.c123 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
138 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/curry/msos/linux/
H A DhalMPool.c123 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
138 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/manhattan/msos/linux/
H A DhalMPool.c123 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
138 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/mainz/msos/linux/
H A DhalMPool.c121 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
136 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/kano/msos/linux/
H A DhalMPool.c123 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
138 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/k6/msos/linux/
H A DhalMPool.c123 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
138 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/macan/msos/linux/
H A DhalMPool.c121 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
136 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/hal/maserati/msos/linux/
H A DhalMPool.c123 MS_BOOL HAL_MsOS_MPool_Dcache_Flush(int fd, MS_VIRT addrVirt, MS_SIZE u64Size, MS_PHY u64Phys) in HAL_MsOS_MPool_Dcache_Flush()
138 MS_BOOL HAL_MsOS_MPool_Dcache_Flush_All(int fd) in HAL_MsOS_MPool_Dcache_Flush_All()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvCMAPool.c443 MS_BOOL CMA_Pool_Get_Info_From_PA(MS_S32 fd,struct CMA_Pool_Get_Info_From_Pa_Param *get_info_param) in CMA_Pool_Get_Info_From_PA()
470 MS_BOOL CMA_Pool_CMA_Heap_Get_User_VA(MS_S32 fd,struct CMA_Pool_Heap_Get_User_Va_Param *vma_valid_P… in CMA_Pool_CMA_Heap_Get_User_VA()
495 MS_BOOL CMA_Pool_CMA_Mmap_User_VA_Page(MS_S32 fd,struct CMA_Pool_Mmap_User_Va_Page_Param *mmap_user… in CMA_Pool_CMA_Mmap_User_VA_Page()

1234