OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:disk_softc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arc/stand/boot/
disk.c
49
struct
disk_softc
{
struct
59
struct
disk_softc
*sc = (struct
disk_softc
*)devdata;
102
struct
disk_softc
*sc;
139
sc = alloc(sizeof(struct
disk_softc
));
140
memset(sc, 0, sizeof(struct
disk_softc
));
160
dealloc(sc, sizeof(struct
disk_softc
));
185
dealloc(sc, sizeof(struct
disk_softc
));
197
arcbios_Close(((struct
disk_softc
*)(f->f_devdata))->sc_fd);
198
dealloc(f->f_devdata, sizeof(struct
disk_softc
));
[
all
...]
/src/sys/arch/sgimips/stand/common/
disk.c
49
struct
disk_softc
{
struct
59
struct
disk_softc
*sc = (struct
disk_softc
*)devdata;
102
struct
disk_softc
*sc;
139
sc = alloc(sizeof(struct
disk_softc
));
140
memset(sc, 0, sizeof(struct
disk_softc
));
160
dealloc(sc, sizeof(struct
disk_softc
));
185
dealloc(sc, sizeof(struct
disk_softc
));
197
arcbios_Close(((struct
disk_softc
*)(f->f_devdata))->sc_fd);
198
dealloc(f->f_devdata, sizeof(struct
disk_softc
));
[
all
...]
iris_disk.c
87
struct
disk_softc
{
struct
95
static int diskinit(struct
disk_softc
*);
103
struct
disk_softc
*sc;
137
diskinit(struct
disk_softc
*sc)
178
struct
disk_softc
*sc;
186
sc = alloc(sizeof(struct
disk_softc
));
187
memset(sc, 0, sizeof(struct
disk_softc
));
210
dealloc(sc, sizeof(struct
disk_softc
));
228
struct
disk_softc
*sc = f->f_devdata;
Completed in 95 milliseconds
Indexes created Sun Sep 21 18:09:52 GMT 2025