_getdevrec
extern struct devtabent *_getdevrec __P((char *device));
if (!(record = _getdevrec(device))) {
if (devtabent = _getdevrec(device)) {
if (rment = _getdevrec(device)) {
if (modent = _getdevrec(device)) {
if (devtabent = _getdevrec(alias)) {
if (ent = _getdevrec(device)) {
struct devtabent *_getdevrec(char *);