Lines Matching defs:to
37 static void set_usb_iftype(char *to, int if_class_num, size_t len) {
83 strncpy(to, type, len);
84 to[len-1] = '\0';
87 static int set_usb_mass_storage_ifsubtype(char *to, const char *from, size_t len) {
114 strscpy(to, len, type);
118 static void set_scsi_type(char *to, const char *from, size_t len) {
145 strscpy(to, len, type);
270 log_debug("unable to access usb_interface device of '%s'",
301 log_debug("unable to find parent 'usb' device of '%s'",
318 log_debug("unable to find parent 'scsi' device of '%s'",
376 /* fallback to USB vendor & device */