Lines Matching refs:NULL
86 …NULL /* The next pointer is initialised to NULL, as there are no other registered comman…
118 configASSERT( pxCommandToRegister != NULL ); in FreeRTOS_CLIRegisterCommand()
122 configASSERT( pxNewListItem != NULL ); in FreeRTOS_CLIRegisterCommand()
124 if( pxNewListItem != NULL ) in FreeRTOS_CLIRegisterCommand()
142 configASSERT( pxCommandToRegister != NULL ); in FreeRTOS_CLIRegisterCommandStatic()
143 configASSERT( pxCliDefinitionListItemBuffer != NULL ); in FreeRTOS_CLIRegisterCommandStatic()
157 static const CLI_Definition_List_Item_t * pxCommand = NULL; in FreeRTOS_CLIProcessCommand()
165 if( pxCommand == NULL ) in FreeRTOS_CLIProcessCommand()
168 for( pxCommand = &xRegisteredCommands; pxCommand != NULL; pxCommand = pxCommand->pxNext ) in FreeRTOS_CLIProcessCommand()
199 if( ( pxCommand != NULL ) && ( xReturn == pdFALSE ) ) in FreeRTOS_CLIProcessCommand()
204 pxCommand = NULL; in FreeRTOS_CLIProcessCommand()
206 else if( pxCommand != NULL ) in FreeRTOS_CLIProcessCommand()
216 pxCommand = NULL; in FreeRTOS_CLIProcessCommand()
241 const char * pcReturn = NULL; in FreeRTOS_CLIGetParameter()
279 pcReturn = NULL; in FreeRTOS_CLIGetParameter()
301 configASSERT( pxCommandToRegister != NULL ); in prvRegisterCommand()
302 configASSERT( pxCliDefinitionListItemBuffer != NULL ); in prvRegisterCommand()
312 pxCliDefinitionListItemBuffer->pxNext = NULL; in prvRegisterCommand()
329 static const CLI_Definition_List_Item_t * pxCommand = NULL; in prvHelpCommand()
334 if( pxCommand == NULL ) in prvHelpCommand()
345 if( pxCommand == NULL ) in prvHelpCommand()