Lines Matching refs:name
129 const char *name);
226 return (strncmp(t->name, USBBLOCK_DEVNAME, in is_usb_block_dev()
273 const char *name) in usb_disk_lookup() argument
276 return (chan->callbacks->disk_lookup(tab, sub_tab, name)); in usb_disk_lookup()
439 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupHostID()
469 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupManufacturerString()
499 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupProductString()
529 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupSerialNumberString()
558 if ((p_usb_info->DevId != (-1)) && (strcmp(str, t->name) == 0)) // find the table entry in MDrv_USB_MscLookupVidPid()
594 … if ((p_usb_info->DevId != (-1)) && (strcmp(strDevPath, t->name) == 0)) // find the table entry in MDrv_USB_IOCTL_Cmd()
686 diag_printf("Remove USB disk %s\n", dev_h->name); in RemoveUSBDiskPort()
691 if (strlen(dev_h->name) < 12) in RemoveUSBDiskPort()
692 strcpy(szUSBDevName, dev_h->name); in RemoveUSBDiskPort()
772 …diag_printf("Connect USB disk %s, path usb:%s\n", dev_h->name, Mass_stor_us[uPort]->pusb_dev->devp… in ConnectUSBDisk()
782 if (strlen(dev_h->name) < 12) in ConnectUSBDisk()
783 strcpy(szUSBDevName, dev_h->name); in ConnectUSBDisk()