Searched refs:pointer (Results 1 – 3 of 3) sorted by relevance
333 VOID *pointer; in ux_test_thread_simulation_0_entry() local336 pointer = _ux_utility_physical_address(TEST_ADDR); in ux_test_thread_simulation_0_entry()337 if (pointer != TEST_ADDR) in ux_test_thread_simulation_0_entry()339 printf("ERROR #%d: expected addr %p but got %p\n", __LINE__, TEST_ADDR, pointer); in ux_test_thread_simulation_0_entry()343 pointer = _ux_utility_virtual_address(TEST_ADDR); in ux_test_thread_simulation_0_entry()344 if (pointer != TEST_ADDR) in ux_test_thread_simulation_0_entry()346 printf("ERROR #%d: expected addr %p but got %p\n", __LINE__, TEST_ADDR, pointer); in ux_test_thread_simulation_0_entry()
53 /* pointer for use in ISR processing later, and finding the first */
351 ux_hcd_pic32_asynch_queue_process.c Moved pointer checking.1083 … ux_host_stack_configuration_interface_get.c Fixed some possible NULL pointer dereferencing.2583 … ux_hcd_isp1161_asynch_schedule.c Added check for NULL pointer in the scheduling loop.2594 … ux_hcd_sim_host_asynch_schedule.c Added check for NULL pointer in the scheduling loop.