Searched refs:this (Results 1 – 11 of 11) sorted by relevance
/babblesim_base-3.4.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 213 this->lock_path = (char*) bs_calloc(flen, sizeof(char)); 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() 216 int ret = test_and_create_lock_file(this->lock_path); in phy_test_and_create_lock_file() 218 free(this->lock_path); in phy_test_and_create_lock_file() 219 this->lock_path = NULL; in phy_test_and_create_lock_file() 224 static int device_test_and_create_lock_file(pb_dev_state_t *this, const char *phy_id, unsigned int … in device_test_and_create_lock_file() argument 227 this->lock_path = (char*) bs_calloc(flen, sizeof(char)); in device_test_and_create_lock_file() 229 sprintf(this->lock_path, "%s/%s.d%i.lock", pb_com_path, phy_id, dev_nbr); in device_test_and_create_lock_file() 230 int ret = test_and_create_lock_file(this->lock_path); in device_test_and_create_lock_file() [all …]
|
D | bs_pc_base.h | 35 int pb_phy_is_connected_to_device(pb_phy_state_t * this, uint d); 36 int pb_phy_initcom(pb_phy_state_t *this, const char* s, const char *p, uint n); 37 void pb_phy_disconnect_devices(pb_phy_state_t *this); 38 pc_header_t pb_phy_get_next_request(pb_phy_state_t *this, uint d); 39 void pb_phy_get_wait_s(pb_phy_state_t *this, uint d, pb_wait_t *wait_s); 40 void pb_phy_resp_wait(pb_phy_state_t *this, uint d); 41 void pb_phy_free_one_device(pb_phy_state_t *this, int d); 53 int pb_dev_init_com(pb_dev_state_t *this, uint d, const char* s, const char *p); 54 void pb_dev_disconnect(pb_dev_state_t *this); 55 void pb_dev_terminate(pb_dev_state_t *this); [all …]
|
/babblesim_base-3.4.0/common/docs/ |
D | LICENSE | 10 and distribution as defined by Sections 1 through 9 of this document. 17 control with that entity. For the purposes of this definition, 24 exercising permissions granted by this License. 44 of this License, Derivative Works shall not include works that remain 53 the copyright owner. For the purposes of this definition, "submitted" 67 this License, each Contributor hereby grants to You a perpetual, 74 this License, each Contributor hereby grants to You a perpetual, 76 (except as stated in this section) patent license to make, have made, 86 granted to You under this License for that Work shall terminate 95 Derivative Works a copy of this License; and [all …]
|
/babblesim_base-3.4.0/libPhyComv1/docs/ |
D | README.md | 12 Normal devices will not use this library alone, but together with one dedicated 16 use this library alone as their operations are not linked to any particular Phy. 43 It is very rare a device will need to use this, as usually it will be easier
|
/babblesim_base-3.4.0/libUtilv1/docs/ |
D | README.txt | 7 this library. There is no requirement to use it.
|
/babblesim_base-3.4.0/device_handbrake/docs/ |
D | README.txt | 7 Note that this device actually _stalls_ the simulation every <poke_period>.
|
/babblesim_base-3.4.0/common/ |
D | make.lib_so.inc | 16 …d just go first over all the libraries makefiles we may need instead, but this is slighly more eff…
|
D | make.lib_a.inc | 16 …d just go first over all the libraries makefiles we may need instead, but this is slighly more eff…
|
D | make.lib_soeta.inc | 18 …d just go first over all the libraries makefiles we may need instead, but this is slighly more eff…
|
D | make.lib_soeta64et32.inc | 21 …d just go first over all the libraries makefiles we may need instead, but this is slighly more eff…
|
D | make.lib_a64et32.inc | 20 …d just go first over all the libraries makefiles we may need instead, but this is slighly more eff…
|