find_bus
static bus_t *find_bus(struct search_args *args, char *name);
if ((bp = find_bus(args, devpath)) != NULL) {