Searched defs:altp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c2196 usb_as_alt_descr_t *altp; local
2200 altp = &uasp->usb_as_alts[alt];
2201 if (altp) {
2202 if (altp->alt_sample_rates) {
2203 kmem_free(altp->alt_sample_rates,
2204 altp->alt_n_sample_rates *
2207 if (altp->alt_if) {
2208 kmem_free(altp->alt_if,
2211 if (altp->alt_general) {
2212 kmem_free(altp
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c2054 struct alts_ent *altp; local
2089 altp = dkp->dk_slc_ent[part];
2095 i = cmdk_bbh_bsearch(altp, alts_used, GET_BP_SEC(bp));
2101 /* i is the starting index. Set altp to the starting entry addr */
2102 altp += i;
2108 for (idx = i, cnt = 0; idx < alts_used; idx++, altp++, cnt++) {
2109 if (lastsec < altp->bad_start)
2132 altp = dkp->dk_slc_ent[part];
2133 altp += i;
2134 for (idx = 0; i < alts_used; i++, altp
[all...]

Completed in 671 milliseconds