Searched refs:cfg_rec (Results 1 – 1 of 1) sorted by relevance
642 usb_cmp_rec(usb_configrec_t *cfg_rec, usb_configrec_t *user_rec) in usb_cmp_rec() argument649 if ((cfg_rec->idVendor == user_rec->idVendor) && in usb_cmp_rec()650 (cfg_rec->idProduct == user_rec->idProduct)) { in usb_cmp_rec()652 if (cfg_rec->serialno) { in usb_cmp_rec()653 srno = (strcmp(cfg_rec->serialno, in usb_cmp_rec()661 if (cfg_rec->pathname) { in usb_cmp_rec()673 cstr = strrchr(cfg_rec->pathname, '/'); in usb_cmp_rec()674 path = (strncmp(cfg_rec->pathname, in usb_cmp_rec()677 cstr - cfg_rec->pathname)) == 0); in usb_cmp_rec()680 *(cfg_rec->pathname + in usb_cmp_rec()[all …]