Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dhttp_client_test.c150 static char pcNames[ echoNUM_HTTP_CLIENTS ][ configMAX_TASK_NAME_LEN + 1 ]; in vStartHTTPClientTest() local
160 snprintf( pcNames[ x ], sizeof pcNames[ x ], "Client_%ld", x ); in vStartHTTPClientTest()
162pcNames[ x ], /* Just a text name for the task to aid debugging. */ in vStartHTTPClientTest()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
DNetworkInterface.c560 static char pcNames[ XPAR_XEMACPS_NUM_INSTANCES ][ 8 ]; in pxZynq_FillInterfaceDescriptor() local
569 snprintf( pcNames[ xEMACIndex ], sizeof( pcNames[ xEMACIndex ] ), "eth%ld", xEMACIndex ); in pxZynq_FillInterfaceDescriptor()
572 pxInterface->pcName = pcNames[ xEMACIndex ]; /* Just for logging, debugging. */ in pxZynq_FillInterfaceDescriptor()