Home
last modified time | relevance | path

Searched refs:pb_com_path_length (Results 1 – 3 of 3) sorted by relevance

/babblesim_base-3.7.0/libPhyComv1/src/
Dbs_pc_base_fifo_user.h19 extern int pb_com_path_length;
Dbs_pc_base.c25 int pb_com_path_length = 0; variable
212 int flen = pb_com_path_length + 20 + strlen(phy_id); in phy_test_and_create_lock_file()
225 int flen = pb_com_path_length + 20 + strlen(phy_id) + bs_number_strlen(dev_nbr); in pb_device_test_and_create_lock_file()
261 pb_com_path_length = pb_create_com_folder(s); in pb_phy_initcom()
278 int flen = pb_com_path_length + 30 + strlen(p) + bs_number_strlen(d); in pb_phy_initcom()
457 pb_com_path_length = pb_create_com_folder(s); in pb_dev_init_com()
463 int flen = pb_com_path_length + strlen(p) + bs_number_strlen(d) + 30; in pb_dev_init_com()
Dbs_pc_backchannel.c128 channels_status[i].ff_path[dir] = (char*)bs_calloc( pb_com_path_length + 50 , sizeof(char)); in bs_open_back_channel()