Searched refs:RMNETCTL_SUCCESS (Results 1 – 3 of 3) sorted by relevance
202 return_code = RMNETCTL_SUCCESS; in rmnetctl_transact()224 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_dev_name()245 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_len()265 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_code()285 return_code = RMNETCTL_SUCCESS; in _rmnetctl_check_data()303 return_code = RMNETCTL_SUCCESS; in _rmnetctl_set_codes()369 return_code = RMNETCTL_SUCCESS; in rmnetctl_init()405 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_associate_network_device()409 != RMNETCTL_SUCCESS) in rmnet_associate_network_device()411 if (_rmnetctl_check_code(response.crd, error_code) != RMNETCTL_SUCCESS) in rmnet_associate_network_device()[all …]
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