Searched refs:phy_id (Results 1 – 3 of 3) sorted by relevance
/babblesim_base-3.7.0/libUtilv1/src/ |
D | bs_tracing.c | 86 void bs_trace_set_prefix_phy(const char *phy_id) { in bs_trace_set_prefix_phy() argument 87 char trace_prefix[strlen(phy_id) + 5]; in bs_trace_set_prefix_phy() 88 sprintf(trace_prefix, "p_%s:", phy_id); in bs_trace_set_prefix_phy()
|
/babblesim_base-3.7.0/libPhyComv1/src/ |
D | bs_pc_base.c | 211 static int phy_test_and_create_lock_file(pb_phy_state_t *this, const char *phy_id){ in phy_test_and_create_lock_file() argument 212 int flen = pb_com_path_length + 20 + strlen(phy_id); in phy_test_and_create_lock_file() 214 sprintf(this->lock_path, "%s/%s.phy.lock", pb_com_path, phy_id); in phy_test_and_create_lock_file() 224 int pb_device_test_and_create_lock_file(pb_dev_state_t *this, const char *phy_id, unsigned int dev_… in pb_device_test_and_create_lock_file() argument 225 int flen = pb_com_path_length + 20 + strlen(phy_id) + bs_number_strlen(dev_nbr); in pb_device_test_and_create_lock_file() 229 sprintf(this->lock_path, "%s/%s.d%i.lock", pb_com_path, phy_id, dev_nbr); in pb_device_test_and_create_lock_file()
|
D | bs_pc_base.h | 55 int pb_device_test_and_create_lock_file(pb_dev_state_t *this, const char *phy_id, unsigned int dev_…
|