Searched defs:adbCommand (Results 1 – 2 of 2) sorted by relevance
185 struct adbCommand { struct195 extern void adb_pass_up(struct adbCommand *); argument
176 struct adbCommand { struct177 u_char header[ADB_MAX_HDR_LENGTH]; /* not used yet */178 u_char data[ADB_MAX_MSG_LENGTH]; /* packet data only */179 u_char *saveBuf; /* where to save result */180 u_char *compRout; /* completion routine pointer */181 u_char *compData; /* completion routine data pointer */182 u_int cmd; /* the original command for this data */206 struct adbCommand adbInbound[ADB_QUEUE]; /* incoming queue */ argument