usba_configrec_t
usba_configrec_t *user_pref;
usba_devdb_get_conf_rec(struct _buf *file, usba_configrec_t **rec)
usba_configrec_t *cfgrec;
cfgrec = (usba_configrec_t *)kmem_zalloc(
sizeof (usba_configrec_t), KM_SLEEP);
usba_devdb_free_rec(usba_configrec_t *rec)
kmem_free(rec, sizeof (usba_configrec_t));
usba_configrec_t *u1, *u2;
usba_configrec_t *user_rec;
usba_configrec_t *
usba_configrec_t *req_rec;
req_rec = kmem_zalloc(sizeof (usba_configrec_t), KM_SLEEP);
kmem_free(req_rec, sizeof (usba_configrec_t));
usba_configrec_t *usba_devdb_get_user_preferences(int, int, char *, char *);
usba_configrec_t *usb_dev;