HomeSort by: relevance | last modified time | path
    Searched defs:diag (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/mii/
tqphy.c 108 /* The DIAG register is unreliable on early revisions. */
212 uint16_t bmsr, bmcr, diag; local in function:tqphy_status
240 PHY_READ(sc, MII_TQPHY_DIAG, &diag);
241 if (diag & DIAG_RATE)
246 if (diag & DIAG_DPLX)
  /src/games/larn/
diag.c 1 /* $NetBSD: diag.c,v 1.13 2012/06/19 05:30:43 dholland Exp $ */
3 /* diag.c Larn is copyrighted 1986 by Noah Morgan. */
6 __RCSID("$NetBSD: diag.c,v 1.13 2012/06/19 05:30:43 dholland Exp $");
26 DIAG -- dungeon diagnostics
34 diag() function in typeref:typename:void
46 lprcat("\n\nBeginning of DIAG diagnostics ----------\n");
  /src/sys/dev/ic/
dl10019.c 260 u_int8_t diag; local in function:dl10019_mii_statchg
263 diag = DL0_DIAG_NOCOLLDETECT;
265 diag = 0;
267 NEDL_DL0_DIAG, diag);
ath_netbsd.c 239 u_int32_t diag; local in function:ath_sysctl_diag
244 if (!ath_hal_getdiag(sc->sc_ah, &diag))
246 node.sysctl_data = &diag;
250 return !ath_hal_setdiag(sc->sc_ah, diag) ? EINVAL : 0;
482 if ((rc = SYSCTL_INT_SUBR(CTLFLAG_READWRITE, diag,
  /src/usr.bin/scmdctl/
scmdctl.c 159 struct scmd_diag_response diag; local in function:main
278 error = common_diag(&func_block, fd, debug, module, &diag);
582 print_diag(&diag);
  /src/usr.bin/indent/
indent.c 150 diag(int level, const char *msg, ...) function in typeref:typename:void
407 diag(1, "Stuff missing from end of file");
549 diag(1, "Unmatched #%.*s", (int)dir_len, dir);
556 diag(1, "Unmatched #endif");
658 diag(0, "Extra '%c'", *token.s);
707 diag(0, "Extra '%c'", *token.s);
750 diag(1, "Unbalanced parentheses");
764 diag(0, "Reached internal limit of %zu struct levels",
788 diag(1, "Unbalanced parentheses");
935 diag(1, "Unbalanced parentheses")
    [all...]

Completed in 103 milliseconds