Searched refs:fb_command_response (Results 1 – 3 of 3) sorted by relevance
43 int fb_command_response(Transport* transport, const char* cmd, char* response);
84 if (fb_command_response(transport, cmd.c_str(), buf)) { in fb_getvar()361 status = fb_command_response(transport, a->cmd, resp); in fb_execute_queue()
179 int fb_command_response(Transport* transport, const char* cmd, char* response) { in fb_command_response() function