OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dcm
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/hp300/stand/common/
dcm.c
1
/* $NetBSD:
dcm
.c,v 1.10 2023/04/21 22:44:27 tsutsui Exp $ */
36
* @(#)
dcm
.c 8.1 (Berkeley) 6/10/93
57
struct dcmdevice *
dcm
;
local in function:dcmprobe
71
dcm
= dcmcnaddr;
72
switch (
dcm
->dcm_rsid) {
91
struct dcmdevice *
dcm
= dcmcnaddr;
local in function:dcminit
94
dcm
->dcm_ic = IC_ID;
95
while (
dcm
->dcm_thead[port].ptr !=
dcm
->dcm_ttail[port].ptr)
97
dcm
->dcm_data[port].dcm_baud = BR_9600
110
struct
dcm
device *
dcm
=
dcm
cnaddr;
local in function:dcmgetchar
142
struct
dcm
device *
dcm
=
dcm
cnaddr;
local in function:dcmputchar
[
all
...]
/src/sys/arch/hp300/dev/
dcm.c
1
/* $NetBSD:
dcm
.c,v 1.94 2024/01/16 05:48:28 thorpej Exp $ */
65
* from Utah: $Hdr:
dcm
.c 1.29 92/01/21$
67
* @(#)
dcm
.c 8.4 (Berkeley) 1/12/94
81
__KERNEL_RCSID(0, "$NetBSD:
dcm
.c,v 1.94 2024/01/16 05:48:28 thorpej Exp $");
295
CFATTACH_DECL_NEW(
dcm
, sizeof(struct dcm_softc),
299
* Stuff for
DCM
console support. This could probably be done a little
362
struct dcmdevice *
dcm
;
local in function:dcmattach
371
dcm
= dcm_cn;
388
dcm
= bus_space_vaddr(sc->sc_bst, sc->sc_bsh);
391
sc->sc_dcm =
dcm
;
680
struct
dcm
device *
dcm
= sc->sc_
dcm
;
local in function:dcmintr
806
struct
dcm
device *
dcm
= sc->sc_
dcm
;
local in function:dcmreadbuf
922
struct
dcm
device *
dcm
= sc->sc_
dcm
;
local in function:dcmmint
964
struct
dcm
device *
dcm
;
local in function:dcmioctl
1078
struct
dcm
device *
dcm
;
local in function:dcmparam
1156
struct
dcm
device *
dcm
;
local in function:dcmstart
1299
struct
dcm
device *
dcm
;
local in function:dcmmctl
1357
struct
dcm
device *
dcm
= sc->sc_
dcm
;
local in function:dcmsetischeme
1458
struct
dcm
device *
dcm
= sc->sc_
dcm
;
local in function:dcmselftest
1507
struct
dcm
device *
dcm
;
local in function:dcmcnattach
[
all
...]
dcmreg.h
151
#define SEM_LOCK(
dcm
) while ((
dcm
)->dcm_sem & SEM_BSY)
152
#define SEM_UNLOCK(
dcm
) (
dcm
)->dcm_sem = SEM_CLR
249
*
DCM
console caveat: only port 1 is affected by the remote switch, and
250
* thus the only supported console port on a given
DCM
card.
/src/share/man/man4/man4.hp300/
Makefile
4
MAN= autoconf.4 cons.4 ct.4 dio.4
dcm
.4 dnkbd.4 \
Completed in 12 milliseconds
Indexes created Tue Oct 28 02:10:10 GMT 2025