search for: vniocuclear

Displaying 1 result from an estimated 1 matches for "vniocuclear".

2003 May 14
0
vnconfig(8), bin/45754
...uot;%s: cleared\n", dev); } @@ -366,6 +369,7 @@ else rv = ioctl(fileno(f), VNIOCUSET, &l); if (rv) { + status--; warn("VNIO[GU]SET"); } else if (verbose) printf("%s: flags now=%08x\n",dev,l); @@ -380,6 +384,7 @@ else rv = ioctl(fileno(f), VNIOCUCLEAR, &l); if (rv) { + status--; warn("VNIO[GU]CLEAR"); } else if (verbose) printf("%s: flags now=%08x\n",dev,l); @@ -390,6 +395,7 @@ if (flags & VN_CONFIG) { rv = ioctl(fileno(f), VNIOCATTACH, &vnio); if (rv) { + status--; warn("VNIOCAT...