OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rz_softc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/pmax/stand/common/
rz.c
50
struct
rz_softc
{
struct
62
struct
rz_softc
*sc = (struct
rz_softc
*)devdata;
107
struct
rz_softc
*sc;
141
sc = alloc(sizeof(struct
rz_softc
));
142
memset(sc, 0, sizeof(struct
rz_softc
));
171
dealloc(sc, sizeof(struct
rz_softc
));
182
prom_close(((struct
rz_softc
*)f->f_devdata)->sc_fd);
184
dealloc(f->f_devdata, sizeof(struct
rz_softc
));
rz.c
50
struct
rz_softc
{
struct
62
struct
rz_softc
*sc = (struct
rz_softc
*)devdata;
107
struct
rz_softc
*sc;
141
sc = alloc(sizeof(struct
rz_softc
));
142
memset(sc, 0, sizeof(struct
rz_softc
));
171
dealloc(sc, sizeof(struct
rz_softc
));
182
prom_close(((struct
rz_softc
*)f->f_devdata)->sc_fd);
184
dealloc(f->f_devdata, sizeof(struct
rz_softc
));
Completed in 22 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025