Searched refs:attach_device_path (Results 1 – 3 of 3) sorted by relevance
769 char *attach_device_path; in handle_mirror() local775 attach_device_path = strdup(argv[1]); in handle_mirror()777 if (!curr_device_path || !attach_device_path) { in handle_mirror()783 " %s\n", curr_device_path, attach_device_path); in handle_mirror()801 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror()804 attach_device_path); in handle_mirror()836 free(attach_device_path); in handle_mirror()
461 char *attach_device_path; in handle_mirror() local467 attach_device_path = strdup(argv[1]); in handle_mirror()469 if (!curr_device_path || !attach_device_path) { in handle_mirror()475 " %s\n", curr_device_path, attach_device_path); in handle_mirror()486 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror()489 attach_device_path); in handle_mirror()531 free(attach_device_path); in handle_mirror()
2272 char *attach_device_path = NULL; in handle_mirror() local2277 attach_device_path = strdup(argv[1]); in handle_mirror()2280 if (!curr_device_path || !attach_device_path) { in handle_mirror()2282 free(attach_device_path); in handle_mirror()2287 " %s\n", curr_device_path, attach_device_path); in handle_mirror()2310 if (!probe_device(&dest, attach_device_path) != BC_SUCCESS) { in handle_mirror()2313 attach_device_path); in handle_mirror()2376 free(attach_device_path); in handle_mirror()