Searched refs:cfg_rec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c644 usb_cmp_rec(usb_configrec_t *cfg_rec, usb_configrec_t *user_rec) argument
651 if ((cfg_rec->idVendor == user_rec->idVendor) &&
652 (cfg_rec->idProduct == user_rec->idProduct)) {
654 if (cfg_rec->serialno) {
655 srno = (strcmp(cfg_rec->serialno,
663 if (cfg_rec->pathname) {
675 cstr = strrchr(cfg_rec->pathname, '/');
676 path = (strncmp(cfg_rec->pathname,
679 cstr - cfg_rec->pathname)) == 0);
682 *(cfg_rec
[all...]

Completed in 55 milliseconds