Lines Matching defs:config

583 		/* Free config tree under reg->dev_cfg. */
658 int cfg_len_so_far = 0; /* Bytes found, this config. */
661 uint_t high_cfg_bound; /* High config index + 1. */
662 uint_t low_cfg_bound; /* Low config index. */
673 * Set config(s) and interface(s) to parse based on parse level.
711 /* Clear the following for config cloud sanity checking. */
725 /* First descr in cloud must be a config descr. */
850 * Set up a configuration tree node based on a raw config descriptor.
857 * B_FALSE: the descr processed does not correspond to a requested config.
870 /* Parse and store config descriptor proper in the tree. */
912 * USB_FAILURE: Descriptor is inappropriately placed in config cloud.
925 /* No config preceeds this interface. */
928 "usba_process_if_descr found interface after no config.");
1015 * USB_FAILURE: Descriptor is inappropriately placed in config cloud.
1062 * USB_FAILURE: Descriptor is inappropriately placed in config cloud.
1130 * if no specific config specified, default to all config
1579 usb_cfg_data_t *config; /* ptr to current configuration tree node */
1636 config = &usb_reg->dev_cfg[which_config];
1637 config_descr = &config->cfg_descr;
1647 (void *)config);
1649 "String descr=%s", config->cfg_str);
1651 "config descr: len=%d tp=%d totLen=%d numIf=%d "
1657 if ((config->cfg_n_if > 0) || (config->cfg_n_cvs > 0)) {
1661 config->cfg_n_if - 1, config->cfg_n_cvs);
1664 for (which_if = 0; which_if < config->cfg_n_if;
1673 which_if, (void *)&config->cfg_if[which_if]);
1674 usba_dump_if(&config->cfg_if[which_if],
1678 for (which_cv = 0; which_cv < config->cfg_n_cvs; which_cv++) {
1680 " config cv descriptor %d (Address=0x%p)",
1681 which_cv, (void *)&config->cfg_cvs[which_cv]);
1682 usba_dump_cv(&config->cfg_cvs[which_cv],