Searched defs:adbCommand (Results 1 – 4 of 4) sorted by relevance
214 struct adbCommand { global() struct 224 ack_onlyadbCommand global() argument
203 struct adbCommand { struct204 u_char header[ADB_MAX_HDR_LENGTH]; /* not used yet */205 u_char data[ADB_MAX_MSG_LENGTH]; /* packet data only */206 u_char *saveBuf; /* where to save result */207 u_char *compRout; /* completion routine pointer */208 u_char *compData; /* completion routine data pointer */209 u_int cmd; /* the original command for this data */210 u_int unsol; /* 1 if packet was unsolicited */211 u_int ack_only; /* 1 for no special processing */
205 struct adbCommand { struct215 extern void adb_pass_up(struct adbCommand *); argument
178 struct adbCommand { struct179 u_char header[ADB_MAX_HDR_LENGTH]; /* not used yet */180 u_char data[ADB_MAX_MSG_LENGTH]; /* packet data only */181 u_char *saveBuf; /* where to save result */182 adbComp *compRout; /* completion routine pointer */183 volatile int *compData; /* completion routine data pointer */184 u_int cmd; /* the original command for this data */185 u_int unsol; /* 1 if packet was unsolicited */186 u_int ack_only; /* 1 for no special processing */