Home
last modified time | relevance | path

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.h293 } hubd_hotplug_arg_t; typedef
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3046 hubd_hotplug_arg_t *arg; in hubd_check_ports()
3103 arg = (hubd_hotplug_arg_t *)kmem_zalloc( in hubd_check_ports()
3104 sizeof (hubd_hotplug_arg_t), KM_SLEEP); in hubd_check_ports()
3108 kmem_free(arg, sizeof (hubd_hotplug_arg_t)); in hubd_check_ports()
3147 kmem_free(arg, sizeof (hubd_hotplug_arg_t)); in hubd_check_ports()
3685 hubd_hotplug_arg_t *arg; in hubd_read_cb()
3703 arg = (hubd_hotplug_arg_t *)kmem_zalloc( in hubd_read_cb()
3704 sizeof (hubd_hotplug_arg_t), KM_SLEEP); in hubd_read_cb()
3713 kmem_free(arg, sizeof (hubd_hotplug_arg_t)); in hubd_read_cb()
3807 hubd_hotplug_arg_t *hd_arg = (hubd_hotplug_arg_t *)arg; in hubd_hotplug_thread()
[all …]