in bus.c [100:107]
static int nubus_print_device_name_fn(struct device *dev, void *data) { struct nubus_board *board = to_nubus_board(dev); struct seq_file *m = data; seq_printf(m, "Slot %X: %s\n", board->slot, board->name); return 0; }