iodevinfo
struct iodevinfo *next;
struct iodevinfo *iodev;
if (write(fp, iodev, sizeof (struct iodevinfo)) !=
sizeof (struct iodevinfo))
if (write(fp, iodev, sizeof (struct iodevinfo)) !=
sizeof (struct iodevinfo))
struct iodevinfo *iodev, *previodev, *comp;
sizeof (struct iodevinfo), 0);
struct iodevinfo *iodev;
static struct iodevinfo zeroiodev = { NULL, NULL };
static struct iodevinfo *firstiodev = NULL;
static struct iodevinfo *lastiodev = NULL;
static struct iodevinfo *snip = NULL;