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

  /src/lib/libwrap/
Makefile 9 update.c misc.c diag.c expandm.c
  /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/
Makefile 64 monster.c store.c diag.c help.c config.c nap.c bill.c scores.c \
extern.h 51 /* diag.c */
52 void diag(void);
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");
main.c 960 diag();
  /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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ls1021a-moxa-uc-8410a.dts 109 cpu-diag-red {
115 cpu-diag-green {
121 cpu-diag-yellow {
  /src/usr.bin/indent/
parse.c 173 diag(1, "Statement nesting error");
215 diag(1, "Unmatched 'else'");
240 diag(1, "Unknown code to parser");
pr_comment.c 303 diag(1, "Unterminated comment");
319 diag(1, "Unterminated comment");
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...]
lexi.c 238 diag(1, "Unterminated literal");
indent.h 496 void diag(int, const char *, ...) __printflike(2, 3);
  /src/sys/arch/hppa/hppa/
locore.S 119 #define DR_PAGE0 diag (0x70 << 5)
120 #define DR_PAGE1 diag (0x72 << 5)
122 #define MTCPU_T(x,t) diag ((t) << 21) | ((x) << 16) | (0xb0 << 5)
123 #define MFCPU_T(r,x) diag ((r) << 21) | ((x) << 16) | (0xd0 << 5)
124 #define MTCPU_C(x,t) diag ((t) << 21) | ((x) << 16) | (0x12 << 5)
125 #define MFCPU_C(r,x) diag ((r) << 21) | ((x) << 16) | (0x30 << 5)
126 #define MFCPU_U(r,x) diag ((r) << 21) | ((x)) | (0x45 << 5)
127 #define MTCPU_U(x,r) diag ((r) << 21) | ((x) << 16) | (0xc2 << 5)
  /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/sys/external/bsd/drm/dist/shared-core/
savage_drv.h 447 #define BCI_LINE_STEPS(diag, axi) (((axi) << 16) | ((diag) & 0xFFFF))
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_drv.h 452 #define BCI_LINE_STEPS(diag, axi) (((axi) << 16) | ((diag) & 0xFFFF))
  /src/sys/arch/acorn32/doc/
majors+minors 265 54 C - Footbridge diag serial

Completed in 22 milliseconds