best              404 dev/isa/isapnp.c 	struct isa_attach_args *c, *best, *f = *ipa;
best              414 dev/isa/isapnp.c 		for (best = c = f; c != NULL; c = c->ipa_sibling) {
best              417 dev/isa/isapnp.c 			if (c->ipa_pref < best->ipa_pref)
best              418 dev/isa/isapnp.c 				best = c;
best              421 dev/isa/isapnp.c 		best->ia_isa = isa;
best              423 dev/isa/isapnp.c 		error = isapnp_testconfig(sc->sc_iot, sc->sc_memt, best, 0);
best              426 dev/isa/isapnp.c 		if (best == f)
best              429 dev/isa/isapnp.c 			for (c = f; c->ipa_sibling != best; c = c->ipa_sibling)
best              431 dev/isa/isapnp.c 			c->ipa_sibling = best->ipa_sibling;
best              435 dev/isa/isapnp.c 			best->ipa_pref = ISAPNP_DEP_CONFLICTING;
best              438 dev/isa/isapnp.c 				if (c != best && SAMEDEV(c, best))
best              443 dev/isa/isapnp.c 				return best;
best              446 dev/isa/isapnp.c 			ISAPNP_FREE(best);
best              454 dev/isa/isapnp.c 				if (c == best)
best              457 dev/isa/isapnp.c 				if (SAMEDEV(c, best))
best              473 dev/isa/isapnp.c 		return best;
best             3123 dev/usb/ohci.c 	int i, j, s, best;
best             3153 dev/usb/ohci.c 	for (best = i = slow, bestbw = ~0; i < shigh; i++) {
best             3158 dev/usb/ohci.c 			best = i;
best             3163 dev/usb/ohci.c 		     best, slow, shigh, bestbw));
best             3166 dev/usb/ohci.c 	hsed = sc->sc_eds[best];
best             3174 dev/usb/ohci.c 		++sc->sc_bws[(best * nslots + j) % OHCI_NO_INTRS];
best             3176 dev/usb/ohci.c 	opipe->u.intr.pos = best;
best               75 netbt/rfcomm_dlc.c 	struct rfcomm_dlc *new, *dlc, *any, *best;
best               91 netbt/rfcomm_dlc.c 	any = best = NULL;
best              101 netbt/rfcomm_dlc.c 					best = dlc;
best              113 netbt/rfcomm_dlc.c 	dlc = best ? best : any;
best              311 netbt/rfcomm_upper.c 	struct rfcomm_session *rs, *any, *best;
best              329 netbt/rfcomm_upper.c 	any = best = NULL;
best              337 netbt/rfcomm_upper.c 			best = rs;
best              343 netbt/rfcomm_upper.c 	rs = best ? best : any;