Searched refs:RMNETCTL_SUCCESS (Results 1 – 9 of 9) sorted by relevance
184 return_code = RMNETCTL_SUCCESS; in rmnetctl_transact()204 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_dev_name()225 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_len()245 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_code()265 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_data()283 if (*error_code == RMNETCTL_SUCCESS) in _rmnetctl_set_codes()284 return_code = RMNETCTL_SUCCESS; in _rmnetctl_set_codes()345 return_code = RMNETCTL_SUCCESS; in rmnetctl_init()380 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_associate_network_device()384 != RMNETCTL_SUCCESS) in rmnet_associate_network_device()[all …]
200 return_code = RMNETCTL_SUCCESS; in rmnetctl_transact()222 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_dev_name()243 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_len()263 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_code()283 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_data()301 return_code = RMNETCTL_SUCCESS; in _rmnetctl_set_codes()367 return_code = RMNETCTL_SUCCESS; in rmnetctl_init()403 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_associate_network_device()407 != RMNETCTL_SUCCESS) in rmnet_associate_network_device()409 if (_rmnetctl_check_code(response.crd, error_code) != RMNETCTL_SUCCESS) in rmnet_associate_network_device()[all …]
199 return_code = RMNETCTL_SUCCESS; in rmnetctl_transact()221 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_dev_name()242 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_len()262 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_code()282 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_data()300 return_code = RMNETCTL_SUCCESS; in _rmnetctl_set_codes()366 return_code = RMNETCTL_SUCCESS; in rmnetctl_init()402 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_associate_network_device()406 != RMNETCTL_SUCCESS) in rmnet_associate_network_device()408 if (_rmnetctl_check_code(response.crd, error_code) != RMNETCTL_SUCCESS) in rmnet_associate_network_device()[all …]
229 if (return_code == RMNETCTL_SUCCESS) in print_rmnet_api_status()274 if (return_code!= RMNETCTL_SUCCESS) { in rmnet_api_call()290 if (return_code == RMNETCTL_SUCCESS) in rmnet_api_call()297 if (return_code == RMNETCTL_SUCCESS) { in rmnet_api_call()307 if (return_code == RMNETCTL_SUCCESS) { in rmnet_api_call()326 if (return_code == RMNETCTL_SUCCESS) { in rmnet_api_call()362 if (return_code == RMNETCTL_SUCCESS) { in rmnet_api_call()
230 if (return_code == RMNETCTL_SUCCESS) in print_rmnet_api_status()272 if (return_code!= RMNETCTL_SUCCESS) { in rmnet_api_call()288 if (return_code == RMNETCTL_SUCCESS) in rmnet_api_call()295 if (return_code == RMNETCTL_SUCCESS) { in rmnet_api_call()305 if (return_code == RMNETCTL_SUCCESS) { in rmnet_api_call()324 if (return_code == RMNETCTL_SUCCESS) { in rmnet_api_call()361 if (return_code == RMNETCTL_SUCCESS) { in rmnet_api_call()
43 #define RMNETCTL_SUCCESS 0 macro