| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| a4.s | 23 JUMP.S ccd; 30 ccd: label
|
| a4.s | 23 JUMP.S ccd; 30 ccd: label
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| a4.s | 23 JUMP.S ccd; 30 ccd: label
|
| a4.s | 23 JUMP.S ccd; 30 ccd: label
|
| /src/sys/arch/amiga/dev/ |
| msc.c | 580 unsigned char ncd, ocd, ccd; local 601 ccd = ncd ^ ocd; /* mask of changed lines*/ 604 printf("ocd %02x ncd %02x ccd %02x\n", ocd, ncd, ccd); 607 if (ccd & 1) { /* this one changed */ 644 ccd >>= 1; ncd >>= 1; /* bit for next line */
|
| msc.c | 580 unsigned char ncd, ocd, ccd; local 601 ccd = ncd ^ ocd; /* mask of changed lines*/ 604 printf("ocd %02x ncd %02x ccd %02x\n", ocd, ncd, ccd); 607 if (ccd & 1) { /* this one changed */ 644 ccd >>= 1; ncd >>= 1; /* bit for next line */
|
| /src/sbin/ccdconfig/ |
| ccdconfig.c | 88 #define CCD_DUMP 4 /* dump a ccd's configuration */ 89 #define CCD_PRINT_INFO 5 /* print ccd configuration info */ 232 char *ccd, *cp, *cp2, **disks; local 250 if ((ccd = resolve_ccdname(cp)) == NULL) { 251 warnx("invalid ccd name: %s", cp); 255 if (do_io(ccd, CCDIOCCLR, &ccio)) 260 free(ccd); 279 /* First argument is the ccd to configure. */ 281 if ((ccd = resolve_ccdname(cp)) == NULL) { 282 warnx("invalid ccd name: %s", cp) 708 struct ccddiskinfo ccd; local 800 char *ccd; local [all...] |
| ccdconfig.c | 88 #define CCD_DUMP 4 /* dump a ccd's configuration */ 89 #define CCD_PRINT_INFO 5 /* print ccd configuration info */ 232 char *ccd, *cp, *cp2, **disks; local 250 if ((ccd = resolve_ccdname(cp)) == NULL) { 251 warnx("invalid ccd name: %s", cp); 255 if (do_io(ccd, CCDIOCCLR, &ccio)) 260 free(ccd); 279 /* First argument is the ccd to configure. */ 281 if ((ccd = resolve_ccdname(cp)) == NULL) { 282 warnx("invalid ccd name: %s", cp) 708 struct ccddiskinfo ccd; local 800 char *ccd; local [all...] |
| /src/sys/dev/ |
| ccd.c | 1 /* $NetBSD: ccd.c,v 1.194 2025/12/24 16:58:15 kre Exp $ */ 85 * On memory consumption: ccd fans out I/O requests and so needs to 91 __KERNEL_RCSID(0, "$NetBSD: ccd.c,v 1.194 2025/12/24 16:58:15 kre Exp $"); 147 struct ccd_softc *cb_sc; /* pointer to ccd softc */ 231 snprintf(sc->sc_xname, sizeof(sc->sc_xname), "ccd%d", unit); 977 * take a ccd interrupt. 1345 * Initialize the ccd. Fills in the softc for us. 1364 * The ccd has been successfully initialized, so 1466 * If any errors out, we return error. CCD components 1560 strncpy(lp->d_typename, "ccd", sizeof(lp->d_typename)) 1776 struct ccddiskinfo ccd; local [all...] |
| ccd.c | 1 /* $NetBSD: ccd.c,v 1.194 2025/12/24 16:58:15 kre Exp $ */ 85 * On memory consumption: ccd fans out I/O requests and so needs to 91 __KERNEL_RCSID(0, "$NetBSD: ccd.c,v 1.194 2025/12/24 16:58:15 kre Exp $"); 147 struct ccd_softc *cb_sc; /* pointer to ccd softc */ 231 snprintf(sc->sc_xname, sizeof(sc->sc_xname), "ccd%d", unit); 977 * take a ccd interrupt. 1345 * Initialize the ccd. Fills in the softc for us. 1364 * The ccd has been successfully initialized, so 1466 * If any errors out, we return error. CCD components 1560 strncpy(lp->d_typename, "ccd", sizeof(lp->d_typename)) 1776 struct ccddiskinfo ccd; local [all...] |