/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 | 80 #define CCD_DUMP 4 /* dump a ccd's configuration */ 166 char *ccd, *cp, *cp2, **disks; local in function:do_single 181 if ((ccd = resolve_ccdname(cp)) == NULL) { 182 warnx("invalid ccd name: %s", cp); 186 if (do_io(ccd, CCDIOCCLR, &ccio)) 191 free(ccd); 211 /* First argument is the ccd to configure. */ 213 if ((ccd = resolve_ccdname(cp)) == NULL) { 214 warnx("invalid ccd name: %s", cp); 224 free(ccd); 490 struct ccddiskinfo ccd; local in function:printccdinfo 565 char *ccd; local in function:dump_ccd [all...] |
/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/sys/dev/ |
ccd.c | 1 /* $NetBSD: ccd.c,v 1.193 2025/08/17 22:04:34 mlelstv Exp $ */ 85 * On memory consumption: ccd fans out I/O requests and so needs to 91 __KERNEL_RCSID(0, "$NetBSD: ccd.c,v 1.193 2025/08/17 22:04:34 mlelstv 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 in function:ccd_info_sysctl [all...] |
/src/sys/arch/amiga/dev/ |
msc.c | 580 unsigned char ncd, ocd, ccd; local in function:mscmint 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 key
|
/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 1198 ccd[0-9]*|cgd[0-9]*|raid[0-9]*|vnd[0-9]*) 1200 ccd*) name=ccd; unit=${i#ccd}; blk=%ccd_blk%; chr=%ccd_chr%;;
|