Searched refs:device_string (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_util.c | 1132 int log_level, int log_mask, uint_t check_mask, char *device_string) in usb_check_same_device() argument 1245 boolean_t allocated_here = (device_string == NULL); in usb_check_same_device() 1247 device_string = in usb_check_same_device() 1249 (void) usba_get_mfg_prod_sn_str(dip, device_string, in usb_check_same_device() 1252 if (device_string[0] != '\0') { in usb_check_same_device() 1255 device_string); in usb_check_same_device() 1263 kmem_free(device_string, USB_MAXSTRINGLEN); in usb_check_same_device()
|
H A D | usba10_calls.c | 657 char *device_string) in usba10_usb_check_same_device() argument 660 dip, log_handle, log_level, log_mask, check_mask, device_string)); in usba10_usb_check_same_device()
|
/titanic_44/usr/src/uts/common/sys/usb/usba/ |
H A D | usbai_private.h | 314 char *device_string);
|
H A D | usba10.h | 488 char *device_string);
|
/titanic_44/usr/src/uts/common/io/usb/usba10/ |
H A D | usba10.c | 759 char *device_string) in usb_check_same_device() argument 762 dip, log_handle, log_level, log_mask, check_mask, device_string)); in usb_check_same_device()
|