Symbol: diag
games/larn/extern.h
52
void diag(void);
games/larn/main.c
960
diag();
sys/dev/ic/ath_netbsd.c
239
u_int32_t diag;
sys/dev/ic/ath_netbsd.c
244
if (!ath_hal_getdiag(sc->sc_ah, &diag))
sys/dev/ic/ath_netbsd.c
246
node.sysctl_data = &diag;
sys/dev/ic/ath_netbsd.c
250
return !ath_hal_setdiag(sc->sc_ah, diag) ? EINVAL : 0;
sys/dev/ic/ath_netbsd.c
482
if ((rc = SYSCTL_INT_SUBR(CTLFLAG_READWRITE, diag,
sys/dev/ic/dl10019.c
260
u_int8_t diag;
sys/dev/ic/dl10019.c
263
diag = DL0_DIAG_NOCOLLDETECT;
sys/dev/ic/dl10019.c
265
diag = 0;
sys/dev/ic/dl10019.c
267
NEDL_DL0_DIAG, diag);
sys/dev/mii/tqphy.c
212
uint16_t bmsr, bmcr, diag;
sys/dev/mii/tqphy.c
240
PHY_READ(sc, MII_TQPHY_DIAG, &diag);
sys/dev/mii/tqphy.c
241
if (diag & DIAG_RATE)
sys/dev/mii/tqphy.c
246
if (diag & DIAG_DPLX)
usr.bin/indent/indent.c
407
diag(1, "Stuff missing from end of file");
usr.bin/indent/indent.c
549
diag(1, "Unmatched #%.*s", (int)dir_len, dir);
usr.bin/indent/indent.c
556
diag(1, "Unmatched #endif");
usr.bin/indent/indent.c
658
diag(0, "Extra '%c'", *token.s);
usr.bin/indent/indent.c
707
diag(0, "Extra '%c'", *token.s);
usr.bin/indent/indent.c
750
diag(1, "Unbalanced parentheses");
usr.bin/indent/indent.c
764
diag(0, "Reached internal limit of %zu struct levels",
usr.bin/indent/indent.c
788
diag(1, "Unbalanced parentheses");
usr.bin/indent/indent.c
935
diag(1, "Unbalanced parentheses");
usr.bin/indent/lexi.c
238
diag(1, "Unterminated literal");
usr.bin/indent/parse.c
173
diag(1, "Statement nesting error");
usr.bin/indent/parse.c
215
diag(1, "Unmatched 'else'");
usr.bin/indent/parse.c
240
diag(1, "Unknown code to parser");
usr.bin/indent/pr_comment.c
303
diag(1, "Unterminated comment");
usr.bin/indent/pr_comment.c
319
diag(1, "Unterminated comment");
usr.bin/scmdctl/scmdctl.c
159
struct scmd_diag_response diag;
usr.bin/scmdctl/scmdctl.c
278
error = common_diag(&func_block, fd, debug, module, &diag);
usr.bin/scmdctl/scmdctl.c
582
print_diag(&diag);