Searched refs:pb_dev_request_wait_block (Results 1 – 4 of 4) sorted by relevance
39 if ( pb_dev_request_wait_block(&pb_dev_state, &wait_s) == -1 ){ in main()49 if ( pb_dev_request_wait_block(&pb_dev_state, &wait_s) == -1 ){ in main()
40 if ( pb_dev_request_wait_block(&pb_dev_state, &wait_s) == -1 ){ in main()
63 int pb_dev_request_wait_block(pb_dev_state_t *state, pb_wait_t *wait_s);
647 int pb_dev_request_wait_block(pb_dev_state_t *this, pb_wait_t *wait_s) { in pb_dev_request_wait_block() function