Lines Matching defs:start
180 pcib_host_res_decodes(struct pcib_host_resources *hr, int type, rman_res_t start,
188 type, flags & RF_PREFETCHABLE ? "prefetchable ": "", start,
190 rid = resource_list_add_next(&hr->hr_rl, type, start, end,
191 end - start + 1);
203 int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags)
220 start, end, count, flags));
231 new_start = ummax(start, rle->start);
263 struct resource *r, rman_res_t start, rman_res_t end)
273 return (bus_generic_adjust_resource(hr->hr_pcib, dev, r, start,
279 if (rle->start <= start && rle->end >= end)
281 r, start, end));
330 pci_domain_alloc_bus(int domain, device_t dev, int *rid, rman_res_t start,
339 res = rman_reserve_resource(&d->pd_bus_rman, start, end, count, flags,
351 rman_res_t start, rman_res_t end)
363 return (rman_adjust_resource(r, start, end));