Lines Matching defs:start
956 PDEBUG(("start memcpy, size %d", sizeof(device_t) * dc->maxunit));
959 PDEBUG(("start memset, maxunit %d, size %d", dc->maxunit, sizeof(device_t) * (newsize - dc->maxunit)));
2478 PDEBUG(("start DEVICE_PROBE"));
2649 * modified using the given values of @p start, @p end and @p
2656 * @param start the start address of the resource
2658 * @param count XXX end-start+1
2662 rman_res_t start, rman_res_t end, rman_res_t count)
2686 rle->res->start = start;
2721 bus_alloc_resource(device_t dev, int type, int *rid, rman_res_t start,
2728 res = BUS_ALLOC_RESOURCE(dev->parent, dev, type, rid, start, end,