contains_driver
printf("%c%-*.32s ", contains_driver(entry) ? '*' : ' ',
if (contains_driver(entry)) {
int contains_driver(struct entry *);