Searched refs:result_str (Results 1 – 2 of 2) sorted by relevance
256 char *result_str; in crypto() local266 result_str = (device == RT_NULL) ? "failure" : "success"; in crypto()267 rt_kprintf("probe %s %s \n", argv[2], result_str); in crypto()
325 char *result_str; in crypto() local335 result_str = (device == RT_NULL) ? "failure" : "success"; in crypto()336 rt_kprintf("probe %s %s \n", argv[2], result_str); in crypto()
Completed in 43 milliseconds