HomeSort by: relevance | last modified time | path
    Searched defs:uhidopen (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
uhid.c 122 static dev_type_open(uhidopen);
132 .d_open = uhidopen,
270 uhidopen(dev_t dev, int flag, int mode, struct lwp *l) function in typeref:typename:int
275 DPRINTF(("uhidopen: sc=%p\n", sc));

Completed in 11 milliseconds