Symbol: diag
sbin/route/route.c
1835
bfd_diag(unsigned int diag)
sbin/route/route.c
1837
switch (diag) {
sys/dev/ic/dl10019.c
231
u_int8_t diag;
sys/dev/ic/dl10019.c
234
diag = DL0_DIAG_NOCOLLDETECT;
sys/dev/ic/dl10019.c
236
diag = 0;
sys/dev/ic/dl10019.c
238
NEDL_DL0_DIAG, diag);
sys/dev/mii/tqphy.c
210
int bmsr, bmcr, diag;
sys/dev/mii/tqphy.c
236
diag = PHY_READ(sc, MII_TQPHY_DIAG);
sys/dev/mii/tqphy.c
237
if (diag & DIAG_RATE)
sys/dev/mii/tqphy.c
242
if (diag & DIAG_DPLX)
sys/dev/wscons/wstpad.c
1575
int width, height, diag, offset, h_res, v_res, h_unit, v_unit, i;
sys/dev/wscons/wstpad.c
1599
diag = isqrt(width * width + height * height);
sys/dev/wscons/wstpad.c
1600
input->filter.h.scale = (imin(920, diag) << 12) / diag;
sys/dev/wscons/wstpad.c
1602
h_unit = imax(diag / 280, 3);
sys/dev/wscons/wstpad.c
1678
diag = isqrt(width * width + height * height);
sys/dev/wscons/wstpad.c
1679
tp->params.mtbtn_maxdist = diag / 4;
sys/net/bfd.c
762
unsigned int ver, diag = BFD_DIAG_NONE, state, flags;
sys/net/bfd.c
775
diag = BFD_DIAG(peer->bfd_ver_diag);
sys/net/bfd.c
888
bfd->bc_neighbor->bn_rdiag = diag;
usr.bin/indent/indent.c
1238
diag(1, "#if stack overflow");
usr.bin/indent/indent.c
1242
diag(1, "Unmatched #else");
usr.bin/indent/indent.c
1249
diag(1, "Unmatched #endif");
usr.bin/indent/indent.c
1260
diag(0, "Syntactically inconsistent #ifdef alternatives.");
usr.bin/indent/indent.c
467
diag(1, "Internal buffer overflow - Move big comment from right after if, while, or whatever.");
usr.bin/indent/indent.c
501
diag(0, "Line broken");
usr.bin/indent/indent.c
537
diag(1, "Missing braces at end of file.");
usr.bin/indent/indent.c
558
diag(0, "Line broken");
usr.bin/indent/indent.c
658
diag(0, "Extra %c", *token);
usr.bin/indent/indent.c
834
diag(1, "Unbalanced parens");
usr.bin/indent/indent.c
879
diag(1, "Unbalanced parens");
usr.bin/indent/indent.c
920
diag(1, "Unbalanced parens");
usr.bin/indent/indent.c
929
diag(0, "Line broken");
usr.bin/indent/indent.c
972
diag(0, "Line broken");
usr.bin/indent/indent.c
983
diag(0, "Line broken");
usr.bin/indent/indent_globs.h
326
void diag(int, const char *, ...) __attribute__((__format__ (printf, 2, 3)));
usr.bin/indent/parse.c
143
diag(1, "Unmatched 'else'");
usr.bin/indent/parse.c
162
diag(1, "Stmt nesting error.");
usr.bin/indent/parse.c
186
diag(1, "Unknown code to parser");
usr.bin/make/engine.c
190
const char *diag;
usr.bin/make/engine.c
195
diag = "(ignored)";
usr.bin/make/engine.c
198
diag = "(continuing)";
usr.bin/make/engine.c
201
diag = "";
usr.bin/make/engine.c
205
fprintf(out, "%s\n", diag);