Searched refs:pcNames (Results 1 – 2 of 2) sorted by relevance
150 static char pcNames[ echoNUM_HTTP_CLIENTS ][ configMAX_TASK_NAME_LEN + 1 ]; in vStartHTTPClientTest() local160 snprintf( pcNames[ x ], sizeof pcNames[ x ], "Client_%ld", x ); in vStartHTTPClientTest()162 … pcNames[ x ], /* Just a text name for the task to aid debugging. */ in vStartHTTPClientTest()
560 static char pcNames[ XPAR_XEMACPS_NUM_INSTANCES ][ 8 ]; in pxZynq_FillInterfaceDescriptor() local569 snprintf( pcNames[ xEMACIndex ], sizeof( pcNames[ xEMACIndex ] ), "eth%ld", xEMACIndex ); in pxZynq_FillInterfaceDescriptor()572 pxInterface->pcName = pcNames[ xEMACIndex ]; /* Just for logging, debugging. */ in pxZynq_FillInterfaceDescriptor()