Searched refs:lerror (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/sys/geom/
H A Dgeom_ctl.h68 u_int lerror; member in struct:gctl_req
H A Dgeom_ctl.c466 if (req->lerror < 2)
468 if (!useracc(req->error, req->lerror, VM_PROT_WRITE))
490 imin(req->lerror, sbuf_len(req->serror) + 1));
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dinit.c105 lerror("popi2() 1");
112 lerror("popi2() 3");
122 lerror("popi2() 2");
170 lerror("pushinit() 1");
173 lerror("pushinit() 2");
180 lerror("pushinit() 3");
182 lerror("pushinit() 4");
188 lerror("pushinit() 5");
406 lerror("mkinit() 1");
H A Ddecl.c200 lerror("setcompl() 1");
259 lerror("addtype()");
469 lerror("addqual() 1");
511 lerror("popdecl() 1");
517 lerror("popdecl() 2");
565 lerror("popdecl() 3");
638 lerror("deftyp() 1");
677 lerror("deftyp() 2");
715 lerror("deftyp() 3");
721 lerror("defty
[all...]
H A Dfunc.c170 lerror("popctrl() 1");
223 lerror("funcdef() 1");
267 lerror("funcdef() 2");
272 lerror("funcdef() 3");
392 lerror("funcend() 1");
449 lerror("label() 1");
630 lerror("switch2() 1");
640 lerror("switch2() 2");
H A Dtree.c311 lerror("getnnode() 1");
654 lerror("build() 1");
1013 lerror("typeok() 2");
1468 lerror("mktnode() 2");
1506 lerror("promote() 1");
1639 lerror("convert() 1");
1902 lerror("cvtcon() 1");
1906 lerror("cvtcon() 2");
2122 lerror("illptrc() 1");
2156 lerror("mrgqua
[all...]
H A Demit1.c120 lerror("outtyp() 1");
260 lerror("outsym() 2");
488 lerror("outfstrg() 1");
H A Derr.c454 lerror(const char *msg, ...) function
H A Dscan.l403 lerror("name() 1");
511 lerror("icon() 1");
685 lerror("fcon() 1");
1302 lerror("storesym() 1");
1321 lerror("storesym() 2");
1394 lerror("inssym()");
1435 lerror("pushdown()");
1472 lerror("fryylv() 1");
H A Dexterns1.h121 extern void lerror(const char *, ...)
H A Dcgram.y1724 lerror("idecl() 1");
1752 lerror("idecl() 2");
/freebsd-9.3-release/contrib/amd/fsinfo/
H A Dfsi_analyze.c168 lerror(l, "%s:%s needs field \"%s\"", hostname, info, strings[i]);
205 lerror(mp->m_ioloc, "%s has a volname but no exportfs data", mp->m_name);
226 lerror(mp->m_ioloc, "sub-directory %s of %s starts with '/'", mp->m_name, parent->m_name);
272 lerror(dk->d_ioloc, "%s:%s has no mount point", dk->d_host->h_hostname, dk->d_dev);
277 lerror(dk->d_ioloc, "%s:%s has more than one mount point", dk->d_host->h_hostname, dk->d_dev);
292 lerror(dk->d_ioloc, "no volname given for %s:%s", dk->d_host->h_hostname, dk->d_dev);
371 lerror(dp->d_ioloc, "%s: mount field specified for swap partition", dp->d_host->h_hostname);
415 lerror(fp->f_ioloc, "ambiguous mount: %s is a replicated filesystem", fp->f_volname);
444 lerror(fp->f_ioloc, "cannot determine localname since volname %s is not uniquely defined", fp->f_volname);
543 lerror(f
[all...]
H A Dfsinfo.h93 extern void lerror(ioloc *l, char *fmt, ...)
H A Dfsi_util.c125 lerror(ioloc *l, char *fmt, ...) function
/freebsd-9.3-release/lib/libgeom/
H A Dgeom_ctl.c204 req->lerror = BUFSIZ; /* XXX: arbitrary number */
205 req->error = calloc(1, req->lerror);
210 req->lerror--;
/freebsd-9.3-release/sys/fs/unionfs/
H A Dunion_vnops.c83 int error , uerror, lerror; local
94 error = uerror = lerror = ENOENT;
215 lerror = VOP_LOOKUP(ldvp, &lvp, cnp);
221 if (lerror == 0) {
229 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", lerror);
231 return (lerror);
243 (udvp != NULLVP ? uerror : lerror));
244 return (udvp != NULLVP ? uerror : lerror);
259 lerror == 0 && lvp != NULLVP && lvp->v_type == VDIR &&
296 error = lerror;
[all...]
/freebsd-9.3-release/lib/libdwarf/
H A Ddwarf_init.c710 Dwarf_Error lerror; local
750 dwarf_finish(ret_dbg, &lerror);

Completed in 88 milliseconds