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

  /src/sys/modules/ccd/
Makefile 7 KMOD= ccd
8 IOCONF= ccd.ioconf
9 SRCS= ccd.c
  /src/etc/rc.d/
ccd 3 # $NetBSD: ccd,v 1.8 2021/08/03 05:15:20 mlelstv Exp $
6 # PROVIDE: ccd
13 name="ccd"
20 if [ -f /etc/ccd.conf ]; then
21 echo "Configuring CCD devices."
28 if [ -f /etc/ccd.conf ]; then
29 echo "Unconfiguring CCD devices."
Makefile 20 ccd certctl_init cgd clearcritlocal cleartmp cron \
  /src/sbin/ccdconfig/
Makefile 6 MAN= ccdconfig.8 ccd.conf.5
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/external/gpl3/gdb/dist/sim/testsuite/bfin/
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
  /src/sys/arch/mipsco/conf/
RC3230 127 pseudo-device ccd # concatenated and striped disks
  /src/sys/arch/sgimips/conf/
INSTALL32_IP2x 63 no pseudo-device ccd
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
clone.d 1510 auto ccd = new CtorDeclaration(sd.loc, Loc.initial, STC.ref_, tf, true);
1511 ccd.storage_class |= funcStc;
1512 ccd.storage_class |= STC.inference;
1513 ccd.flags |= FUNCFLAG.generated;
1514 return ccd;
1679 auto ccd = generateCopyCtorDeclaration(sd, ModToStc(paramMod), ModToStc(funcMod));
1681 ccd.fbody = copyCtorBody;
1682 sd.members.push(ccd);
1683 ccd.addMember(sc, sd);
1688 ccd.dsymbolSemantic(sc2)
    [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...]
  /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 */
  /src/etc/defaults/
rc.conf 112 ccd=YES
  /src/sys/arch/acorn32/doc/
majors+minors 154 /dev/ccd{unit}{partition}
  /src/sys/modules/
Makefile 49 SUBDIR+= ccd
  /src/share/man/man4/
Makefile 18 cac.4 can.4 canloop.4 cardbus.4 carp.4 cas.4 ccd.4 cd.4 \
  /src/etc/
MAKEDEV.tmpl 62 # ccd* concatenated disk devices
1199 ccd[0-9]*|cgd[0-9]*|raid[0-9]*|vnd[0-9]*)
1201 ccd*) name=ccd; unit=${i#ccd}; blk=%ccd_blk%; chr=%ccd_chr%;;

Completed in 30 milliseconds