Searched refs:hubd_hotplug_arg_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h285 } hubd_hotplug_arg_t; typedef in typeref:struct:hubd_hotplug_arg
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c2998 hubd_hotplug_arg_t *arg;
3055 arg = (hubd_hotplug_arg_t *)kmem_zalloc(
3056 sizeof (hubd_hotplug_arg_t), KM_SLEEP);
3060 kmem_free(arg, sizeof (hubd_hotplug_arg_t));
3096 kmem_free(arg, sizeof (hubd_hotplug_arg_t));
3099 kmem_free(arg, sizeof (hubd_hotplug_arg_t));
3525 hubd_hotplug_arg_t *arg;
3543 arg = (hubd_hotplug_arg_t *)kmem_zalloc(
3544 sizeof (hubd_hotplug_arg_t), KM_SLEEP);
3553 kmem_free(arg, sizeof (hubd_hotplug_arg_t));
[all...]

Completed in 53 milliseconds