Searched refs:u32Rst (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/pq/drv/pq/ |
| H A D | drvbw.c | 185 MS_U32 u32Rst; in Open_bandwidthtable_Bin() local 214 u32Rst = fread(pu8TempBuffer, 1, (MS_U32)size, pFile); in Open_bandwidthtable_Bin() 215 if(u32Rst != (MS_U32)size) in Open_bandwidthtable_Bin() 217 … printf("Read Bandwidthtable.bin Error %td %td\n", (ptrdiff_t)u32Rst,(ptrdiff_t) ((MS_U32)size)); in Open_bandwidthtable_Bin() 232 MS_U32 u32Rst; in Open_bandwidthtable_Bin() local 268 u32Rst = vfs_read(pFile, pu8Buffer, lFileSize, &pos); in Open_bandwidthtable_Bin() 270 if(u32Rst != (MS_U32)lFileSize) in Open_bandwidthtable_Bin() 272 printk("Read %s Error %d %ld\n",pName, u32Rst, lFileSize); in Open_bandwidthtable_Bin()
|
| H A D | drvPQ.c | 772 MS_U32 u32Rst; in Open_PQ_Bin() local 811 u32Rst = fread(pu8Buffer, 1, lFileSize, pFile); in Open_PQ_Bin() 812 if(u32Rst != (MS_U32)lFileSize) in Open_PQ_Bin() 814 printf("Read Main.bin Error %d %ld\n", u32Rst, lFileSize); in Open_PQ_Bin() 852 u32Rst = vfs_read(pFile, pu8Buffer, lFileSize, &pos); in Open_PQ_Bin() 854 if(u32Rst != (MS_U32)lFileSize) in Open_PQ_Bin() 856 printk("Read Main.bin Error %d %ld\n", u32Rst, lFileSize); in Open_PQ_Bin()
|