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

  /src/sys/dev/usb/
uvisor.c 193 static int uvisor_detach(device_t, int);
196 uvisor_attach, uvisor_detach, NULL, NULL, uvisor_childdet);
391 uvisor_detach(device_t self, int flags) function in typeref:typename:int
397 DPRINTF(("uvisor_detach: sc=%p flags=%d\n", sc, flags));
uvisor.c 193 static int uvisor_detach(device_t, int);
196 uvisor_attach, uvisor_detach, NULL, NULL, uvisor_childdet);
391 uvisor_detach(device_t self, int flags) function in typeref:typename:int
397 DPRINTF(("uvisor_detach: sc=%p flags=%d\n", sc, flags));
uvisor.c 193 static int uvisor_detach(device_t, int);
196 uvisor_attach, uvisor_detach, NULL, NULL, uvisor_childdet);
391 uvisor_detach(device_t self, int flags) function in typeref:typename:int
397 DPRINTF(("uvisor_detach: sc=%p flags=%d\n", sc, flags));

Completed in 30 milliseconds