device_removed
status_t (*device_removed)(void *cookie);
status_t (*device_removed)(void *cookie);
void (*device_removed)(void *driverCookie);
void (*device_removed)(void *deviceCookie);
void (*device_removed)(void *cookie);
status_t (*device_removed)(net_device* device);
|| (!added && hooks->device_removed == NULL)) {
hooks->device_removed(cookie->cookie);
info->notify_hooks.device_removed = NULL;
element->notify_hooks.device_removed = hooks->device_removed;
element->notify_hooks.device_removed = NULL;
.device_removed = &channel_removed,
.device_removed = &controller_removed,
.device_removed = bus_removed,
.device_removed = bus_removed,
device_removed,
status_t device_removed(void *cookie);
device_removed
&device_removed
&device_removed
device_removed(device);
status_t device_removed(net_device* device);
device_removed,
&& device->Module()->device_removed != NULL)
device->Module()->device_removed(device->Data());
if (IsInitialized() && DriverModule()->device_removed != NULL)
DriverModule()->device_removed(this);
device_removed,
&& device->DeviceModule()->device_removed != NULL)
device->DeviceModule()->device_removed(device->DeviceData());
if (IsInitialized() && DriverModule()->device_removed != NULL)
DriverModule()->device_removed(this);
void (*device_removed)(void *driverCookie);
void (*device_removed)(void *deviceCookie);
device_removed,
device_removed,
device_removed,