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

  /src/sys/dev/isa/
smsc.c 64 static void smsc_attach(device_t, device_t, void *);
73 smsc_match, smsc_attach, smsc_detach, NULL);
140 smsc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
  /src/sys/dev/usb/
if_smsc.c 168 static void smsc_attach(device_t, device_t, void *);
171 smsc_match, smsc_attach, usbnet_detach, usbnet_activate);
752 smsc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 12 milliseconds