Searched refs:iodev (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/ldomctl/
H A Dldomctl.h177 struct iodev { struct
178 SIMPLEQ_ENTRY(iodev) entry;
190 SIMPLEQ_HEAD(, iodev) iodev_list;
H A Dparse.y220 struct iodev *iodev;
222 SIMPLEQ_FOREACH(iodev, &odomain->iodev_list, entry)
223 if (strcmp(iodev->dev, $2) == 0) {
228 iodev = xmalloc(sizeof(struct iodev));
229 iodev->dev = $2;
230 SIMPLEQ_INSERT_TAIL(&domain->iodev_list, iodev, entry);
H A Dconfig.c2791 struct iodev *iodev; local
2876 SIMPLEQ_FOREACH(iodev, &domain->iodev_list, entry)
2877 guest_add_iodev(guest, iodev->dev);

Completed in 184 milliseconds