OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucom_ioctl
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/usb/
ucomvar.h
91
int (*
ucom_ioctl
)(void *, int, u_long, void *, int, proc_t *);
member in struct:ucom_methods
umodem.c
77
.
ucom_ioctl
= umodem_ioctl,
ukyopon.c
100
.
ucom_ioctl
= ukyopon_ioctl,
uxrcom.c
106
.
ucom_ioctl
= NULL, /* TODO */
uslsa.c
117
.
ucom_ioctl
= uslsa_ioctl,
uvscom.c
195
.
ucom_ioctl
= NULL, /* TODO */
ucom.c
892
if (sc->sc_methods->
ucom_ioctl
!= NULL) {
893
error = sc->sc_methods->
ucom_ioctl
(sc->sc_parent,
uplcom.c
190
.
ucom_ioctl
= NULL, /* TODO */
Completed in 18 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025