OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ccd
(Results
1 - 3
of
3
) sorted by relevancy
/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/sbin/ccdconfig/
ccdconfig.c
80
#define CCD_DUMP 4 /* dump a
ccd
's configuration */
166
char *
ccd
, *cp, *cp2, **disks;
local
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
ccd
diskinfo
ccd
;
local
565
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
ccd
diskinfo
ccd
;
local
[
all
...]
Completed in 169 milliseconds
Indexes created Sun Feb 15 12:34:49 CET 2026