Searched refs:uark (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/share/man/man4/
H A DMakefile963 uark.4 \
/freebsd-11-stable/sys/modules/usb/
H A DMakefile51 SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
/freebsd-11-stable/sys/modules/usb/uark/
H A DMakefile2 # $FreeBSD: stable/11/sys/modules/usb/uark/Makefile 319182 2017-05-30 04:11:12Z ngie $
32 KMOD= uark
34 uark.c
/freebsd-11-stable/sys/dev/usb/serial/
H A Duark.c1 /* $OpenBSD: uark.c,v 1.1 2006/08/14 08:30:22 jsg Exp $ */
18 * $FreeBSD: stable/11/sys/dev/usb/serial/uark.c 314501 2017-03-01 18:23:30Z ian $
166 .name = "uark",
175 DRIVER_MODULE(uark, uhub, uark_driver, uark_devclass, NULL, 0);
176 MODULE_DEPEND(uark, ucom, 1, 1, 1);
177 MODULE_DEPEND(uark, usb, 1, 1, 1);
178 MODULE_VERSION(uark, 1);
207 mtx_init(&sc->sc_mtx, "uark", NULL, MTX_DEF);
258 UCOM_UNLOAD_DRAIN(uark); variable

Completed in 193 milliseconds