nexus_attach
DEVMETHOD(device_attach, nexus_attach),
static device_attach_t nexus_attach;
return (nexus_attach(dev));
return (nexus_attach(dev));
static int nexus_attach(device_t);
static device_attach_t nexus_attach;
DEVMETHOD(device_attach, nexus_attach),
DEVMETHOD(device_attach, nexus_attach),
static device_attach_t nexus_attach;
DEVMETHOD(device_attach, nexus_attach),
static device_attach_t nexus_attach;