Home
last modified time | relevance | path

Searched refs:snprintf (Results 1 – 25 of 48) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCIDBG.cpp221 return snprintf (buf, len, in dbg_status_buf()
257 return snprintf (buf, len, in dbg_intr_buf()
310 return snprintf (buf, len, in dbg_command_buf()
375 return snprintf (buf, len, in dbg_port_buf()
540 temp = snprintf (next, size, in qh_lines()
600 temp = snprintf (next, size, in qh_lines()
617 temp = snprintf (next, size, "\n"); in qh_lines()
666 temp = snprintf (next, size, "\nreclaim =\n"); in show_async()
718 temp = snprintf (next, size, "size = %d\n", ehci->periodic_size); in show_periodic()
747 temp = snprintf (next, size, "%4d: ", i); in show_periodic()
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c1453snprintf(cmd, STRING_LENGTH, "TS0 DisContiCC [V(%02d) A(%02d)]\t", (int)u32DisContiV, (int)u32DisC… in _DMX_DBG_Task()
1469snprintf(pCmd, STRING_LENGTH - (pCmd - cmd), "Drop [V(%02d) A(%02d)]\t", (int)u32DropV, (int)u32Dr… in _DMX_DBG_Task()
1482 snprintf(pCmd, STRING_LENGTH - (pCmd - cmd), "Lock [%02d]\t", (int)u32LockCnt); in _DMX_DBG_Task()
1489snprintf(time, STRING_LENGTH, "%sTime [0x%08X, diff(0x%08X)]\t", time, (int)u32Tmp, (int)(u32Tmp -… in _DMX_DBG_Task()
1499snprintf(pTime, STRING_LENGTH - (pTime - time), "PCR [0x%08X, diff(0x%08X)]\t", (int)u32Pcr, (int)… in _DMX_DBG_Task()
1509snprintf(pTime, STRING_LENGTH, "STC [0x%08X, diff(0x%08X)]\t", (int)u32Stc, (int)(u32Stc - u32Prev… in _DMX_DBG_Task()
1527snprintf(pCmd, STRING_LENGTH - (pCmd - cmd), "AV Pkt[V(%02d) A(%02d)]\t", (int)u32CntV, (int)u32Cn… in _DMX_DBG_Task()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/optee/
H A Dutopia_dapi.c326 snprintf(privateName, sizeof(privateName), "%s_PRI", moduleNames[u32ModuleID]); in UtopiaModuleCreate()
361 snprintf(privateName, sizeof(privateName) in UtopiaModuleSetSTRPrivate()
548 snprintf(privateName, sizeof(privateName), "%s_PRI", resourceName); in UtopiaResourceCreate()
583 snprintf(rpoolName, sizeof(rpoolName), "%s_%d", rpoolNames[u32ModuleID], (int)u32RPoolID); in UtopiaResourceRegister()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia_dapi.c477 snprintf(privateName, sizeof(privateName) in UtopiaModuleCreate()
528 snprintf(privateName, sizeof(privateName) in UtopiaModuleSetSTRPrivate()
683 snprintf(privateName, sizeof(privateName), "%s_PRI", resourceName); in UtopiaResourceCreate()
742 snprintf(rpoolName, sizeof(rpoolName), "%s_%d" in UtopiaResourceRegister()
/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A DdrvSYS.c400 name_size = snprintf(context->devname, TEEC_MAX_DEVNAME_SIZE, in MDrv_SYS_TEEC_InitializeContext()
731 snprintf( in MDrv_SYS_GetSoftwareVersion()
740 snprintf( in MDrv_SYS_GetSoftwareVersion()
749 snprintf( in MDrv_SYS_GetSoftwareVersion()
758 snprintf( in MDrv_SYS_GetSoftwareVersion()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_dapi.c552 snprintf(privateName, sizeof(privateName) in UtopiaModuleCreate()
590 snprintf(privateName, sizeof(privateName) in UtopiaModuleSetSTRPrivate()
855 snprintf(privateName, sizeof(privateName), "%s_PRI", resourceName); in UtopiaResourceCreate()
909 snprintf(rpoolName, sizeof(rpoolName), "%s_%d" in UtopiaResourceRegister()
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dpngconf.h1567 # define png_snprintf snprintf /* Added to v 1.2.19 */
1568 # define png_snprintf2 snprintf
1569 # define png_snprintf6 snprintf
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dopt_nos_mips.lnt9 // for non-OS snprintf used by TSP
10 -esym(119,snprintf)
H A Dopt_nos_aeon.lnt9 // for non-OS snprintf used by TSP
10 -esym(119,snprintf)
/utopia/UTPA2-700.0.x/modules/gpio/hal/M7621/gpio/
H A DhalGPIO.c1368 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in __HAL_Gpio_Set_Level()
1388 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in __HAL_Gpio_Set_InOut()
1430 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in _HAL_Gpio_Get_InOut()
1461 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in _HAL_Gpio_Get_Level()
/utopia/UTPA2-700.0.x/modules/gpio/hal/maxim/gpio/
H A DhalGPIO.c1358 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in __HAL_Gpio_Set_Level()
1378 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in __HAL_Gpio_Set_InOut()
1420 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in _HAL_Gpio_Get_InOut()
1451 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in _HAL_Gpio_Get_Level()
/utopia/UTPA2-700.0.x/modules/gpio/hal/M7821/gpio/
H A DhalGPIO.c1425 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in __HAL_Gpio_Set_Level()
1445 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in __HAL_Gpio_Set_InOut()
1487 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in _HAL_Gpio_Get_InOut()
1518 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in _HAL_Gpio_Get_Level()
/utopia/UTPA2-700.0.x/modules/gpio/hal/maserati/gpio/
H A DhalGPIO.c1414 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in __HAL_Gpio_Set_Level()
1434 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in __HAL_Gpio_Set_InOut()
1476 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in _HAL_Gpio_Get_InOut()
1507 snprintf(GPIOSysfsPath, 128, SysfsPathFmt, gpio); in _HAL_Gpio_Get_Level()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dnconf.c581 snprintf(tmp_str, sizeof(tmp_str), "%s%s", in item_add_str()
637 size = snprintf(menu_backtitle, sizeof(menu_backtitle), in set_config_filename()
642 size = snprintf(filename, sizeof(filename), "%s", config_filename); in set_config_filename()
H A Dmconf.c292 size = snprintf(menu_backtitle, sizeof(menu_backtitle), in set_config_filename()
298 size = snprintf(filename, sizeof(filename), "%s", config_filename); in set_config_filename()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dunifdef.c341 snprintf(tempname, sizeof(tempname), in main()
345 snprintf(tempname, sizeof(tempname), in main()
522 snprintf(keyword, tline + sizeof(tline) - keyword, in keywordedit()
/utopia/UTPA2-700.0.x/modules/audio/hal/maxim/audio/
H A DhalAUDIO.c9166 snprintf((char *)pPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name); in HAL_AUDIO_PCM_HwDma_Reader1_Open()
9167snprintf((char *)pUserPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name… in HAL_AUDIO_PCM_HwDma_Reader1_Open()
10037 snprintf((char *)pPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name); in HAL_AUDIO_PCM_HwDma_Reader2_Open()
10038snprintf((char *)pUserPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name… in HAL_AUDIO_PCM_HwDma_Reader2_Open()
10929 snprintf((char *)pPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name); in HAL_AUDIO_PCM_SwDma_Reader1_Open()
10930snprintf((char *)pUserPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name… in HAL_AUDIO_PCM_SwDma_Reader1_Open()
11868 snprintf((char *)pPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name); in HAL_AUDIO_PCM_R2Dma_Reader1_Open()
11869snprintf((char *)pUserPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name… in HAL_AUDIO_PCM_R2Dma_Reader1_Open()
12867 snprintf((char *)pPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name); in HAL_AUDIO_PCM_R2Dma_Reader2_Open()
12868snprintf((char *)pUserPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name… in HAL_AUDIO_PCM_R2Dma_Reader2_Open()
[all …]
/utopia/UTPA2-700.0.x/modules/audio/hal/maserati/audio/
H A DhalAUDIO.c9755 snprintf((char *)pPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name); in HAL_AUDIO_PCM_HwDma_Reader1_Open()
9756snprintf((char *)pUserPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name… in HAL_AUDIO_PCM_HwDma_Reader1_Open()
10626 snprintf((char *)pPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name); in HAL_AUDIO_PCM_HwDma_Reader2_Open()
10627snprintf((char *)pUserPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name… in HAL_AUDIO_PCM_HwDma_Reader2_Open()
11518 snprintf((char *)pPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name); in HAL_AUDIO_PCM_SwDma_Reader1_Open()
11519snprintf((char *)pUserPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name… in HAL_AUDIO_PCM_SwDma_Reader1_Open()
12457 snprintf((char *)pPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name); in HAL_AUDIO_PCM_R2Dma_Reader1_Open()
12458snprintf((char *)pUserPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name… in HAL_AUDIO_PCM_R2Dma_Reader1_Open()
13456 snprintf((char *)pPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name); in HAL_AUDIO_PCM_R2Dma_Reader2_Open()
13457snprintf((char *)pUserPcmInfo->u8Name, AUDIO_COMMON_PCM_IO_NAME_LENGTH, "%s", (char *)pPCM->u8Name… in HAL_AUDIO_PCM_R2Dma_Reader2_Open()
[all …]
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_autotest.c422snprintf(container.U_Resp.atResponse, strlen(MSG_RESPONSE_OVERFLOW)+10,MSG_RESPONSE_OVERFLOW, RSP_… in PackIntoHslCmdResp()
441snprintf(container.U_Resp.atCmdEcho.atCmd, strlen(MSG_RESPONSE_OVERFLOW)+10,MSG_RESPONSE_OVERFLOW,… in PackIntoHslCmdResp()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio2.h62 __NTH (snprintf (char *__restrict __s, size_t __n, in __NTH()
69 # define snprintf(str, len, ...) \ macro
/utopia/UTPA2-700.0.x/mxlib/hal/M7821/
H A DhalCHIP.c760 snprintf(irq_thd_name,MAX_NAME-1,"IRQThread_%d",irq); in interrupt_thread()
937 snprintf(name, sizeof(name)-1, "/proc/irq/%d/irq", (u8VectorIndex+INT_BASE)); in CHIP_AttachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/maxim/
H A DhalCHIP.c760 snprintf(irq_thd_name,MAX_NAME-1,"IRQThread_%d",irq); in interrupt_thread()
941 snprintf(name, sizeof(name)-1, "/proc/irq/%d/irq", (u8VectorIndex+INT_BASE)); in CHIP_AttachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/marcus/
H A DhalCHIP.c760 snprintf(irq_thd_name,MAX_NAME-1,"IRQThread_%d",irq); in interrupt_thread()
941 snprintf(name, sizeof(name)-1, "/proc/irq/%d/irq", (u8VectorIndex+INT_BASE)); in CHIP_AttachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/mainz/
H A DhalCHIP.c738 snprintf(irq_thd_name, MAX_NAME - 1, "IRQThread_%d", irq); in interrupt_thread()
914 snprintf(name, sizeof(name) - 1, "/proc/irq/%d/irq", (u8VectorIndex + CHIP_INT_BASE)); in CHIP_AttachISR()
/utopia/UTPA2-700.0.x/mxlib/hal/maserati/
H A DhalCHIP.c760 snprintf(irq_thd_name,MAX_NAME-1,"IRQThread_%d",irq); in interrupt_thread()
937 snprintf(name, sizeof(name)-1, "/proc/irq/%d/irq", (u8VectorIndex+INT_BASE)); in CHIP_AttachISR()

12