Home | History | Annotate | Download | only in x86

Lines Matching refs:it

79  * will indicate that it's safe to use malloc() to dynamically allocate
161 bus_space_tag_t it;
166 else for (it = t; it != NULL; it = it->bst_super) {
167 if ((it->bst_present & BUS_SPACE_OVERRIDE_MAP) == 0)
169 return (*it->bst_ov->ov_space_map)(it->bst_ctx, t, bpa, size,
190 bus_space_tag_t it;
194 else for (it = t; it != NULL; it = it->bst_super) {
195 if ((it->bst_present & BUS_SPACE_OVERRIDE_RESERVATION_MAP) == 0)
197 return (*it->bst_ov->ov_space_reservation_map)(it->bst_ctx, t,
256 bus_space_tag_t it;
260 else for (it = t; it != NULL; it = it->bst_super) {
261 if ((it->bst_present & BUS_SPACE_OVERRIDE_RESERVE) == 0)
263 return (*it->bst_ov->ov_space_reserve)(it->bst_ctx, t,
305 bus_space_tag_t it;
309 else for (it = t; it != NULL; it = it->bst_super) {
310 if ((it->bst_present & BUS_SPACE_OVERRIDE_RESERVE_SUBREGION) ==
313 return (*it->bst_ov->ov_space_reserve_subregion)(it->bst_ctx, t,
359 bus_space_tag_t it;
363 else for (it = t; it != NULL; it = it->bst_super) {
364 if ((it->bst_present & BUS_SPACE_OVERRIDE_RELEASE) == 0)
366 (*it->bst_ov->ov_space_release)(it->bst_ctx, t, bsr);
396 bus_space_tag_t it;
401 else for (it = t; it != NULL; it = it->bst_super) {
402 if ((it->bst_present & BUS_SPACE_OVERRIDE_ALLOC) == 0)
404 return (*it->bst_ov->ov_space_alloc)(it->bst_ctx, t,
585 bus_space_tag_t it;
589 else for (it = t; it != NULL; it = it->bst_super) {
590 if ((it->bst_present & BUS_SPACE_OVERRIDE_RESERVATION_UNMAP) ==
593 (*it->bst_ov->ov_space_reservation_unmap)(it->bst_ctx,
607 bus_space_tag_t it;
611 else for (it = t; it != NULL; it = it->bst_super) {
612 if ((it->bst_present & BUS_SPACE_OVERRIDE_UNMAP) == 0)
614 (*it->bst_ov->ov_space_unmap)(it->bst_ctx, t, bsh, size);
627 bus_space_tag_t it;
631 else for (it = t; it != NULL; it = it->bst_super) {
632 if ((it->bst_present & BUS_SPACE_OVERRIDE_FREE) == 0)
634 (*it->bst_ov->ov_space_free)(it->bst_ctx, t, bsh, size);
900 * unconditionally. Chances are either it's necessary or the