Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mac68k/dev/
H A Dpm_direct.c214 struct adbCommand { global() struct
224 ack_onlyadbCommand global() argument
H A Dadb_direct.c203 struct adbCommand { struct
204 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 */
/netbsd-src/sys/arch/macppc/dev/
H A Dpm_direct.c205 struct adbCommand { struct
215 extern void adb_pass_up(struct adbCommand *); argument
H A Dadb_direct.c178 struct adbCommand { struct
179 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 */