Lines Matching refs:TLOGI
218 TLOGI("non-null state expected\n"); in _destroy_service()
232 TLOGI("Failed (%d) to close port %d\n", rc, state->port); in _destroy_service()
249 TLOGI("null services specified\n"); in _create_service()
257 TLOGI("Failed (%d) to create port\n", rc); in _create_service()
280 TLOGI("Failed (%d) to set cookie on port %d\n", rc, state->port); in _create_service()
297 TLOGI("non-null state expected\n"); in restart_service()
327 TLOGI("Failed (%d) to create service %s\n", rc, _services[i].name); in init_services()
344 TLOGI("error event (0x%x) for port (%d)\n", ev->event, ev->handle); in handle_port_errors()
396 TLOGI("accept failed (%d)\n", rc); in connect_handle_port()
428 TLOGI("accept failed (%d)\n", rc); in closer1_handle_port()
440 TLOGI("Failed (%d) to close chan %d\n", rc, chan); in closer1_handle_port()
478 TLOGI("accept failed (%d)\n", rc); in closer3_handle_port()
515 TLOGI("failed (%d) to get_msg for chan (%d)\n", rc, ev->handle); in datasink_handle_msg()
522 TLOGI("failed (%d) to putt_msg for chan (%d)\n", rc, ev->handle); in datasink_handle_msg()
537 TLOGI("error event (0x%x) for chan (%d)\n", ev->event, ev->handle); in datasink_handle_chan()
569 TLOGI("failed (%d) to accept on port %d\n", rc, ev->handle); in datasink_handle_port()
576 TLOGI("failed (%d) to set_cookie on chan %d\n", rc, chan); in datasink_handle_port()
641 TLOGI("failed (%d) to get_msg for chan (%d)\n", rc, ev->handle); in echo_handle_msg()
659 TLOGI("failed (%d) to read_msg for chan (%d)\n", rc, ev->handle); in echo_handle_msg()
669 TLOGI("failed (%d) to put_msg for chan (%d)\n", rc, ev->handle); in echo_handle_msg()
696 TLOGI("failed (%d) to send_msg for chan (%d)\n", rc, ev->handle); in echo_handle_msg()
709 TLOGI("error event (0x%x) for chan (%d)\n", ev->event, ev->handle); in echo_handle_chan()
715 TLOGI("error event (0x%x) for chan (%d)\n", ev->event, ev->handle); in echo_handle_chan()
748 TLOGI("failed (%d) to accept on port %d\n", rc, ev->handle); in echo_handle_port()
756 TLOGI("failed (%d) to callocate state for chan %d\n", rc, chan); in echo_handle_port()
769 TLOGI("failed (%d) to set_cookie on chan %d\n", rc, chan); in echo_handle_port()
796 TLOGI("failed (%d) to accept on port %d\n", rc, ev->handle); in uuid_handle_port()
810 TLOGI("failed (%d) to send_msg for chan (%d)\n", rc, chan); in uuid_handle_port()
828 TLOGI("got an empty event\n"); in dispatch_event()
834 TLOGI("got an event (0x%x) with invalid handle (%d)", ev->event, in dispatch_event()
848 TLOGI("no handler for event (0x%x) with handle %d\n", ev->event, in dispatch_event()
865 TLOGI("Failed (%d) to init service", rc); in main()
877 TLOGI("wait_any failed (%d)", rc); in main()