Home
last modified time | relevance | path

Searched refs:pb_create_fifo_if_not_there (Results 1 – 4 of 4) sorted by relevance

/babblesim_base-latest/libPhyComv1/src/
Dbs_pc_base_fifo_user.h21 extern int pb_create_fifo_if_not_there(const char* fifo_name);
Dbs_pc_base.c33 int pb_create_fifo_if_not_there(const char *fifo_path) { in pb_create_fifo_if_not_there() function
313 if ((pb_create_fifo_if_not_there(this->ff_path_dtp[d]) != 0) in pb_phy_initcom()
314 || (pb_create_fifo_if_not_there(this->ff_path_ptd[d]) != 0)) { in pb_phy_initcom()
500 if ((pb_create_fifo_if_not_there(this->ff_path_dtp) != 0) in pb_dev_init_com()
501 || (pb_create_fifo_if_not_there(this->ff_path_ptd) != 0)) { in pb_dev_init_com()
Dbs_pc_base.h19 int pb_create_fifo_if_not_there(const char* fifo_name);
Dbs_pc_backchannel.c137 if ( pb_create_fifo_if_not_there(channels_status[i].ff_path[dir]) != 0 ){ in bs_open_back_channel()