Home
last modified time | relevance | path

Searched defs:adbCommand (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/arch/macppc/dev/
H A Dpm_direct.c185 struct adbCommand { struct
195 extern void adb_pass_up(struct adbCommand *); argument
H A Dadb.c176 struct adbCommand { struct
177 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