Lines Matching defs:rid
2648 * If an existing entry exists with the same type and rid, it will be
2655 * @param rid the resource identifier
2661 resource_list_add(struct resource_list *rl, int type, int rid,
2666 rle = resource_list_find(rl, type, rid);
2674 rle->rid = rid;
2693 * @brief Find a resource entry by type and rid.
2697 * @param rid the resource identifier
2703 resource_list_find(struct resource_list *rl, int type, int rid)
2708 if (rle->type == type && rle->rid == rid)
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,