getdevi
if ((i = getdevi(name)) == NULL)
if (!first && (i = getdevi(name)) == NULL)
i = getdevi(name);
static struct devi *getdevi(const char *);