Searched refs:xerror (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.sbin/amd/amd/ |
| D | host_ops.c | 401 int xerror = 0; in host_fumount() local 424 for (ml = mlist; ml && !xerror; ml = ml->mnext) { in host_fumount() 439 if (!xerror) in host_fumount() 440 xerror = error; in host_fumount() 461 if (xerror && amd_state != Finishing) { in host_fumount() 462 xerror = host_fmount(mf); in host_fumount() 463 if (!xerror) { in host_fumount() 468 xerror = EBUSY; in host_fumount() 471 return xerror; in host_fumount()
|
| /openbsd/src/usr.sbin/config/ |
| D | files.c | 151 xerror(fi->fi_srcfile, fi->fi_srcline, in addfile() 187 xerror(oi->oi_srcfile, oi->oi_srcline, in addobject() 230 xerror(fi->fi_srcfile, fi->fi_srcline, in checkaux() 286 xerror(fi->fi_srcfile, fi->fi_srcline, in fixfiles() 289 xerror(ofi->fi_srcfile, ofi->fi_srcline, in fixfiles()
|
| D | util.c | 180 xerror(const char *file, int line, const char *fmt, ...) in xerror() function
|
| D | config.h | 377 void xerror(const char *, int, const char *, ...) /* delayed errs */
|
| D | mkmakefile.c | 114 xerror(ifname, lineno, in mkmakefile()
|
| D | main.c | 625 xerror(conffile, i->i_lineno, in crosscheck()
|