Searched defs:SDreq (Results 1 – 2 of 2) sorted by relevance
7 typedef struct SDreq SDreq; typedef70 typedef struct SDreq { struct84 } SDreq; argument
8 typedef struct SDreq SDreq; typedef88 struct SDreq { struct89 SDunit* unit;90 int lun;91 int write;92 uchar cmd[16];93 int clen;94 void* data;95 int dlen;97 int flags;[all …]