Home
last modified time | relevance | path

Searched defs:SDunit (Results 1 – 9 of 9) sorted by relevance

/plan9-contrib/sys/src/9/port/
H A Dsd.h12 typedef struct SDunit SDunit; typedef
28 struct SDunit { struct
29 SDev* dev;
30 int subno;
31 uchar inquiry[255]; /* format follows SCSI spec */
32 uchar sense[18]; /* format follows SCSI spec */
35 QLock ctl;
36 uvlong sectors;
37 ulong secsize;
38 SDpart* part; /* nil or array of size npart */
[all …]
H A Dsdaoe.c550 aoewctl(SDunit *, Cmdbuf *cmd) in aoewctl() argument
H A Ddevsd.c390 sdaddallconfs(void (*addconf)(SDunit *)) in sdaddallconfs()
/plan9-contrib/sys/src/9k/port/
H A Dsd.h12 typedef struct SDunit SDunit; typedef
28 struct SDunit { struct
29 SDev* dev;
30 int subno;
31 uchar inquiry[255]; /* format follows SCSI spec */
32 uchar sense[18]; /* format follows SCSI spec */
35 QLock ctl;
36 uvlong sectors;
37 ulong secsize;
38 SDpart* part; /* nil or array of size npart */
[all …]
H A Dsdaoe.c552 aoewctl(SDunit *, Cmdbuf *cmd) in aoewctl() argument
H A Ddevsd.c390 sdaddallconfs(void (*addconf)(SDunit *)) in sdaddallconfs()
/plan9-contrib/sys/src/9k/boot/
H A Dparts.c35 typedef struct SDunit SDunit; typedef
44 typedef struct SDunit { struct
54 } SDunit; argument
/plan9-contrib/sys/src/9/boot/
H A Dparts.c35 typedef struct SDunit SDunit; typedef
44 typedef struct SDunit { struct
54 } SDunit; argument
/plan9-contrib/sys/src/9/pcboot/
H A Dsdbios.c55 biosverify(SDunit* ) in biosverify() argument