tools/usb/usbip/src/usbip_unbind.c

Source file repositories/reference/linux-study-clean/tools/usb/usbip/src/usbip_unbind.c

File Facts

System
Linux kernel
Corpus path
tools/usb/usbip/src/usbip_unbind.c
Extension
.c
Size
2892 bytes
Lines
130
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

switch (opt) {
		case 'b':
			ret = unbind_device(optarg);
			goto out;
		default:
			goto err_out;
		}
	}

err_out:
	usbip_unbind_usage();
out:
	return ret;
}

Annotation

Implementation Notes