OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xysc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sun3/dev/
xy.c
978
struct xy_softc *
xysc
;
local in function:xysize
983
xysc
= device_lookup_private(&xy_cd, unit);
984
if (
xysc
== NULL)
988
omask =
xysc
->sc_dk.dk_openmask & (1 << part);
994
if (
xysc
->sc_dk.dk_label->d_partitions[part].p_fstype != FS_SWAP)
997
size =
xysc
->sc_dk.dk_label->d_partitions[part].p_size *
998
(
xysc
->sc_dk.dk_label->d_secsize / DEV_BSIZE);
1253
xyc_startbuf(struct xyc_softc *xycsc, struct xy_softc *
xysc
, struct buf *bp)
1260
iorq =
xysc
->xyrq;
1270
printf("%s: %s%c: %s block %d\n", __func__, device_xname(
xysc
->sc_dev)
[
all
...]
/src/sys/dev/vme/
xy.c
1120
struct xy_softc *
xysc
;
local in function:xysize
1125
if ((
xysc
= device_lookup_private(&xy_cd, unit)) == NULL)
1129
omask =
xysc
->sc_dk.dk_openmask & (1 << part);
1135
if (
xysc
->sc_dk.dk_label->d_partitions[part].p_fstype != FS_SWAP)
1138
size =
xysc
->sc_dk.dk_label->d_partitions[part].p_size *
1139
(
xysc
->sc_dk.dk_label->d_secsize / DEV_BSIZE);
1400
xyc_startbuf(struct xyc_softc *xycsc, struct xy_softc *
xysc
, struct buf *bp)
1410
iorq =
xysc
->xyrq;
1420
printf("xyc_startbuf: %s%c: %s block %d\n", device_xname(
xysc
->sc_dev),
1449
xyc_rqinit(iorq, xycsc,
xysc
, XY_SUB_NORM | XY_MODE_VERBO, block
[
all
...]
Completed in 13 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025