Home
last modified time | relevance | path

Searched refs:xerror (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/usr.sbin/amd/amd/
Dhost_ops.c401 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/
Dfiles.c151 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()
Dutil.c180 xerror(const char *file, int line, const char *fmt, ...) in xerror() function
Dconfig.h377 void xerror(const char *, int, const char *, ...) /* delayed errs */
Dmkmakefile.c114 xerror(ifname, lineno, in mkmakefile()
Dmain.c625 xerror(conffile, i->i_lineno, in crosscheck()